Skip to content

Commit

Permalink
chore(drama-queen): update dependencies (#30)
Browse files Browse the repository at this point in the history
* chore(drama-queen): update dependencies

* ci: update node version to 18

* Revert "ci: update node version to 18"

This reverts commit 3176b38.
  • Loading branch information
ddecrulle authored Jul 5, 2023
1 parent b578303 commit 033b410
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 63 deletions.
18 changes: 9 additions & 9 deletions drama-queen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"serve": "vite preview --port 5000 --strictPort"
},
"dependencies": {
"dexie": "^3.2.3",
"dexie-react-hooks": "^1.1.3",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.1"
},
"devDependencies": {
"@types/node": "^18.15.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^4.0.0",
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-pwa": "^0.14.4",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.16.4",
"workbox-cacheable-response": "^5.1.3",
"workbox-core": "^5.1.3",
"workbox-precaching": "^5.1.3",
Expand Down
Loading

0 comments on commit 033b410

Please sign in to comment.