|
76 | 76 | "bootstrap": "^4.1.3"
|
77 | 77 | },
|
78 | 78 | "devDependencies": {
|
79 |
| - "@babel/cli": "^7.1.5", |
80 |
| - "@babel/core": "^7.1.6", |
81 |
| - "@babel/plugin-external-helpers": "^7.0.0", |
82 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
83 |
| - "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
84 |
| - "@babel/plugin-transform-runtime": "^7.1.0", |
85 |
| - "@babel/preset-env": "^7.1.6", |
86 |
| - "autoprefixer": "^9.3.1", |
| 79 | + "@babel/cli": "^7.2.0", |
| 80 | + "@babel/core": "^7.2.0", |
| 81 | + "@babel/plugin-external-helpers": "^7.2.0", |
| 82 | + "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
| 83 | + "@babel/plugin-proposal-throw-expressions": "^7.2.0", |
| 84 | + "@babel/plugin-transform-runtime": "^7.2.0", |
| 85 | + "@babel/preset-env": "^7.2.0", |
| 86 | + "autoprefixer": "^9.4.2", |
87 | 87 | "babel-eslint": "^10.0.1",
|
88 | 88 | "babel-plugin-istanbul": "^5.1.0",
|
89 | 89 | "babel-plugin-transform-es2015-modules-strip": "^0.1.1",
|
|
97 | 97 | "npm-run-all": "^4.1.5",
|
98 | 98 | "postcss-cli": "^6.0.1",
|
99 | 99 | "rimraf": "^2.6.2",
|
100 |
| - "rollup": "^0.67.3", |
| 100 | + "rollup": "^0.67.4", |
101 | 101 | "rollup-plugin-babel": "^4.0.3",
|
102 | 102 | "rollup-plugin-commonjs": "^9.2.0",
|
103 | 103 | "rollup-plugin-node-resolve": "^3.4.0",
|
104 | 104 | "semver": "^5.6.0",
|
105 | 105 | "shelljs": "^0.8.3",
|
106 | 106 | "shx": "^0.3.2",
|
107 |
| - "stylelint": "^9.8.0", |
| 107 | + "stylelint": "^9.9.0", |
108 | 108 | "stylelint-config-recommended-scss": "^3.2.0",
|
109 | 109 | "stylelint-config-standard": "^18.2.0",
|
110 |
| - "stylelint-order": "^1.0.0", |
111 |
| - "stylelint-scss": "^3.4.0", |
| 110 | + "stylelint-order": "^2.0.0", |
| 111 | + "stylelint-scss": "^3.4.1", |
112 | 112 | "uglify-js": "^3.4.9"
|
113 | 113 | },
|
114 | 114 | "peerDependencies": {
|
|
0 commit comments