Skip to content

Commit

Permalink
chore: update PWA dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Apr 19, 2024
1 parent ddc6173 commit fbd8c61
Show file tree
Hide file tree
Showing 2 changed files with 3,387 additions and 2,599 deletions.
40 changes: 20 additions & 20 deletions pwa/package.json
Expand Up @@ -12,43 +12,43 @@
"dependencies": {
"@api-platform/admin": "^3.4.6",
"@api-platform/api-doc-parser": "^0.16.4",
"@auth/core": "^0.28.2",
"@auth/core": "^0.30.0",
"@fontsource/poppins": "^5.0.13",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"@tanstack/react-query-next-experimental": "^5.28.9",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-query-devtools": "^5.29.2",
"@tanstack/react-query-next-experimental": "^5.29.2",
"autoprefixer": "^10.4.19",
"formik": "^2.4.5",
"next": "^14.1.4",
"next": "^14.2.2",
"next-auth": "5.0.0-beta.16",
"postcss": "^8.4.38",
"ra-i18n-polyglot": "^4.16.12",
"ra-language-english": "^4.16.12",
"ra-language-french": "^4.16.12",
"ra-ui-materialui": "^4.16.14",
"ra-i18n-polyglot": "^4.16.15",
"ra-language-english": "^4.16.15",
"ra-language-french": "^4.16.15",
"ra-ui-materialui": "^4.16.15",
"react": "^18.2.0",
"react-admin": "^4.16.14",
"react-admin": "^4.16.15",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-hook-form": "^7.51.3",
"react-spinners": "^0.13.8",
"sharp": "^0.33.3",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.3",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@playwright/test": "^1.42.1",
"@babel/core": "^7.24.4",
"@playwright/test": "^1.43.1",
"@popperjs/core": "^2.11.8",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"typescript": "^5.4.3"
"eslint-config-next": "^14.2.2",
"typescript": "^5.4.5"
},
"peerDependencies": {
"@babel/core": "^7.19.0",
Expand Down

0 comments on commit fbd8c61

Please sign in to comment.