Skip to content

Commit

Permalink
Update dependencies and mock service worker version
Browse files Browse the repository at this point in the history
  • Loading branch information
minpeter committed Feb 26, 2024
1 parent 1390ffc commit 918d386
Show file tree
Hide file tree
Showing 4 changed files with 1,109 additions and 4,307 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@reduxjs/toolkit": "^2.0.1",
"@swc/plugin-emotion": "^2.5.105",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.7",
"axios": "^1.6.5",
"@reduxjs/toolkit": "^2.2.1",
"@swc/plugin-emotion": "^2.5.120",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3",
"react-router-dom": "^6.22.1",
"redux": "^5.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite": "^5.1.4",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.1"
},
Expand All @@ -30,19 +30,19 @@
"lint": "eslint src/**/*.{ts,tsx} --fix"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.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.30.1",
"msw": "^2.2.0",
"prettier": "^3.2.4"
"msw": "^2.2.1",
"prettier": "^3.2.5"
},
"msw": {
"workerDirectory": [
Expand Down
Loading

0 comments on commit 918d386

Please sign in to comment.