Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Jun 20, 2024
1 parent 8ee9d06 commit 4a51871
Show file tree
Hide file tree
Showing 2 changed files with 6,712 additions and 4,996 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,34 @@
"dependencies": {
"@tanstack/react-query": "^4.36.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.2.0",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"chart.js": "^4.4.1",
"chart.js": "^4.4.3",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-zoom": "^2.0.1",
"crypto-random-string": "^5.0.0",
"date-fns": "^2.30.0",
"i18next": "^23.8.1",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-resources-to-backend": "^1.2.0",
"mini-css-extract-plugin": "^2.7.7",
"react": "^18.2.0",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-resources-to-backend": "^1.2.1",
"mini-css-extract-plugin": "^2.9.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-i18next": "^13.5.0",
"react-router": "^6.21.3",
"react-router-dom": "^6.21.3",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"react-transition-group": "^4.4.5",
"react-use": "^17.5.0",
"responsive-loader": "^3.1.2",
"sharp": "^0.32.6",
"web-vitals": "^3.5.2",
"webpack-bundle-analyzer": "^4.10.1",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0"
"webpack-bundle-analyzer": "^4.10.2",
"workbox-core": "^7.1.0",
"workbox-expiration": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down Expand Up @@ -63,35 +63,35 @@
]
},
"devDependencies": {
"@swc/core": "^1.3.107",
"@types/node": "^20.11.12",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"browserslist": "^4.22.3",
"chokidar": "^3.5.3",
"@swc/core": "^1.6.3",
"@types/node": "^20.14.6",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"browserslist": "^4.23.1",
"chokidar": "^3.6.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.10.0",
"css-loader": "^6.11.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"express": "^4.18.2",
"eslint-plugin-react": "^7.34.3",
"express": "^4.19.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"lightningcss": "^1.23.0",
"prettier": "^3.2.4",
"lightningcss": "^1.25.1",
"prettier": "^3.3.2",
"react-ga4": "^2.1.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"style-loader": "^3.3.4",
"swc-loader": "^0.2.3",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.0.2",
"swc-loader": "^0.2.6",
"typescript": "^5.4.5",
"typescript-plugin-css-modules": "^5.1.0",
"web-vitals": "^2.1.4",
"webpack": "^5.90.0",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-dev-server": "^4.15.2",
"webpack-merge": "^5.10.0",
"workbox-webpack-plugin": "^7.0.0"
"workbox-webpack-plugin": "^7.1.0"
}
}
Loading

0 comments on commit 4a51871

Please sign in to comment.