Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .changeset/dependabot-052e5eb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'washboard-ui': patch
'@wasmcloud/lattice-client-react': patch
---

chore(deps-dev): bump `@vitejs/plugin-react` from 4.7.0 to 5.0.0
2 changes: 1 addition & 1 deletion apps/washboard-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.7.0",
"@vitejs/plugin-react": "^5.0.0",
"@vitejs/plugin-react-swc": "^3.11.0",
"@wasmcloud/eslint-config": "workspace:^",
"@wasmcloud/prettier-config": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/lattice-client-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/eslint": "~9.6.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@vitejs/plugin-react": "^4.7.0",
"@vitejs/plugin-react": "^5.0.0",
"@wasmcloud/eslint-config": "workspace:^",
"@wasmcloud/tsconfig": "workspace:^",
"eslint": "^9.26.0",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2398,6 +2398,13 @@ __metadata:
languageName: node
linkType: hard

"@rolldown/pluginutils@npm:1.0.0-beta.30":
version: 1.0.0-beta.30
resolution: "@rolldown/pluginutils@npm:1.0.0-beta.30"
checksum: 10/2016282c4b3116d5ad1184d36fd6c080d9e1c243265c51761d8c14c00ab128dbc70cfbccbab76184ed881b4947196459b37c9ae6abed742eed9fe51d988fabce
languageName: node
linkType: hard

"@rollup/pluginutils@npm:^3.0.9":
version: 3.1.0
resolution: "@rollup/pluginutils@npm:3.1.0"
Expand Down Expand Up @@ -3990,19 +3997,19 @@ __metadata:
languageName: node
linkType: hard

"@vitejs/plugin-react@npm:^4.7.0":
version: 4.7.0
resolution: "@vitejs/plugin-react@npm:4.7.0"
"@vitejs/plugin-react@npm:^5.0.0":
version: 5.0.0
resolution: "@vitejs/plugin-react@npm:5.0.0"
dependencies:
"@babel/core": "npm:^7.28.0"
"@babel/plugin-transform-react-jsx-self": "npm:^7.27.1"
"@babel/plugin-transform-react-jsx-source": "npm:^7.27.1"
"@rolldown/pluginutils": "npm:1.0.0-beta.27"
"@rolldown/pluginutils": "npm:1.0.0-beta.30"
"@types/babel__core": "npm:^7.20.5"
react-refresh: "npm:^0.17.0"
peerDependencies:
vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
checksum: 10/619a5d650ce0e8e2f37dae369b803990c6647e81ec983a00e44a734b3feeefd5a32c20fbee56d496fbc239cad6b949797dddf7c6d9f23c48100c5b2b5dc41e1f
checksum: 10/915ebbe48c6f3be46e237316d142a7ebdda06808c8c197ac2b55985602919f00f5567ee38330b757c681203fe8a26677b0c8de4eadd5fe351ddf0ed654916c8f
languageName: node
linkType: hard

Expand Down Expand Up @@ -4151,7 +4158,7 @@ __metadata:
"@types/eslint": "npm:~9.6.1"
"@types/react": "npm:19.0.0"
"@types/react-dom": "npm:19.0.0"
"@vitejs/plugin-react": "npm:^4.7.0"
"@vitejs/plugin-react": "npm:^5.0.0"
"@wasmcloud/eslint-config": "workspace:^"
"@wasmcloud/lattice-client-core": "workspace:*"
"@wasmcloud/tsconfig": "workspace:^"
Expand Down Expand Up @@ -11820,7 +11827,7 @@ __metadata:
"@types/react": "npm:19.0.0"
"@types/react-dom": "npm:19.0.0"
"@types/uuid": "npm:^10.0.0"
"@vitejs/plugin-react": "npm:^4.7.0"
"@vitejs/plugin-react": "npm:^5.0.0"
"@vitejs/plugin-react-swc": "npm:^3.11.0"
"@wasmcloud/eslint-config": "workspace:^"
"@wasmcloud/lattice-client-react": "workspace:^"
Expand Down
Loading