Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kr4chinin committed Jun 5, 2024
1 parent 34cad87 commit ada2bc1
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 70 deletions.
128 changes: 64 additions & 64 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"prepare": "husky"
},
"dependencies": {
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"axios": "^1.7.2",
"normalize.css": "^8.0.1",
"react": "^18.3.1",
Expand All @@ -52,22 +52,22 @@
},
"devDependencies": {
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.24.6",
"@babel/plugin-transform-typescript": "^7.24.7",
"@stylistic/eslint-plugin": "^2.1.0",
"@tanstack/eslint-plugin-query": "^5.35.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-react": "^4.3.0",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.57.0",
"eslint": "8.57.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-regexp": "^2.6.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"prettier-plugin-organize-imports": "^3.2.4",
"typescript": "^5.4.5",
"vite": "^5.2.12",
Expand Down

0 comments on commit ada2bc1

Please sign in to comment.