|
1 | 1 | { |
2 | 2 | "name": "clean-css-loader", |
3 | | - "version": "2.0.0", |
| 3 | + "version": "3.0.0", |
4 | 4 | "main": "lib/index.js", |
5 | 5 | "dependencies": { |
6 | | - "clean-css": "^4.2.1", |
7 | | - "loader-utils": "^1.2.3" |
| 6 | + "clean-css": "^4.2.3", |
| 7 | + "loader-utils": "^2.0.0" |
8 | 8 | }, |
9 | 9 | "peerDependencies": { |
10 | | - "webpack": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0" |
| 10 | + "webpack": ">=1.0.0" |
11 | 11 | }, |
12 | 12 | "scripts": { |
13 | 13 | "e2e": "yarn build && yarn update-e2e && yarn test", |
14 | 14 | "force-clean": "rimraf ./test/e2e/webpack*/node_modules/ ./test/e2e/webpack*/tests/**/*.test.js", |
15 | | - "install-sub": "yarn link && cd ./test/e2e/webpack1 && yarn && yarn link clean-css-loader && yarn build && cd ../webpack4 && yarn && yarn link clean-css-loader && yarn build && cd ../../..", |
| 15 | + "install-sub": "yarn link && cd ./test/e2e/webpack1 && yarn && yarn link clean-css-loader && yarn build && cd ../webpack5 && yarn && yarn link clean-css-loader && yarn build && cd ../../..", |
16 | 16 | "update-e2e": "yarn force-clean && yarn install-sub", |
17 | 17 | "prebuild": "rimraf ./lib", |
18 | 18 | "build": "babel src --out-dir lib", |
|
33 | 33 | "lib" |
34 | 34 | ], |
35 | 35 | "engines": { |
36 | | - "node": ">=8.0.0" |
| 36 | + "node": ">= 10.13.0" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@babel/cli": "^7.4.4", |
40 | | - "@babel/core": "^7.4.4", |
41 | | - "@babel/preset-env": "^7.4.4", |
42 | | - "babel-eslint": "^10.0.1", |
43 | | - "babel-jest": "^24.8.0", |
44 | | - "babel-plugin-add-module-exports": "^1.0.2", |
45 | | - "eslint": "^5.16.0", |
46 | | - "eslint-config-prettier": "^4.2.0", |
| 39 | + "@babel/cli": "^7.12.10", |
| 40 | + "@babel/core": "^7.12.10", |
| 41 | + "@babel/preset-env": "^7.12.11", |
| 42 | + "babel-eslint": "^10.1.0", |
| 43 | + "babel-jest": "^26.6.3", |
| 44 | + "babel-plugin-add-module-exports": "^1.0.4", |
| 45 | + "eslint": "^7.18.0", |
| 46 | + "eslint-config-prettier": "^7.2.0", |
47 | 47 | "eslint-config-webpack": "^1.2.5", |
48 | | - "eslint-plugin-import": "^2.17.2", |
49 | | - "eslint-plugin-prettier": "^3.0.1", |
50 | | - "husky": "^2.2.0", |
51 | | - "jest": "^24.8.0", |
52 | | - "lint-staged": "^8.1.6", |
| 48 | + "eslint-plugin-import": "^2.22.1", |
| 49 | + "eslint-plugin-prettier": "^3.3.1", |
| 50 | + "husky": "^4.3.8", |
| 51 | + "jest": "^26.6.3", |
| 52 | + "lint-staged": "^10.5.3", |
53 | 53 | "npm-run-all": "^4.1.5", |
54 | | - "prettier": "^1.17.0", |
55 | | - "rimraf": "^2.6.3" |
| 54 | + "prettier": "^2.2.1", |
| 55 | + "rimraf": "^3.0.2" |
56 | 56 | } |
57 | 57 | } |
0 commit comments