Skip to content

Commit

Permalink
chore: update pwa from distro
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Oct 26, 2023
1 parent a65b36b commit 5c5bc27
Show file tree
Hide file tree
Showing 6 changed files with 824 additions and 716 deletions.
4 changes: 4 additions & 0 deletions pwa/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
**/.gitattributes
**/.gitignore
**/.gitmodules
**/compose.*.yaml
**/compose.*.yml
**/compose.yaml
**/compose.yml
**/docker-compose.*.yaml
**/docker-compose.*.yml
**/docker-compose.yaml
Expand Down
2 changes: 1 addition & 1 deletion pwa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# Versions
FROM node:18-alpine AS node_upstream
FROM node:20-alpine AS node_upstream


# Base stage for dev and build
Expand Down
58 changes: 32 additions & 26 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,45 @@
"dependencies": {
"@api-platform/admin": "^3.4.4",
"@api-platform/api-doc-parser": "^0.16.1",
"@auth/core": "^0.10.4",
"@auth/core": "^0.18.0",
"@fontsource/poppins": "^5.0.8",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.10",
"@mui/icons-material": "^5.14.15",
"@mui/material": "^5.14.15",
"@tailwindcss/forms": "^0.5.6",
"formik": "^2.4.5",
"isomorphic-unfetch": "^4.0.2",
"next": "13.4.11",
"next-auth": "^4.23.1",
"postcss": "8.4.31",
"ra-i18n-polyglot": "^4.14.1",
"ra-language-english": "^4.14.1",
"ra-language-french": "^4.14.1",
"ra-ui-materialui": "^4.14.1",
"react": "18.2.0",
"react-admin": "^4.14.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.1",
"next": "^13.5.6",
"next-auth": "^4.24.3",
"postcss": "^8.4.31",
"ra-i18n-polyglot": "^4.15.1",
"ra-language-english": "^4.15.1",
"ra-language-french": "^4.15.1",
"ra-ui-materialui": "^4.15.1",
"react": "^18.2.0",
"react-admin": "^4.15.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"react-query": "^3.39.3",
"react-spinners": "^0.13.8",
"sharp": "^0.32.5",
"sharp": "^0.32.6",
"slugify": "^1.6.6",
"yup": "^1.2.0"
"yup": "^1.3.2"
},
"devDependencies": {
"@playwright/test": "^1.38.0",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"eslint": "8.45.0",
"eslint-config-next": "13.4.11",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
"@babel/core": "^7.23.2",
"@playwright/test": "^1.39.0",
"@popperjs/core": "^2.11.8",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-config-next": "^13.5.6",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
},
"peerDependencies": {
"@babel/core": "^7.19.0",
"@popperjs/core": "^2.11.6"
}
}
Loading

0 comments on commit 5c5bc27

Please sign in to comment.