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 Nov 30, 2023
1 parent 68ddca8 commit 0f27b67
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 414 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@reduxjs/toolkit": "^1.9.7",
"@swc/plugin-emotion": "^2.5.97",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@swc/plugin-emotion": "^2.5.105",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@vercel/analytics": "^1.1.1",
"axios": "^1.6.1",
"axios": "^1.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.18.0",
"react-router-dom": "^6.20.0",
"redux": "^4.2.1",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-svgr": "^4.1.0",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.1"
},
"scripts": {
Expand All @@ -29,17 +29,17 @@
"lint": "eslint src/**/*.{ts,tsx} --fix"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react-swc": "^3.4.1",
"eslint": "^8.53.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.54.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"prettier": "^3.0.3"
"prettier": "^3.1.0"
}
}
Loading

0 comments on commit 0f27b67

Please sign in to comment.