Skip to content

Commit

Permalink
chore: update all deps at once (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
lytovka committed Oct 16, 2023
1 parent c35d565 commit beab4fa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,24 @@
"format:fix": "prettier --write ."
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint-plugin-import": "^2.27.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint-plugin-import": "^2.28.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/eslint": "^8.4.10",
"conventional-changelog-conventionalcommits": "^7.0.0",
"eslint": "^8.28.0",
"@types/eslint": "^8.44.4",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.51.0",
"eslint-find-rules": "^4.1.0",
"prettier": "^3.0.0",
"semantic-release": "^22.0.0",
"typescript": "^5.0.0"
"prettier": "^3.0.3",
"semantic-release": "^22.0.5",
"typescript": "^5.2.2"
},
"peerDependencies": {
"eslint": "^8.0.0",
Expand Down

0 comments on commit beab4fa

Please sign in to comment.