Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Aug 7, 2024
1 parent 3f56d23 commit 2d1193c
Show file tree
Hide file tree
Showing 4 changed files with 476 additions and 305 deletions.
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@vitejs/plugin-react-swc": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^4.5.2"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}
Loading

0 comments on commit 2d1193c

Please sign in to comment.