Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
minpeter committed Jan 24, 2024
1 parent 5bd4dcb commit dada94b
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 95 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"name": "tempfiles-frontend",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@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.39",
"@types/react-dom": "^18.2.17",
"@vercel/analytics": "^1.1.1",
"@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.2",
"axios": "^1.6.5",
"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",
"redux": "^5.0.1",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.1"
Expand All @@ -35,7 +35,7 @@
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"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",
Expand Down
Loading

0 comments on commit dada94b

Please sign in to comment.