Skip to content

Commit 49bac1e

Browse files
committed
chore: dependencies update
- chore: update `@babel/cli` to `^7.2.0` - chore: update `@babel/core` to `^7.2.0` - chore: update `@babel/plugin-external-helpers` to `^7.2.0` - chore: update `@babel/plugin-proposal-object-rest-spread` to `^7.2.0` - chore: update `@babel/plugin-proposal-throw-expressions` to `^7.2.0` - chore: update `@babel/plugin-transform-runtime` to `^7.2.0` - chore: update `@babel/preset-env` to `^7.2.0` - chore: update `autoprefixer` to `^9.4.2` - chore: update `rollup` to `^0.67.4` - chore: update `stylelint` to `^9.9.0` - chore: update `stylelint-order` to `^2.0.0` - chore: update `stylelint-scss` to `^3.4.1`
1 parent c618f63 commit 49bac1e

File tree

2 files changed

+24
-12
lines changed

2 files changed

+24
-12
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## v2.1.4
22
- fix(scss): .sidebar .nav-link.disabled
3+
- chore: update `@babel/cli` to `^7.2.0`
4+
- chore: update `@babel/core` to `^7.2.0`
5+
- chore: update `@babel/plugin-external-helpers` to `^7.2.0`
6+
- chore: update `@babel/plugin-proposal-object-rest-spread` to `^7.2.0`
7+
- chore: update `@babel/plugin-proposal-throw-expressions` to `^7.2.0`
8+
- chore: update `@babel/plugin-transform-runtime` to `^7.2.0`
9+
- chore: update `@babel/preset-env` to `^7.2.0`
10+
- chore: update `autoprefixer` to `^9.4.2`
11+
- chore: update `rollup` to `^0.67.4`
12+
- chore: update `stylelint` to `^9.9.0`
13+
- chore: update `stylelint-order` to `^2.0.0`
14+
- chore: update `stylelint-scss` to `^3.4.1`
315

416
## v2.1.3
517
- chore: update `nodemon` to `1.18.7` (remove vulnerability)

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@
7676
"bootstrap": "^4.1.3"
7777
},
7878
"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",
8787
"babel-eslint": "^10.0.1",
8888
"babel-plugin-istanbul": "^5.1.0",
8989
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
@@ -97,18 +97,18 @@
9797
"npm-run-all": "^4.1.5",
9898
"postcss-cli": "^6.0.1",
9999
"rimraf": "^2.6.2",
100-
"rollup": "^0.67.3",
100+
"rollup": "^0.67.4",
101101
"rollup-plugin-babel": "^4.0.3",
102102
"rollup-plugin-commonjs": "^9.2.0",
103103
"rollup-plugin-node-resolve": "^3.4.0",
104104
"semver": "^5.6.0",
105105
"shelljs": "^0.8.3",
106106
"shx": "^0.3.2",
107-
"stylelint": "^9.8.0",
107+
"stylelint": "^9.9.0",
108108
"stylelint-config-recommended-scss": "^3.2.0",
109109
"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",
112112
"uglify-js": "^3.4.9"
113113
},
114114
"peerDependencies": {

0 commit comments

Comments
 (0)