Skip to content

Commit

Permalink
chore: update example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcadramin committed Sep 30, 2024
1 parent 6a70b21 commit a31463f
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 360 deletions.
16 changes: 8 additions & 8 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"postbuild": "staticit"
},
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.3.0"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"staticit": "link:../..",
"typescript": "^4.6.3",
"vite": "^2.9.5"
"typescript": "^5.6.2",
"vite": "^5.4.8"
}
}
Loading

0 comments on commit a31463f

Please sign in to comment.