Skip to content

Commit 650612e

Browse files
chore: update pwa dependencies
1 parent d8f76ef commit 650612e

File tree

2 files changed

+974
-839
lines changed

2 files changed

+974
-839
lines changed

pwa/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,44 +10,44 @@
1010
"test": "playwright test"
1111
},
1212
"dependencies": {
13-
"@api-platform/admin": "^3.4.4",
14-
"@api-platform/api-doc-parser": "^0.16.1",
15-
"@auth/core": "^0.18.0",
13+
"@api-platform/admin": "^3.4.5",
14+
"@api-platform/api-doc-parser": "^0.16.2",
15+
"@auth/core": "^0.20.0",
1616
"@fontsource/poppins": "^5.0.8",
17-
"@mui/icons-material": "^5.14.15",
18-
"@mui/material": "^5.14.15",
19-
"@tailwindcss/forms": "^0.5.6",
17+
"@mui/icons-material": "^5.15.4",
18+
"@mui/material": "^5.15.4",
19+
"@tailwindcss/forms": "^0.5.7",
2020
"formik": "^2.4.5",
2121
"isomorphic-unfetch": "^4.0.2",
22-
"next": "^13.5.6",
22+
"next": "^14.0.4",
2323
"next-auth": "^4.24.5",
24-
"postcss": "^8.4.31",
25-
"ra-i18n-polyglot": "^4.15.1",
26-
"ra-language-english": "^4.15.1",
27-
"ra-language-french": "^4.15.1",
28-
"ra-ui-materialui": "^4.15.1",
24+
"postcss": "^8.4.33",
25+
"ra-i18n-polyglot": "^4.16.6",
26+
"ra-language-english": "^4.16.6",
27+
"ra-language-french": "^4.16.6",
28+
"ra-ui-materialui": "^4.16.6",
2929
"react": "^18.2.0",
30-
"react-admin": "^4.15.1",
30+
"react-admin": "^4.16.6",
3131
"react-dom": "^18.2.0",
32-
"react-hook-form": "^7.47.0",
32+
"react-hook-form": "^7.49.3",
3333
"react-query": "^3.39.3",
3434
"react-spinners": "^0.13.8",
35-
"sharp": "^0.32.6",
35+
"sharp": "^0.33.2",
3636
"slugify": "^1.6.6",
37-
"yup": "^1.3.2"
37+
"yup": "^1.3.3"
3838
},
3939
"devDependencies": {
40-
"@babel/core": "^7.23.2",
41-
"@playwright/test": "^1.39.0",
40+
"@babel/core": "^7.23.7",
41+
"@playwright/test": "^1.40.1",
4242
"@popperjs/core": "^2.11.8",
43-
"@types/node": "^20.8.9",
44-
"@types/react": "^18.2.33",
45-
"@types/react-dom": "^18.2.14",
43+
"@types/node": "^20.11.1",
44+
"@types/react": "^18.2.48",
45+
"@types/react-dom": "^18.2.18",
4646
"autoprefixer": "^10.4.16",
47-
"eslint": "^8.52.0",
48-
"eslint-config-next": "^13.5.6",
49-
"tailwindcss": "^3.3.5",
50-
"typescript": "^5.2.2"
47+
"eslint": "^8.56.0",
48+
"eslint-config-next": "^14.0.4",
49+
"tailwindcss": "^3.4.1",
50+
"typescript": "^5.3.3"
5151
},
5252
"peerDependencies": {
5353
"@babel/core": "^7.19.0",

0 commit comments

Comments
 (0)