Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent af0a6c7 commit 5d06011
Show file tree
Hide file tree
Showing 10 changed files with 242 additions and 242 deletions.
2 changes: 1 addition & 1 deletion e2e/cases/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@e2e/svelte",
"version": "1.0.0",
"dependencies": {
"svelte": "^5.19.3"
"svelte": "^5.19.6"
},
"devDependencies": {
"less": "^4.2.2",
Expand Down
8 changes: 4 additions & 4 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"preact": "^10.25.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.3",
"react-router-dom": "^7.1.5",
"solid-js": "^1.9.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
Expand Down Expand Up @@ -42,17 +42,17 @@
"@rsbuild/plugin-webpack-swc": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@scripts/test-helper": "workspace:*",
"@tailwindcss/postcss": "^4.0.0",
"@tailwindcss/postcss": "^4.0.2",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.14",
"@types/lodash": "^4.17.15",
"@types/node": "^22.12.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"create-rsbuild": "workspace:*",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.0",
"playwright": "1.44.1",
"tailwindcss": "^4.0.0",
"tailwindcss": "^4.0.2",
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"svelte": "^5.19.3"
"svelte": "^5.19.6"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/plugin-webpack-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@rsbuild/core": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@rslib/core": "0.4.0",
"@types/lodash": "^4.17.14",
"@types/lodash": "^4.17.15",
"@types/semver": "^7.5.8",
"typescript": "^5.7.3",
"webpack": "^5.97.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-svelte-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"svelte": "^5.19.3"
"svelte": "^5.19.6"
},
"devDependencies": {
"@rsbuild/core": "^1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"svelte-check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"svelte": "^5.19.3"
"svelte": "^5.19.6"
},
"devDependencies": {
"@rsbuild/core": "^1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.4.0",
"@swc/core": "^1.10.9",
"@swc/core": "^1.10.12",
"@types/serialize-javascript": "^5.0.4",
"serialize-javascript": "^6.0.2",
"typescript": "^5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.4.0",
"@scripts/test-helper": "workspace:*",
"@types/less": "^3.0.7",
"@types/less": "^3.0.8",
"less": "^4.2.2",
"less-loader": "^12.2.0",
"prebundle": "1.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@rslib/core": "0.4.0",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.12.0",
"svelte": "^5.19.3",
"svelte": "^5.19.6",
"typescript": "^5.7.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 5d06011

Please sign in to comment.