Skip to content

Commit

Permalink
fix: upgrade rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
dougalg committed Dec 23, 2023
1 parent e9e24e9 commit 529b843
Show file tree
Hide file tree
Showing 4 changed files with 752 additions and 1,084 deletions.
19 changes: 10 additions & 9 deletions package.json
Expand Up @@ -35,19 +35,19 @@
"types": "./types/index.d.ts",
"homepage": "https://github.com/dougalg/rollup-plugin-postcss#readme",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"autoprefixer": "^10.0.4",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"autoprefixer": "^10.4.16",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.6.3",
"babel-jest": "^29.7.0",
"bili": "^5.0.5",
"eslint-config-rem": "^4.0.0",
"fs-extra": "^9.0.1",
"jest": "^26.6.3",
"jest": "^29.7.0",
"less": "^3.12.2",
"node-sass": "^9.0.0",
"postcss": "^8.2.7",
"rollup": "^2.34.2",
"postcss": "^8.4.32",
"rollup": "^4.0.0",
"stylus": "^0.54.8",
"sugarss": "^3.0.3",
"xo": "^0.35.0"
Expand All @@ -62,7 +62,7 @@
"postcss-load-config": "^3.0.0",
"postcss-modules": "^4.0.0",
"promise.series": "^0.2.0",
"resolve": "^1.19.0",
"resolve": "^1.22.8",
"rollup-pluginutils": "^2.8.2",
"safe-identifier": "^0.4.2",
"style-inject": "^0.3.0"
Expand All @@ -85,7 +85,8 @@
}
},
"jest": {
"testEnvironment": "node"
"testEnvironment": "node",
"transformIgnorePatterns": ["/node_modules/(?!(rollup)/)"]
},
"babel": {
"presets": [
Expand Down

0 comments on commit 529b843

Please sign in to comment.