|
35 | 35 | "types": "./types/index.d.ts",
|
36 | 36 | "homepage": "https://github.com/dougalg/rollup-plugin-postcss#readme",
|
37 | 37 | "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", |
41 | 41 | "babel-core": "^7.0.0-bridge.0",
|
42 |
| - "babel-jest": "^26.6.3", |
| 42 | + "babel-jest": "^29.7.0", |
43 | 43 | "bili": "^5.0.5",
|
44 | 44 | "eslint-config-rem": "^4.0.0",
|
45 | 45 | "fs-extra": "^9.0.1",
|
46 |
| - "jest": "^26.6.3", |
| 46 | + "jest": "^29.7.0", |
47 | 47 | "less": "^3.12.2",
|
48 | 48 | "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", |
51 | 51 | "stylus": "^0.54.8",
|
52 | 52 | "sugarss": "^3.0.3",
|
53 | 53 | "xo": "^0.35.0"
|
|
62 | 62 | "postcss-load-config": "^3.0.0",
|
63 | 63 | "postcss-modules": "^4.0.0",
|
64 | 64 | "promise.series": "^0.2.0",
|
65 |
| - "resolve": "^1.19.0", |
| 65 | + "resolve": "^1.22.8", |
66 | 66 | "rollup-pluginutils": "^2.8.2",
|
67 | 67 | "safe-identifier": "^0.4.2",
|
68 | 68 | "style-inject": "^0.3.0"
|
|
85 | 85 | }
|
86 | 86 | },
|
87 | 87 | "jest": {
|
88 |
| - "testEnvironment": "node" |
| 88 | + "testEnvironment": "node", |
| 89 | + "transformIgnorePatterns": ["/node_modules/(?!(rollup)/)"] |
89 | 90 | },
|
90 | 91 | "babel": {
|
91 | 92 | "presets": [
|
|
0 commit comments