Skip to content

Commit

Permalink
feat: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Jan 25, 2025
1 parent 97adad0 commit 00c6abe
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 189 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@naturalcycles/cli": "^1",
"@naturalcycles/js-lib": "^14",
"@naturalcycles/nodejs-lib": "^13",
"@stylistic/eslint-plugin": "^2",
"@stylistic/eslint-plugin": "^3",
"@types/jest": "^29",
"@types/node": "^22",
"@types/yargs": "^16",
Expand Down
6 changes: 3 additions & 3 deletions src/test/cfg/eslint.config.dump.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"0": ".vue",
"1": ".html"
},
"parser": "typescript-eslint/parser@8.20.0",
"parser": "typescript-eslint/parser@8.21.0",
"project": "tsconfig.json"
},
"sourceType": "module"
Expand All @@ -18,14 +18,14 @@
},
"plugins": [
"@",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.20.0",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.21.0",
"unicorn:eslint-plugin-unicorn@56.0.1",
"vue:eslint-plugin-vue@9.32.0",
"import-x",
"simple-import-sort:eslint-plugin-simple-import-sort@12.1.1",
"jsdoc",
"@stylistic",
"jest:eslint-plugin-jest@28.10.0"
"jest:eslint-plugin-jest@28.11.0"
],
"processor": "vue/vue",
"rules": {
Expand Down
Loading

0 comments on commit 00c6abe

Please sign in to comment.