Skip to content

Commit

Permalink
fix: peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed Feb 12, 2024
1 parent 30b7906 commit a1795f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodecraft/eslint-config",
"version": "34.0.0",
"version": "34.0.1",
"description": "Nodecraft base JS ESLint config",
"keywords": [
"eslint",
Expand Down Expand Up @@ -39,9 +39,9 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"@stylistic/eslint-plugin": "^1.6.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@stylistic/eslint-plugin": "^1.6.1",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-newlines": "^1.3.4",
Expand Down

0 comments on commit a1795f2

Please sign in to comment.