Skip to content

Commit

Permalink
Update dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
minpeter committed Jan 24, 2024
1 parent 9846b48 commit 40fb0b5
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 398 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@swc/plugin-emotion": "^2.5.105",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
Expand All @@ -13,9 +13,9 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.20.0",
"redux": "^4.2.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3",
"redux": "^5.0.1",
"typescript": "^5.3.2",
"vite": "^5.0.12",
"vite-plugin-svgr": "^4.2.0",
Expand All @@ -29,17 +29,17 @@
"lint": "eslint src/**/*.{ts,tsx} --fix"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"prettier": "^3.1.0"
"moment": "^2.30.1",
"prettier": "^3.2.4"
}
}
Loading

0 comments on commit 40fb0b5

Please sign in to comment.