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

Commit

Permalink
feature(standard-desktop): update vite (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay authored Dec 10, 2022
1 parent b913965 commit 37a73ba
Show file tree
Hide file tree
Showing 3 changed files with 1,021 additions and 296 deletions.
5 changes: 3 additions & 2 deletions packages/standard-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
"@tauri-apps/cli": "^1.2.2",
"@types/react": "^18.0.26",
"@types/react-dom": "18.0.9",
"@vitejs/plugin-react": "^2.2.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitejs/plugin-react-swc": "3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.5",
"typescript": "4.9.4",
"vite": "^3.2.5"
"vite": "^4.0.0"
}
}
2 changes: 2 additions & 0 deletions packages/standard-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
"tsconfig.json"
],
"dependencies": {
"@netlify/ipx": "^1.3.2",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"follow-redirects": "^1.15.2",
"next": "13.0.6",
"next-sitemap": "^3.1.32",
"nextjs-progressbar": "^0.0.16",
Expand Down
Loading

0 comments on commit 37a73ba

Please sign in to comment.