Skip to content

Commit 67c00db

Browse files
authored
Fix css minimizer dependency updates (#1417)
1 parent 5e951a5 commit 67c00db

5 files changed

Lines changed: 331 additions & 1306 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
with:
2828
persist-credentials: false
2929
- uses: actions/setup-node@v3
30+
with:
31+
node-version: 20
3032
- name: Save root node_modules to cache
3133
uses: actions/cache@v3
3234
with:
@@ -90,6 +92,8 @@ jobs:
9092
with:
9193
persist-credentials: false
9294
- uses: actions/setup-node@v3
95+
with:
96+
node-version: 20
9397
- run: sudo npm -g install yalc ${{ matrix.js_package_manager.installer }}
9498
- run: yalc publish
9599
- name: Save root node_modules to cache
@@ -150,6 +154,8 @@ jobs:
150154
with:
151155
persist-credentials: false
152156
- uses: actions/setup-node@v3
157+
with:
158+
node-version: 20
153159
- run: sudo npm -g install yalc ${{ matrix.js_package_manager.installer }}
154160
- run: yalc publish
155161
- name: Save root node_modules to cache

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"dependencies": {
1414
"@babel/preset-react": "^7.22.5",
1515
"css-loader": "^6.8.1",
16-
"css-minimizer-webpack-plugin": "^5.0.1",
1716
"mini-css-extract-plugin": "^2.7.6",
1817
"prop-types": "^15.8.1",
1918
"react": "^18.2.0",

test/dummy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"compression-webpack-plugin": "^9.2.0",
1717
"create-react-class": "^15.6.2",
1818
"css-loader": "^7.1.4",
19-
"css-minimizer-webpack-plugin": "^2.0.0",
19+
"css-minimizer-webpack-plugin": "^8.0.0",
2020
"mini-css-extract-plugin": "^2.10.2",
2121
"pnp-webpack-plugin": "^1.7.0",
2222
"react": "^18.2.0",

0 commit comments

Comments
 (0)