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 Mar 29, 2024
1 parent c5e9a74 commit ace2983
Show file tree
Hide file tree
Showing 2 changed files with 564 additions and 531 deletions.
42 changes: 21 additions & 21 deletions pwa/package.json
Expand Up @@ -11,44 +11,44 @@
},
"dependencies": {
"@api-platform/admin": "^3.4.6",
"@api-platform/api-doc-parser": "^0.16.3",
"@auth/core": "^0.28.0",
"@api-platform/api-doc-parser": "^0.16.4",
"@auth/core": "^0.28.1",
"@fontsource/poppins": "^5.0.12",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.15.13",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.28.0",
"@tanstack/react-query-devtools": "^5.28.0",
"@tanstack/react-query-next-experimental": "^5.28.0",
"autoprefixer": "^10.4.18",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"@tanstack/react-query-next-experimental": "^5.28.9",
"autoprefixer": "^10.4.19",
"formik": "^2.4.5",
"next": "^14.1.3",
"next-auth": "5.0.0-beta.15",
"postcss": "^8.4.35",
"next": "^14.1.4",
"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.12",
"ra-ui-materialui": "^4.16.13",
"react": "^18.2.0",
"react-admin": "^4.16.12",
"react-admin": "^4.16.13",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-hook-form": "^7.51.2",
"react-spinners": "^0.13.8",
"sharp": "^0.33.2",
"sharp": "^0.33.3",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/core": "^7.24.3",
"@playwright/test": "^1.42.1",
"@popperjs/core": "^2.11.8",
"@types/node": "^20.11.27",
"@types/react": "^18.2.66",
"@types/node": "^20.11.30",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"typescript": "^5.4.2"
"eslint-config-next": "^14.1.4",
"typescript": "^5.4.3"
},
"peerDependencies": {
"@babel/core": "^7.19.0",
Expand Down

0 comments on commit ace2983

Please sign in to comment.