Skip to content

Commit

Permalink
Upgrade all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
user890104 committed Jun 8, 2024
1 parent d1b7e1d commit 5a8e90b
Show file tree
Hide file tree
Showing 2 changed files with 2,330 additions and 2,394 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,38 @@
"lint": "eslint --ext .js,.jsx src/"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@fortawesome/fontawesome-free": "^6.5.2",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^1.9.5",
"@uidotdev/usehooks": "^2.2.0",
"bootstrap": "^5.3.1",
"bootswatch": "^5.3.1",
"date-fns": "^2.30.0",
"i18next": "^23.5.1",
"i18next-http-backend": "^2.2.2",
"js-pkce": "^1.3.0",
"@reduxjs/toolkit": "^2.2.5",
"@uidotdev/usehooks": "^2.4.1",
"bootstrap": "^5.3.3",
"bootswatch": "^5.3.3",
"date-fns": "^3.6.0",
"i18next": "^23.11.5",
"i18next-http-backend": "^2.5.2",
"js-pkce": "^1.4.0",
"js-yaml": "^4.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.2",
"react-redux": "^8.1.2",
"react-router-dom": "^6.15.0",
"sass": "~1.64.2",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"sass": "~1.77.4",
"vite-plugin-compression": "^0.5.1"
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.48.0",
"@babel/core": "^7.24.7",
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"terser": "^5.19.4",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"terser": "^5.31.1",
"typescript": "^5.4.5",
"vite": "^5.2.13"
}
}
Loading

0 comments on commit 5a8e90b

Please sign in to comment.