Skip to content

Commit

Permalink
chore(deps): update react, vite and ts
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Nov 19, 2023
1 parent 51bd988 commit 8f30f24
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "web",
"homepage": "web/build",
"private": true,
"type": "module",
"version": "0.1.0",
"scripts": {
"start": "vite",
Expand All @@ -14,10 +15,10 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.9.3",
"vite": "^3.2.4"
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "^5.2.2",
"vite": "^5.0.0"
}
}

0 comments on commit 8f30f24

Please sign in to comment.