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 Sep 25, 2024
1 parent e424f7b commit 2aa804e
Show file tree
Hide file tree
Showing 25 changed files with 171 additions and 190 deletions.
8 changes: 4 additions & 4 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"lodash": "^4.17.21",
"moment": "^2.30.1",
"preact": "^10.24.0",
"preact": "^10.24.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
Expand Down Expand Up @@ -41,16 +41,16 @@
"@module-federation/rspack": "0.6.6",
"@scripts/test-helper": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.9",
"@types/node": "18.x",
"@types/react": "^18.3.8",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"create-rsbuild": "workspace:*",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"playwright": "1.44.1",
"strip-ansi": "6.0.1",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion examples/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"preact": "^10.24.0"
"preact": "^10.24.1"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*",
"@types/react": "^18.3.8",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"svelte": "5.0.0-next.257"
"svelte": "5.0.0-next.259"
},
"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 @@ -44,7 +44,7 @@
"@changesets/cli": "^2.27.8",
"@modern-js/module-tools": "^2.60.1",
"@rsbuild/config": "workspace:*",
"@rslib/core": "0.0.6",
"@rslib/core": "0.0.7",
"@scripts/test-helper": "workspace:*",
"check-dependency-version-consistency": "^4.1.0",
"cross-env": "^7.0.3",
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 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.9",
"@types/semver": "^7.5.8",
"typescript": "^5.5.2",
"webpack": "^5.94.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@rspack/core": "~1.0.7",
"@rspack/lite-tapable": "~1.0.0",
"@swc/helpers": "^0.5.13",
"caniuse-lite": "^1.0.30001662",
"caniuse-lite": "^1.0.30001663",
"core-js": "~3.38.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-lit-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"lit": "^3.2.0"
},
"devDependencies": {
"@rsbuild/core": "^1.0.5"
"@rsbuild/core": "^1.0.6"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lit": "^3.2.0"
},
"devDependencies": {
"@rsbuild/core": "^1.0.5",
"@rsbuild/core": "^1.0.6",
"typescript": "^5.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-preact-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"preview": "rsbuild preview"
},
"dependencies": {
"preact": "^10.24.0"
"preact": "^10.24.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.5",
"@rsbuild/core": "^1.0.6",
"@rsbuild/plugin-preact": "^1.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"preview": "rsbuild preview"
},
"dependencies": {
"preact": "^10.24.0"
"preact": "^10.24.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.5",
"@rsbuild/core": "^1.0.6",
"@rsbuild/plugin-preact": "^1.0.1",
"typescript": "^5.5.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.5",
"@rsbuild/core": "^1.0.6",
"@rsbuild/plugin-react": "^1.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.5",
"@rsbuild/core": "^1.0.6",
"@rsbuild/plugin-react": "^1.0.2",
"@types/react": "^18.3.8",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"solid-js": "^1.8.22"
},
"devDependencies": {
"@rsbuild/core": "^1.0.5",
"@rsbuild/core": "^1.0.6",
"@rsbuild/plugin-babel": "^1.0.1",
"@rsbuild/plugin-solid": "^1.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"solid-js": "^1.8.22"
},
"devDependencies": {
"@rsbuild/core": "^1.0.5",
"@rsbuild/core": "^1.0.6",
"@rsbuild/plugin-babel": "^1.0.1",
"@rsbuild/plugin-solid": "^1.0.1",
"typescript": "^5.5.2"
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 @@ -11,7 +11,7 @@
"svelte": "^4.2.19"
},
"devDependencies": {
"@rsbuild/core": "^1.0.5",
"@rsbuild/core": "^1.0.6",
"@rsbuild/plugin-svelte": "^1.0.1"
}
}
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 @@ -12,7 +12,7 @@
"svelte": "^4.2.19"
},
"devDependencies": {
"@rsbuild/core": "^1.0.5",
"@rsbuild/core": "^1.0.6",
"@rsbuild/plugin-svelte": "^1.0.1",
"svelte-check": "^4.0.2",
"typescript": "^5.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vanilla-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.0.5"
"@rsbuild/core": "^1.0.6"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.0.5",
"@rsbuild/core": "^1.0.6",
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue2-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^2.7.16"
},
"devDependencies": {
"@rsbuild/core": "^1.0.5",
"@rsbuild/core": "^1.0.6",
"@rsbuild/plugin-vue2": "^1.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue2-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^2.7.16"
},
"devDependencies": {
"@rsbuild/core": "^1.0.5",
"@rsbuild/core": "^1.0.6",
"@rsbuild/plugin-vue2": "^1.0.1",
"typescript": "^5.5.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue3-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.5.8"
},
"devDependencies": {
"@rsbuild/core": "^1.0.5",
"@rsbuild/core": "^1.0.6",
"@rsbuild/plugin-vue": "^1.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue3-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.5.8"
},
"devDependencies": {
"@rsbuild/core": "^1.0.5",
"@rsbuild/core": "^1.0.6",
"@rsbuild/plugin-vue": "^1.0.1",
"typescript": "^5.5.2"
}
Expand Down
Loading

0 comments on commit 2aa804e

Please sign in to comment.