Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#4475)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent e136112 commit 08863b5
Show file tree
Hide file tree
Showing 9 changed files with 147 additions and 147 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.6"
"svelte": "^5.19.7"
},
"devDependencies": {
"less": "^4.2.2",
Expand Down
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@rsbuild/plugin-webpack-swc": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@scripts/test-helper": "workspace:*",
"@tailwindcss/postcss": "^4.0.2",
"@tailwindcss/postcss": "^4.0.3",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.15",
"@types/node": "^22.13.0",
Expand All @@ -52,7 +52,7 @@
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.0",
"playwright": "1.44.1",
"tailwindcss": "^4.0.2",
"tailwindcss": "^4.0.3",
"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.6"
"svelte": "^5.19.7"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prettier": "^3.4.2",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.3",
"vitest": "^3.0.4"
"vitest": "^3.0.5"
},
"pnpm": {
"patchedDependencies": {
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 @@ -32,7 +32,7 @@
"deepmerge": "^4.3.1",
"lodash": "^4.17.21",
"picocolors": "^1.1.1",
"semver": "^7.7.0"
"semver": "^7.7.1"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
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.6"
"svelte": "^5.19.7"
},
"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.6"
"svelte": "^5.19.7"
},
"devDependencies": {
"@rsbuild/core": "^1.2.3",
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.13.0",
"svelte": "^5.19.6",
"svelte": "^5.19.7",
"typescript": "^5.7.3"
},
"peerDependencies": {
Expand Down
Loading

1 comment on commit 08863b5

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
plugins ✅ success
rspress ✅ success
rslib ✅ success
examples ✅ success

Please sign in to comment.