Skip to content

Commit

Permalink
chore: upgrade non-major deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Nov 9, 2022
1 parent 63fc031 commit b0faa87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/rules/no-unsupported-features.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Disallow unsupported ECMAScript features on the specified version (`n/no-unsupported-features`)

❌ This rule is deprecated. It was replaced by [`n/no-unsupported-features/es-syntax`](n/no-unsupported-features/es-syntax.md), [`n/no-unsupported-features/es-builtins`](n/no-unsupported-features/es-builtins.md).
❌ This rule is deprecated. It was replaced by [`no-unsupported-features/es-syntax`](no-unsupported-features/es-syntax.md), [`no-unsupported-features/es-builtins`](no-unsupported-features/es-builtins.md).

<!-- end auto-generated rule header -->

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@
"eslint-plugin-es": "^4.1.0",
"eslint-utils": "^3.0.0",
"ignore": "^5.1.1",
"is-core-module": "^2.10.0",
"is-core-module": "^2.11.0",
"minimatch": "^3.1.2",
"resolve": "^1.22.1",
"semver": "^7.3.7"
"semver": "^7.3.8"
},
"devDependencies": {
"codecov": "^3.3.0",
"esbuild": "^0.14.39",
"eslint": "^8.21.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-doc-generator": "^0.19.0",
"eslint-plugin-eslint-plugin": "^5.0.2",
"eslint-doc-generator": "^0.19.1",
"eslint-plugin-eslint-plugin": "^5.0.6",
"eslint-plugin-n": "file:.",
"fast-glob": "^3.2.11",
"fast-glob": "^3.2.12",
"globals": "^13.17.0",
"husky": "^8.0.1",
"husky": "^8.0.2",
"import-meta-resolve": "^1.1.1",
"lint-staged": "^12.4.1",
"mocha": "^10.0.0",
"mocha": "^10.1.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"opener": "^1.5.1",
"prettier": "^2.7.1",
"punycode": "^2.1.1",
"release-it": "^15.2.0",
"release-it": "^15.5.0",
"rimraf": "^3.0.2"
},
"scripts": {
Expand Down

0 comments on commit b0faa87

Please sign in to comment.