Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
minpeter committed Mar 22, 2024
1 parent 918d386 commit a1db5b7
Show file tree
Hide file tree
Showing 3 changed files with 679 additions and 617 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
"name": "tempfiles-frontend",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@reduxjs/toolkit": "^2.2.1",
"@swc/plugin-emotion": "^2.5.120",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@reduxjs/toolkit": "^2.2.2",
"@swc/plugin-emotion": "^2.5.121",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"axios": "^1.6.7",
"axios": "^1.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.1",
"react-router-dom": "^6.22.3",
"redux": "^5.0.1",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"typescript": "^5.4.3",
"vite": "^5.2.3",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.1"
"vite-tsconfig-paths": "^4.3.2"
},
"scripts": {
"dev": "vite",
Expand All @@ -30,18 +30,18 @@
"lint": "eslint src/**/*.{ts,tsx} --fix"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@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": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"msw": "^2.2.1",
"msw": "^2.2.10",
"prettier": "^3.2.5"
},
"msw": {
Expand Down
Loading

0 comments on commit a1db5b7

Please sign in to comment.