Skip to content

Commit

Permalink
chore: upgrade compatible deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Jul 5, 2024
1 parent dbdfa8e commit 8f6f11d
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,38 +20,38 @@
"enhanced-resolve": "^5.17.0",
"eslint-plugin-es-x": "^7.5.0",
"get-tsconfig": "^4.7.0",
"globals": "^15.0.0",
"globals": "^15.8.0",
"ignore": "^5.2.4",
"minimatch": "^9.0.0",
"minimatch": "^9.0.5",
"semver": "^7.5.3"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@eslint/js": "^9.6.0",
"@types/eslint": "^8.56.7",
"@types/estree": "^1.0.5",
"@types/node": "^20.11.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/typescript-estree": "^7.0.0",
"eslint": "^9.0.0",
"@types/node": "^20.14.9",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/typescript-estree": "^7.15.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-doc-generator": "^1.6.1",
"eslint-plugin-eslint-plugin": "^6.0.0",
"eslint-plugin-eslint-plugin": "^6.2.0",
"eslint-plugin-n": "file:.",
"fast-glob": "^3.2.12",
"husky": "^9.0.0",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.7",
"markdownlint-cli": "^0.41.0",
"mocha": "^10.2.0",
"npm-run-all2": "^6.1.1",
"nyc": "^15.1.0",
"mocha": "^10.6.0",
"npm-run-all2": "^6.2.2",
"nyc": "^17.0.0",
"opener": "^1.5.2",
"prettier": "^3.1.1",
"prettier": "^3.3.2",
"punycode": "^2.3.0",
"release-it": "^17.0.0",
"rimraf": "^5.0.1",
"release-it": "^17.4.1",
"rimraf": "^5.0.7",
"ts-ignore-import": "^4.0.1",
"type-fest": "^4.9.0",
"typescript": "^5.1.3"
"type-fest": "^4.21.0",
"typescript": "^5.5.3"
},
"scripts": {
"build": "node scripts/update",
Expand Down

0 comments on commit 8f6f11d

Please sign in to comment.