Skip to content

Commit

Permalink
chore: update PWA minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Nov 9, 2024
1 parent 1ec7484 commit 99b1194
Show file tree
Hide file tree
Showing 2 changed files with 933 additions and 1,039 deletions.
53 changes: 27 additions & 26 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,49 +10,50 @@
"test": "playwright test"
},
"dependencies": {
"@api-platform/admin": "^4.0.2",
"@api-platform/admin": "^4.0.3",
"@api-platform/api-doc-parser": "^0.16.6",
"@auth/core": "^0.34.2",
"@fontsource/poppins": "^5.0.14",
"@fontsource/poppins": "^5.1.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-query-devtools": "^5.51.23",
"@tanstack/react-query-next-experimental": "^5.51.23",
"@tailwindcss/forms": "^0.5.9",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-query-next-experimental": "^5.59.20",
"autoprefixer": "^10.4.20",
"formik": "^2.4.6",
"next": "^14.2.10",
"next": "^14.2.17",
"next-auth": "5.0.0-beta.16",
"picocolors": "^1.0.1",
"postcss": "^8.4.41",
"ra-i18n-polyglot": "^5.1.1",
"ra-language-english": "^5.1.1",
"ra-language-french": "^5.1.1",
"ra-ui-materialui": "^5.1.1",
"picocolors": "^1.1.1",
"postcss": "^8.4.47",
"ra-i18n-polyglot": "^5.3.3",
"ra-language-english": "^5.3.3",
"ra-language-french": "^5.3.3",
"ra-ui-materialui": "^5.3.3",
"react": "^18.3.1",
"react-admin": "^5.1.1",
"react-admin": "^5.3.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"react-hook-form": "^7.53.2",
"react-spinners": "^0.14.1",
"sharp": "^0.33.4",
"sharp": "^0.33.5",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.14",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@playwright/test": "^1.46.0",
"@babel/core": "^7.26.0",
"@playwright/test": "^1.48.2",
"@popperjs/core": "^2.11.8",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"typescript": "^5.5.4"
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.17",
"typescript": "^5.6.3"
},
"peerDependencies": {
"@babel/core": "^7.19.0",
"@popperjs/core": "^2.11.6"
}
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
Loading

0 comments on commit 99b1194

Please sign in to comment.