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 17, 2023
1 parent 9c34bce commit 09d800b
Show file tree
Hide file tree
Showing 66 changed files with 9,371 additions and 11,150 deletions.
17,404 changes: 8,027 additions & 9,377 deletions .pnp.cjs

Large diffs are not rendered by default.

2,529 changes: 1,003 additions & 1,526 deletions .pnp.loader.mjs

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.
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 removed .yarn/cache/rxjs-npm-7.8.1-41c443a75b-de4b53db10.zip
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.1.1",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.1"
"lint-staged": "^14.0.0",
"prettier": "^3.0.2"
},
"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.46.0"
"eslint": "^8.47.0"
},
"dependencies": {
"@nnmax/eslint-config-import": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"eslint-plugin-import": "^2.28.0"
},
"devDependencies": {
"eslint": "^8.46.0"
"eslint": "^8.47.0"
},
"peerDependencies": {
"eslint": "^8"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"@nnmax/eslint-config-basic": "workspace:*",
"@nnmax/eslint-config-typescript": "workspace:*",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "next"
},
"devDependencies": {
"eslint": "^8.46.0"
"eslint": "^8.47.0"
},
"peerDependencies": {
"eslint": "^8",
Expand Down
6 changes: 3 additions & 3 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.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.0"
},
"devDependencies": {
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 09d800b

Please sign in to comment.