Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
[web] Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijonson committed Oct 6, 2023
1 parent 83a8c70 commit 4360bbd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
22 changes: 15 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/implementations/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-router-dom": "^6.14.1",
"uuid": "^9.0.0",
"zod": "^3.21.4",
"uuid": "^9.0.1",
"zod": "^3.22.4",
"zustand": "^4.3.9"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.2",
"@types/uuid": "^9.0.5",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
Expand All @@ -90,7 +90,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pwa": "^0.16.4"
Expand Down

0 comments on commit 4360bbd

Please sign in to comment.