|
24 | 24 | "node": ">=6.0.0"
|
25 | 25 | },
|
26 | 26 | "dependencies": {
|
27 |
| - "@babel/register": "^7.6.2", |
28 |
| - "browserslist": "^4.7.2", |
29 |
| - "caniuse-lite": "^1.0.30001006", |
30 |
| - "chalk": "^2.4.2", |
| 27 | + "@babel/register": "^7.7.0", |
| 28 | + "browserslist": "^4.7.3", |
| 29 | + "caniuse-lite": "^1.0.30001010", |
| 30 | + "chalk": "^3.0.0", |
31 | 31 | "normalize-range": "^0.1.2",
|
32 | 32 | "num2fraction": "^1.2.2",
|
33 |
| - "postcss": "^7.0.21", |
| 33 | + "postcss": "^7.0.23", |
34 | 34 | "postcss-value-parser": "^4.0.2"
|
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 |
| - "@babel/core": "^7.6.4", |
38 |
| - "@babel/plugin-proposal-class-properties": "^7.5.5", |
| 37 | + "@babel/core": "^7.7.2", |
| 38 | + "@babel/plugin-proposal-class-properties": "^7.7.0", |
39 | 39 | "@babel/plugin-transform-proto-to-assign": "^7.5.5",
|
40 |
| - "@babel/preset-env": "^7.6.3", |
41 |
| - "@logux/eslint-config": "^34.0.0", |
42 |
| - "@size-limit/preset-small-lib": "^2.1.6", |
| 40 | + "@babel/preset-env": "^7.7.1", |
| 41 | + "@logux/eslint-config": "^34.0.1", |
| 42 | + "@size-limit/preset-small-lib": "^2.2.1", |
43 | 43 | "babel-core": "^7.0.0-0",
|
44 | 44 | "babel-eslint": "^10.0.3",
|
45 | 45 | "babel-jest": "^24.9.0",
|
|
50 | 50 | "eslint-config-standard": "^14.1.0",
|
51 | 51 | "eslint-plugin-es5": "^1.4.1",
|
52 | 52 | "eslint-plugin-import": "^2.18.2",
|
53 |
| - "eslint-plugin-jest": "^23.0.2", |
| 53 | + "eslint-plugin-jest": "^23.0.4", |
54 | 54 | "eslint-plugin-node": "^10.0.0",
|
55 | 55 | "eslint-plugin-prefer-let": "^1.0.1",
|
56 | 56 | "eslint-plugin-promise": "^4.2.1",
|
57 | 57 | "eslint-plugin-security": "^1.4.0",
|
58 | 58 | "eslint-plugin-standard": "^4.0.1",
|
59 |
| - "eslint-plugin-unicorn": "^12.1.0", |
| 59 | + "eslint-plugin-unicorn": "^13.0.0", |
60 | 60 | "fs-extra": "^8.1.0",
|
61 | 61 | "gulp": "^4.0.2",
|
62 | 62 | "gulp-babel": "^8.0.0",
|
63 | 63 | "gulp-json-editor": "^2.5.4",
|
64 | 64 | "gulp-postcss": "^8.0.0",
|
65 | 65 | "gulp-rename": "^1.4.0",
|
66 | 66 | "gulp-replace": "^1.0.0",
|
67 |
| - "husky": "^3.0.9", |
| 67 | + "husky": "^3.1.0", |
68 | 68 | "jest": "^24.9.0",
|
69 |
| - "lint-staged": "^9.4.2" |
| 69 | + "lint-staged": "^9.4.3" |
70 | 70 | },
|
71 | 71 | "bin": {
|
72 | 72 | "autoprefixer": "./bin/autoprefixer"
|
|
0 commit comments