Skip to content

Commit

Permalink
fix: pwa ts + update pwa deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Jun 29, 2023
1 parent 6bbc739 commit 4709402
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 191 deletions.
14 changes: 7 additions & 7 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@
"@api-platform/api-doc-parser": "^0.16.1",
"@fontsource/poppins": "^4.5.10",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.5",
"@mui/material": "^5.13.6",
"@tailwindcss/forms": "^0.5.3",
"formik": "^2.4.2",
"isomorphic-unfetch": "^3.1.0",
"jwt-decode": "^3.1.2",
"next": "^13.4.7",
"postcss": "^8.4.24",
"prop-types": "^15.8.1",
"ra-i18n-polyglot": "^4.11.3",
"ra-language-english": "^4.11.3",
"ra-language-french": "^4.11.3",
"ra-i18n-polyglot": "^4.11.4",
"ra-language-english": "^4.11.4",
"ra-language-french": "^4.11.4",
"react": "^18.2.0",
"react-admin": "^4.11.3",
"react-admin": "^4.11.4",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.13.0"
"react-router-dom": "^6.14.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@playwright/test": "^1.35.1",
"@popperjs/core": "^2.11.8",
"@types/node": "^18.16.18",
"@types/react": "^18.2.13",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
Expand Down
Loading

0 comments on commit 4709402

Please sign in to comment.