Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@types/deep-equal": "1.0.4",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"@vitejs/plugin-react": "6.0.5",
"@vitejs/plugin-react": "6.1.0",
"autoprefixer": "10.5.4",
"happy-dom": "20.11.2",
"storybook": "10.5.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/scraper-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.4",
"@vitejs/plugin-react": "6.0.5",
"@vitejs/plugin-react": "6.1.0",
"tsup": "8.5.1",
"typescript": "6.0.3",
"vite": "8.2.1",
Expand Down
15 changes: 9 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ __metadata:
"@types/react": "npm:19.2.18"
"@types/react-dom": "npm:19.2.4"
"@urql/exchange-auth": "npm:3.0.0"
"@vitejs/plugin-react": "npm:6.0.5"
"@vitejs/plugin-react": "npm:6.1.0"
autoprefixer: "npm:10.5.4"
chart.js: "npm:4.5.1"
class-variance-authority: "npm:0.7.1"
Expand Down Expand Up @@ -346,7 +346,7 @@ __metadata:
"@testing-library/dom": "npm:10.4.1"
"@testing-library/react": "npm:16.3.2"
"@testing-library/user-event": "npm:14.6.4"
"@vitejs/plugin-react": "npm:6.0.5"
"@vitejs/plugin-react": "npm:6.1.0"
date-fns: "npm:4.4.0"
fast-xml-parser: "npm:5.10.1"
fastify: "npm:5.12.0"
Expand Down Expand Up @@ -11851,21 +11851,24 @@ __metadata:
languageName: node
linkType: hard

"@vitejs/plugin-react@npm:6.0.5":
version: 6.0.5
resolution: "@vitejs/plugin-react@npm:6.0.5"
"@vitejs/plugin-react@npm:6.1.0":
version: 6.1.0
resolution: "@vitejs/plugin-react@npm:6.1.0"
dependencies:
"@rolldown/pluginutils": "npm:^1.0.1"
peerDependencies:
"@rolldown/plugin-babel": ^0.1.7 || ^0.2.0
babel-plugin-react-compiler: ^1.0.0
oxc-transform-react: ^0.145.0
vite: ^8.0.0
peerDependenciesMeta:
"@rolldown/plugin-babel":
optional: true
babel-plugin-react-compiler:
optional: true
checksum: 10c0/fb02246fe3652d7fb746190bdd098b9e29918dfcf8c67b9c0c37300ce789e82331b2ba761530ac6ac9a61390b774d44f401787bd1c87a6c866d1e74a745cc1a0
oxc-transform-react:
optional: true
checksum: 10c0/e6a955d2aa84fa09d4335fb0a3d3466a71bc31efe8d3e0096d34c5d1c6f97d9c92b3ffe7ec8ad8fd63ceee1323770d6b184b2a32a7fadd82fd2a46a3b444e81a
languageName: node
linkType: hard

Expand Down
Loading