Skip to content

Commit e808849

Browse files
authored
bump rspack 1.2.7 (#797)
1 parent 5c4f625 commit e808849

File tree

9 files changed

+115
-134
lines changed

9 files changed

+115
-134
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@rsdoctor/types": "workspace:*",
2020
"@rsdoctor/utils": "workspace:*",
2121
"@rsdoctor/webpack-plugin": "workspace:*",
22-
"@rspack/core": "^1.2.6",
22+
"@rspack/core": "^1.2.7",
2323
"@types/lodash": "^4.17.16",
2424
"@types/node": "^16",
2525
"@types/react": "^18.3.18",

examples/rspack-banner-minimal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"devDependencies": {
2121
"@rsdoctor/rspack-plugin": "workspace:*",
22-
"@rspack/cli": "^1.2.5",
23-
"@rspack/core": "^1.2.5",
22+
"@rspack/cli": "^1.2.7",
23+
"@rspack/core": "^1.2.7",
2424
"@rspack/plugin-react-refresh": "1.0.0",
2525
"@types/react": "^18.0.25",
2626
"@types/react-dom": "^18.0.8",

examples/rspack-layers-minimal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"devDependencies": {
2020
"tsm": "2.3.0",
2121
"@rsdoctor/rspack-plugin": "workspace:*",
22-
"@rspack/cli": "^1.2.5",
23-
"@rspack/core": "^1.2.5",
22+
"@rspack/cli": "^1.2.7",
23+
"@rspack/core": "^1.2.7",
2424
"@rspack/plugin-react-refresh": "^1.0.1",
2525
"@types/react": "^18.0.25",
2626
"@types/react-dom": "^18.0.8",

examples/rspack-minimal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"devDependencies": {
2323
"@rsdoctor/rspack-plugin": "workspace:*",
24-
"@rspack/cli": "^1.2.5",
25-
"@rspack/core": "^1.2.5",
24+
"@rspack/cli": "^1.2.7",
25+
"@rspack/core": "^1.2.7",
2626
"@rspack/plugin-react-refresh": "^1.0.1",
2727
"@types/react": "^18.0.25",
2828
"@types/react-dom": "^18.0.8",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"browserslist-load-config": "^1.0.0"
8686
},
8787
"devDependencies": {
88-
"@rspack/core": "^1.2.6",
88+
"@rspack/core": "^1.2.7",
8989
"@scripts/test-helper": "workspace:*",
9090
"@types/fs-extra": "^11.0.4",
9191
"@types/lodash": "^4.17.16",

packages/rspack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lodash": "^4.17.21"
2828
},
2929
"devDependencies": {
30-
"@rspack/core": "^1.2.6",
30+
"@rspack/core": "^1.2.7",
3131
"@types/lodash": "^4.17.16",
3232
"@types/node": "^16",
3333
"@types/tapable": "2.2.7",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"source-map": "^0.7.4"
2525
},
2626
"devDependencies": {
27-
"@rspack/core": "^1.2.6",
27+
"@rspack/core": "^1.2.7",
2828
"@types/node": "^16",
2929
"@types/react": "^18.3.18",
3030
"tslib": "2.8.1",

pnpm-lock.yaml

Lines changed: 104 additions & 123 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/test-helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dev": "modern build --watch"
2626
},
2727
"dependencies": {
28-
"@rspack/core": "^1.2.6",
28+
"@rspack/core": "^1.2.7",
2929
"@types/lodash": "^4.17.16",
3030
"@types/node": "^16",
3131
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)