Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#2817)
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] committed Jul 6, 2024
1 parent a78fde1 commit ca5ef9c
Show file tree
Hide file tree
Showing 11 changed files with 159 additions and 142 deletions.
2 changes: 1 addition & 1 deletion e2e/cases/swc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "@e2e/swc-plugin",
"version": "1.0.0",
"dependencies": {
"@swc/plugin-remove-console": "^2.0.6"
"@swc/plugin-remove-console": "^2.0.7"
}
}
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"dependencies": {
"lodash": "^4.17.21",
"moment": "^2.30.1",
"preact": "^10.22.0",
"preact": "^10.22.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.0",
"react-router-dom": "^6.24.1",
"solid-js": "^1.8.18",
"vue": "^3.4.19",
"vue-router": "^4.4.0"
Expand Down
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.22.0"
"preact": "^10.22.1"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/cli": "^2.27.6",
"@modern-js/module-tools": "^2.54.5",
"@changesets/cli": "^2.27.7",
"@modern-js/module-tools": "^2.54.6",
"@rsbuild/config": "workspace:*",
"@scripts/test-helper": "workspace:*",
"check-dependency-version-consistency": "^4.1.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 @@ -90,7 +90,7 @@
"prebundle": "1.1.0",
"reduce-configs": "^1.0.0",
"rslog": "^1.2.2",
"rspack-chain": "^0.7.3",
"rspack-chain": "^0.7.4",
"rspack-manifest-plugin": "5.0.0",
"semver": "^7.6.2",
"sirv": "^2.0.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"eslint": "^9.6.0",
"eslint-plugin-svelte": "^2.41.0",
"globals": "^15.8.0",
"typescript-eslint": "^8.0.0-alpha.38"
"typescript-eslint": "^8.0.0-alpha.39"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-preact-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"preact": "^10.22.0"
"preact": "^10.22.1"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"preact": "^10.22.0"
"preact": "^10.22.1"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-check-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dev": "modern build --watch"
},
"dependencies": {
"acorn": "^8.12.0",
"acorn": "^8.12.1",
"browserslist-to-es-version": "^1.0.0",
"htmlparser2": "9.1.0",
"picocolors": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dev": "modern build --watch"
},
"dependencies": {
"@swc/plugin-styled-components": "2.0.8",
"@swc/plugin-styled-components": "2.0.9",
"reduce-configs": "^1.0.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit ca5ef9c

Please sign in to comment.