Skip to content

Commit 03f8e42

Browse files
committed
chore: dependencies update
- update: `@coreui/coreui` to `^2.1.5` - update: `bootstrap` to `^4.2.1` - update: `core-js` to `^2.6.1` - update: `perfect-scrollbar` to `^1.4.0` - update: `popper.js` to `^1.14.6` - update: `@babel/cli` to `^7.2.3` - update: `@babel/core` to `^7.2.2` - update: `@babel/plugin-proposal-object-rest-spread` to `^7.2.0` - update: `@babel/preset-env` to `^7.2.3` - update: `autoprefixer` to `^9.4.4` - update: `chalk` to `^2.4.2` - update: `eslint` to `^5.12.0` - update: `js-beautify` to `^1.8.9` - update: `node-sass` to `^4.11.0` - update: `nodemon` to `^1.18.9` - update: `postcss-cli` to `^6.1.1` - update: `rimraf` to `^2.6.3` - update: `stylelint` to `^9.9.0` - update: `stylelint-scss` to `^3.4.4`
1 parent 90e6992 commit 03f8e42

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -63,49 +63,49 @@
6363
"watch-pug": "nodemon -e pug -x \"npm run pug\""
6464
},
6565
"dependencies": {
66-
"@coreui/coreui": "^2.1.3",
66+
"@coreui/coreui": "^2.1.5",
6767
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
6868
"@coreui/icons": "0.3.0",
69-
"bootstrap": "4.1.3",
69+
"bootstrap": "^4.2.1",
7070
"chart.js": "2.7.3",
71-
"core-js": "^2.5.7",
71+
"core-js": "^2.6.1",
7272
"flag-icon-css": "^3.2.1",
7373
"font-awesome": "4.7.0",
7474
"jquery": "3.3.1",
7575
"pace-progress": "1.0.2",
76-
"perfect-scrollbar": "1.4.0",
77-
"popper.js": "^1.14.5",
76+
"perfect-scrollbar": "^1.4.0",
77+
"popper.js": "^1.14.6",
7878
"simple-line-icons": "2.4.1"
7979
},
8080
"devDependencies": {
81-
"@babel/cli": "^7.1.5",
82-
"@babel/core": "^7.1.6",
83-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
84-
"@babel/preset-env": "^7.1.6",
85-
"autoprefixer": "^9.3.1",
81+
"@babel/cli": "^7.2.3",
82+
"@babel/core": "^7.2.2",
83+
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
84+
"@babel/preset-env": "^7.2.3",
85+
"autoprefixer": "^9.4.4",
8686
"babel-eslint": "^10.0.1",
8787
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
8888
"browser-sync": "^2.26.3",
89-
"chalk": "^2.4.1",
89+
"chalk": "^2.4.2",
9090
"clean-css-cli": "^4.2.1",
9191
"copyfiles": "^2.1.0",
9292
"cross-env": "^5.2.0",
93-
"eslint": "^5.9.0",
93+
"eslint": "^5.12.0",
9494
"eslint-plugin-compat": "^2.6.3",
9595
"foreach-cli": "^1.8.1",
96-
"js-beautify": "^1.8.8",
97-
"node-sass": "^4.10.0",
98-
"nodemon": "^1.18.7",
96+
"js-beautify": "^1.8.9",
97+
"node-sass": "^4.11.0",
98+
"nodemon": "^1.18.9",
9999
"npm-run-all": "^4.1.5",
100-
"postcss-cli": "^6.0.1",
100+
"postcss-cli": "^6.1.1",
101101
"pug": "^2.0.3",
102-
"rimraf": "^2.6.2",
102+
"rimraf": "^2.6.3",
103103
"shelljs": "^0.8.3",
104-
"stylelint": "^9.8.0",
104+
"stylelint": "^9.9.0",
105105
"stylelint-config-recommended-scss": "^3.2.0",
106106
"stylelint-config-standard": "^18.2.0",
107107
"stylelint-order": "^2.0.0",
108-
"stylelint-scss": "^3.4.0"
108+
"stylelint-scss": "^3.4.4"
109109
},
110110
"engines": {
111111
"node": ">=6"

0 commit comments

Comments
 (0)