Skip to content

Commit 864c53e

Browse files
committed
chore: dependencies update
- chore: update `bootstrap` to `4.1.3` - chore: update `@babel/cli` to `7.0.0` - chore: update `@babel/core` to `7.0.0` - chore: update `@babel/plugin-proposal-object-rest-spread` to `7.0.0` - chore: update `@babel/plugin-proposal-throw-expressions` to `7.0.0` - chore: update `@babel/plugin-transform-runtime` to `7.0.0` - chore: update `@babel/preset-env` to `7.0.0` - chore: update `autoprefixer` to `9.1.5` - chore: update `babel-eslint` to `9.0.0` - chore: update `babel-plugin-istanbul` to `5.0.1` - chore: update `clean-css-cli` to `4.2.1` - chore: update `eslint` to `5.5.0` - chore: update `eslint-plugin-compat` to `2.5.1` - chore: update `node-sass` to `4.9.3` - chore: update `nodemon` to `1.18.4` - chore: update `postcss-cli` to `6.0.0` - chore: update `rollup` to `0.65.0` - chore: update `rollup-plugin-babel` to `4.0.3` - chore: update `rollup-plugin-node-resolve` to `3.4.0` - chore: update `semver` to `5.5.1` - chore: update `stylelint` to `9.5.0` - chore: update `stylelint-order` to `1.0.0` - chore: update `stylelint-scss` to `3.3.0` - chore: update `uglify-js` to `3.4.9`
1 parent 914f94c commit 864c53e

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -72,43 +72,43 @@
7272
},
7373
"dependencies": {
7474
"@coreui/coreui-plugin-npm-postinstall": "^1.0.2",
75-
"bootstrap": "^4.1.2"
75+
"bootstrap": "^4.1.3"
7676
},
7777
"devDependencies": {
78-
"@babel/cli": "^7.0.0-beta.53",
79-
"@babel/core": "^7.0.0-beta.53",
80-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.53",
81-
"@babel/plugin-proposal-throw-expressions": "^7.0.0-beta.53",
82-
"@babel/plugin-transform-runtime": "^7.0.0-beta.53",
83-
"@babel/preset-env": "^7.0.0-beta.53",
84-
"autoprefixer": "^8.6.5",
85-
"babel-eslint": "^8.2.6",
78+
"@babel/cli": "^7.0.0",
79+
"@babel/core": "^7.0.0",
80+
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
81+
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
82+
"@babel/plugin-transform-runtime": "^7.0.0",
83+
"@babel/preset-env": "^7.0.0",
84+
"autoprefixer": "^9.1.5",
85+
"babel-eslint": "^9.0.0",
8686
"babel-plugin-external-helpers": "^7.0.0-beta.3",
87-
"babel-plugin-istanbul": "^4.1.6",
87+
"babel-plugin-istanbul": "^5.0.1",
8888
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
8989
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
90-
"clean-css-cli": "^4.1.11",
90+
"clean-css-cli": "^4.2.1",
9191
"copyfiles": "^2.0.0",
9292
"cross-env": "^5.2.0",
93-
"eslint": "^5.1.0",
94-
"eslint-plugin-compat": "^2.5.0",
95-
"node-sass": "^4.9.2",
96-
"nodemon": "^1.18.1",
93+
"eslint": "^5.5.0",
94+
"eslint-plugin-compat": "^2.5.1",
95+
"node-sass": "^4.9.3",
96+
"nodemon": "^1.18.4",
9797
"npm-run-all": "^4.1.3",
98-
"postcss-cli": "^5.0.1",
98+
"postcss-cli": "^6.0.0",
9999
"rimraf": "^2.6.2",
100-
"rollup": "^0.62.0",
101-
"rollup-plugin-babel": "^4.0.0-beta.7",
102-
"rollup-plugin-node-resolve": "^3.3.0",
103-
"semver": "^5.5.0",
100+
"rollup": "^0.65.0",
101+
"rollup-plugin-babel": "^4.0.3",
102+
"rollup-plugin-node-resolve": "^3.4.0",
103+
"semver": "^5.5.1",
104104
"shelljs": "^0.8.2",
105105
"shx": "^0.3.2",
106-
"stylelint": "^9.3.0",
106+
"stylelint": "^9.5.0",
107107
"stylelint-config-recommended-scss": "^3.2.0",
108108
"stylelint-config-standard": "^18.2.0",
109-
"stylelint-order": "^0.8.1",
110-
"stylelint-scss": "^3.1.3",
111-
"uglify-js": "^3.4.4"
109+
"stylelint-order": "^1.0.0",
110+
"stylelint-scss": "^3.3.0",
111+
"uglify-js": "^3.4.9"
112112
},
113113
"peerDependencies": {
114114
"jquery": "1.9.1 - 3",

0 commit comments

Comments
 (0)