Skip to content

Commit

Permalink
update to react 19. Additionally, update react webpack project to use…
Browse files Browse the repository at this point in the history
… latest dependencies
  • Loading branch information
AtofStryker committed Dec 6, 2024
1 parent 89ad4f7 commit 15c4e23
Show file tree
Hide file tree
Showing 7 changed files with 6,411 additions and 6,197 deletions.
141 changes: 48 additions & 93 deletions react-vite-ts/package-lock.json

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

10 changes: 5 additions & 5 deletions react-vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"dependencies": {
"msw": "^2.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"cypress": "https://cdn.cypress.io/beta/npm/13.15.2/darwin-arm64/feat/support_vite_6-4cc6dd61609e9d9f1fcd42ec1573ea79feda602a/cypress.tgz",
"cypress": "https://cdn.cypress.io/beta/npm/14.0.0/darwin-arm64/release/14.0.0-e4904d6e4c006ce2f58d50fd6d978e785007c86d/cypress.tgz",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
Expand Down
Loading

0 comments on commit 15c4e23

Please sign in to comment.