Skip to content

Commit

Permalink
chore: update PWA dependencies
Browse files Browse the repository at this point in the history
@api-platform/api-doc-parser:0.16.7 is required to work with api-platform/*:4.1.0@beta
  • Loading branch information
vincentchalamon committed Feb 12, 2025
1 parent 747dd8c commit c973953
Show file tree
Hide file tree
Showing 2 changed files with 458 additions and 436 deletions.
34 changes: 17 additions & 17 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@
"test": "playwright test"
},
"dependencies": {
"@api-platform/admin": "^4.0.3",
"@api-platform/api-doc-parser": "^0.16.6",
"@api-platform/admin": "^4.0.4",
"@api-platform/api-doc-parser": "^0.16.7",
"@auth/core": "^0.37.4",
"@fontsource/poppins": "^5.1.1",
"@mui/icons-material": "latest-v5",
"@mui/material": "latest-v5",
"@tailwindcss/forms": "^0.5.10",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query-devtools": "^5.64.2",
"@tanstack/react-query-next-experimental": "^5.64.2",
"@tanstack/react-query": "^5.65.1",
"@tanstack/react-query-devtools": "^5.65.1",
"@tanstack/react-query-next-experimental": "^5.65.1",
"autoprefixer": "^10.4.20",
"formik": "^2.4.6",
"next": "^15.1.5",
"next": "^15.1.6",
"next-auth": "5.0.0-beta.25",
"picocolors": "^1.1.1",
"postcss": "^8.5.1",
"ra-i18n-polyglot": "^5.4.4",
"ra-language-english": "^5.4.4",
"ra-language-french": "^5.4.4",
"ra-ui-materialui": "^5.4.4",
"ra-i18n-polyglot": "^5.5.2",
"ra-language-english": "^5.5.2",
"ra-language-french": "^5.5.2",
"ra-ui-materialui": "^5.5.2",
"react": "^19.0.0",
"react-admin": "^5.4.4",
"react-admin": "^5.5.2",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-spinners": "^0.15.0",
Expand All @@ -41,14 +41,14 @@
"yup": "^1.6.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@playwright/test": "^1.49.1",
"@babel/core": "^7.26.7",
"@playwright/test": "^1.50.0",
"@popperjs/core": "^2.11.8",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/node": "^22.12.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.5",
"eslint": "^9.19.0",
"eslint-config-next": "^15.1.6",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit c973953

Please sign in to comment.