Skip to content

Commit 9fa7b46

Browse files
committed
update dependencies
1 parent d86b1a4 commit 9fa7b46

File tree

6 files changed

+23
-21
lines changed

6 files changed

+23
-21
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/bundle-tests/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/eslint/eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,6 +2123,8 @@ const packageJSON = {
21232123
'package-json/no-empty-fields': ERROR,
21242124
// prevents adding unnecessary / redundant files
21252125
'package-json/no-redundant-files': ERROR,
2126+
// warns when `publishConfig.access` is used in unscoped packages
2127+
'package-json/no-redundant-publishConfig': ERROR,
21262128
// disallows unnecessary properties in private packages
21272129
'package-json/restrict-private-properties': ERROR,
21282130
// enforce that names for `scripts` are in kebab case (optionally separated by colons)

tests/eslint/package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"eslint-plugin-math": "^0.13.0",
1818
"eslint-plugin-n": "^17.23.1",
1919
"eslint-plugin-node-dependencies": "^1.2.0",
20-
"eslint-plugin-package-json": "^0.64.0",
20+
"eslint-plugin-package-json": "^0.65.0",
2121
"eslint-plugin-promise": "^7.2.1",
2222
"eslint-plugin-qunit": "^8.2.5",
2323
"eslint-plugin-redos": "^4.5.0",

tests/observables/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)