Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#2923)
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 Jul 15, 2024
1 parent cf19201 commit 5e1db8a
Show file tree
Hide file tree
Showing 18 changed files with 959 additions and 874 deletions.
2 changes: 1 addition & 1 deletion e2e/cases/babel/decorator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "@e2e/babel-decorator",
"version": "1.0.0",
"devDependencies": {
"@babel/preset-env": "^7.24.7"
"@babel/preset-env": "^7.24.8"
}
}
2 changes: 1 addition & 1 deletion e2e/cases/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"less": "^4.2.0",
"sass": "^1.77.6",
"sass": "^1.77.8",
"stylus": "0.63.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"cross-env": "^7.0.3",
"cspell-ban-words": "^0.0.3",
"nano-staged": "^0.8.0",
"nx": "^19.4.1",
"prettier": "^3.3.2",
"nx": "^19.4.3",
"prettier": "^3.3.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.2",
"vitest": "^2.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@rspack/core": "1.0.0-alpha.3",
"@rspack/lite-tapable": "1.0.0-alpha.3",
"@swc/helpers": "0.5.11",
"caniuse-lite": "^1.0.30001640",
"caniuse-lite": "^1.0.30001642",
"core-js": "~3.37.1",
"postcss": "^8.4.39"
},
Expand All @@ -64,9 +64,9 @@
"@types/node": "18.x",
"@types/on-finished": "2.3.4",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/ws": "^8.5.10",
"@types/ws": "^8.5.11",
"autoprefixer": "10.4.19",
"browserslist": "4.23.1",
"browserslist": "4.23.2",
"browserslist-to-es-version": "^1.0.0",
"chokidar": "3.6.0",
"commander": "^12.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-eslint/react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"lint": "eslint ."
},
"devDependencies": {
"@eslint/compat": "^1.1.0",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.7.0",
"eslint": "^9.7.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.8.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-eslint/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"lint": "eslint ."
},
"devDependencies": {
"@eslint/compat": "^1.1.0",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.7.0",
"eslint": "^9.7.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.8.0",
"typescript-eslint": "^7.16.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"eslint": "^9.7.0",
"eslint-plugin-svelte": "^2.42.0",
"globals": "^15.8.0",
"typescript-eslint": "^8.0.0-alpha.39"
"typescript-eslint": "^8.0.0-alpha.44"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"format": "prettier --write ."
},
"devDependencies": {
"prettier": "^3.3.2"
"prettier": "^3.3.3"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"serialize-javascript": "^6.0.2"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/core": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@babel/preset-typescript": "^7.24.7",
"@rsbuild/core": "workspace:*",
"@types/serialize-javascript": "^5.0.4",
"terser": "5.31.1",
"terser": "5.31.2",
"typescript": "^5.5.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prebundle": "prebundle"
},
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.24.8",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lightningcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dev": "modern build --watch"
},
"dependencies": {
"browserslist": "4.23.1",
"browserslist": "4.23.2",
"lightningcss": "^1.25.1",
"reduce-configs": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"deepmerge": "^4.3.1",
"terser": "5.31.1"
"terser": "5.31.2"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"loader-utils": "^2.0.4",
"postcss": "^8.4.39",
"reduce-configs": "^1.0.0",
"sass-embedded": "^1.77.5"
"sass-embedded": "^1.77.8"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
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 @@ -27,7 +27,7 @@
},
"dependencies": {
"svelte-loader": "3.2.3",
"svelte-preprocess": "^6.0.1"
"svelte-preprocess": "^6.0.2"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"babel-plugin-vue-jsx-hmr": "1.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.24.8",
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue2-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@vue/babel-preset-jsx": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.24.8",
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.5.2"
Expand Down
Loading

0 comments on commit 5e1db8a

Please sign in to comment.