Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
minpeter committed Mar 29, 2024
1 parent ad9207c commit e8deaf8
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 226 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@reduxjs/toolkit": "^2.2.2",
"@swc/plugin-emotion": "^2.5.121",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@swc/plugin-emotion": "^2.5.124",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"axios": "^1.6.8",
Expand All @@ -18,7 +18,7 @@
"react-router-dom": "^6.22.3",
"redux": "^5.0.1",
"typescript": "^5.4.3",
"vite": "^5.2.3",
"vite": "^5.2.7",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2"
},
Expand All @@ -30,8 +30,8 @@
"lint": "eslint src/**/*.{ts,tsx} --fix"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -41,7 +41,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"msw": "^2.2.10",
"msw": "^2.2.13",
"prettier": "^3.2.5"
},
"msw": {
Expand Down
Loading

0 comments on commit e8deaf8

Please sign in to comment.