Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmax committed Oct 20, 2023
1 parent 1483fbd commit 1318861
Show file tree
Hide file tree
Showing 38 changed files with 353 additions and 357 deletions.
424 changes: 209 additions & 215 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"@nnmax/eslint-config-basic": "workspace:*",
"@types/prettier": "^3.0.0",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2"
"lint-staged": "^15.0.2",
"prettier": "^3.0.3"
},
"lint-staged": {
"*.{js,md,yml,yaml,json}": "prettier --write",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/nnmax/eslint-config.git"
},
"devDependencies": {
"eslint": "^8.48.0"
"eslint": "^8.51.0"
},
"dependencies": {
"@nnmax/eslint-config-import": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/nnmax/eslint-config.git"
},
"dependencies": {
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1"
},
"devDependencies": {
"eslint": "^8.48.0"
"eslint": "^8.51.0"
},
"peerDependencies": {
"eslint": "^8"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint-plugin-react-hooks": "next"
},
"devDependencies": {
"eslint": "^8.48.0"
"eslint": "^8.51.0"
},
"peerDependencies": {
"eslint": "^8",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"@nnmax/eslint-config-basic": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint-import-resolver-typescript": "^3.6.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1"
},
"devDependencies": {
"eslint": "^8.48.0",
"eslint": "^8.51.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 1318861

Please sign in to comment.