Skip to content

Commit 529b843

Browse files
committed
fix: upgrade rollup
1 parent e9e24e9 commit 529b843

File tree

4 files changed

+752
-1084
lines changed

4 files changed

+752
-1084
lines changed

package.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@
3535
"types": "./types/index.d.ts",
3636
"homepage": "https://github.com/dougalg/rollup-plugin-postcss#readme",
3737
"devDependencies": {
38-
"@babel/core": "^7.12.9",
39-
"@babel/preset-env": "^7.12.7",
40-
"autoprefixer": "^10.0.4",
38+
"@babel/core": "^7.23.6",
39+
"@babel/preset-env": "^7.23.6",
40+
"autoprefixer": "^10.4.16",
4141
"babel-core": "^7.0.0-bridge.0",
42-
"babel-jest": "^26.6.3",
42+
"babel-jest": "^29.7.0",
4343
"bili": "^5.0.5",
4444
"eslint-config-rem": "^4.0.0",
4545
"fs-extra": "^9.0.1",
46-
"jest": "^26.6.3",
46+
"jest": "^29.7.0",
4747
"less": "^3.12.2",
4848
"node-sass": "^9.0.0",
49-
"postcss": "^8.2.7",
50-
"rollup": "^2.34.2",
49+
"postcss": "^8.4.32",
50+
"rollup": "^4.0.0",
5151
"stylus": "^0.54.8",
5252
"sugarss": "^3.0.3",
5353
"xo": "^0.35.0"
@@ -62,7 +62,7 @@
6262
"postcss-load-config": "^3.0.0",
6363
"postcss-modules": "^4.0.0",
6464
"promise.series": "^0.2.0",
65-
"resolve": "^1.19.0",
65+
"resolve": "^1.22.8",
6666
"rollup-pluginutils": "^2.8.2",
6767
"safe-identifier": "^0.4.2",
6868
"style-inject": "^0.3.0"
@@ -85,7 +85,8 @@
8585
}
8686
},
8787
"jest": {
88-
"testEnvironment": "node"
88+
"testEnvironment": "node",
89+
"transformIgnorePatterns": ["/node_modules/(?!(rollup)/)"]
8990
},
9091
"babel": {
9192
"presets": [

0 commit comments

Comments
 (0)