Skip to content

Commit b5ff2c7

Browse files
fix(deps): update dependency npm-package-json-lint to v8
1 parent 77c4a94 commit b5ff2c7

File tree

3 files changed

+141
-40
lines changed

3 files changed

+141
-40
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"inquirer": "^8.0.0",
4848
"lerna": "^4.0.0",
4949
"nano-staged": "^0.8.0",
50-
"npm-package-json-lint": "^7.0.0",
50+
"npm-package-json-lint": "^8.0.0",
5151
"simple-git-hooks": "^2.7.0",
5252
"simple-github-release": "^1.0.0",
5353
"typescript": "^5.0.0",

packages/lint-package-json/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"dependencies": {
3636
"@trigen/npm-package-json-lint-config": "^8.0.0-alpha.30",
3737
"argue-cli": "^2.1.0",
38-
"npm-package-json-lint": "^7.0.0"
38+
"npm-package-json-lint": "^8.0.0"
3939
}
4040
}

0 commit comments

Comments
 (0)