Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmax committed Aug 26, 2023
1 parent 33c57fd commit d71fcc2
Show file tree
Hide file tree
Showing 27 changed files with 320 additions and 350 deletions.
394 changes: 194 additions & 200 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.
19 changes: 0 additions & 19 deletions changelogithub.config.js

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"devDependencies": {
"@nnmax/eslint-config-basic": "workspace:*",
"@types/prettier": "^3.0.0",
"bumpp": "^9.1.1",
"eslint": "^8.47.0",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2"
},
"lint-staged": {
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.47.0"
"eslint": "^8.48.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 @@ -8,10 +8,10 @@
},
"dependencies": {
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.0"
"eslint-plugin-import": "^2.28.1"
},
"devDependencies": {
"eslint": "^8.47.0"
"eslint": "^8.48.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.47.0"
"eslint": "^8.48.0"
},
"peerDependencies": {
"eslint": "^8",
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"dependencies": {
"@nnmax/eslint-config-basic": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.0"
"eslint-plugin-import": "^2.28.1"
},
"devDependencies": {
"eslint": "^8.47.0",
"typescript": "^5.1.6"
"eslint": "^8.48.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"eslint": "^8",
Expand Down
Loading

0 comments on commit d71fcc2

Please sign in to comment.