Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.

Commit c936966

Browse files
committed
chore: dependencies update
- update: `@coreui/coreui` to `2.0.21` - update: `chart.js` to `2.7.3` - update: `flag-icon-css` to `3.2.1` - update: `autoprefixer` to `9.3.1` - update: `browser-sync` to `2.26.3` - update: `eslint` to `5.7.0` - update: `eslint-plugin-compat` to `2.6.2` - update: `js-beautify` to `1.8.8` - update: `node-sass` to `4.9.4` - update: `postcss-cli` to `6.0.1` - update: `stylelint-scss` to `3.3.2`
1 parent 383390d commit c936966

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
"watch-pug": "nodemon -e pug -x \"npm run pug\""
6464
},
6565
"dependencies": {
66-
"@coreui/coreui": "^2.0.12",
66+
"@coreui/coreui": "^2.0.21",
6767
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
6868
"@coreui/icons": "0.3.0",
6969
"bootstrap": "4.1.3",
70-
"chart.js": "^2.7.2",
71-
"flag-icon-css": "3.2.0",
70+
"chart.js": "^2.7.3",
71+
"flag-icon-css": "^3.2.1",
7272
"font-awesome": "4.7.0",
7373
"jquery": "3.3.1",
7474
"pace-progress": "1.0.2",
@@ -81,30 +81,30 @@
8181
"@babel/core": "^7.1.2",
8282
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
8383
"@babel/preset-env": "^7.1.0",
84-
"autoprefixer": "^9.1.5",
84+
"autoprefixer": "^9.3.1",
8585
"babel-eslint": "^10.0.1",
8686
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
87-
"browser-sync": "^2.24.7",
87+
"browser-sync": "^2.26.3",
8888
"chalk": "^2.4.1",
8989
"clean-css-cli": "^4.2.1",
9090
"copyfiles": "^2.1.0",
9191
"cross-env": "^5.2.0",
92-
"eslint": "^5.6.1",
93-
"eslint-plugin-compat": "^2.5.1",
92+
"eslint": "^5.7.0",
93+
"eslint-plugin-compat": "^2.6.2",
9494
"foreach-cli": "^1.8.1",
95-
"js-beautify": "^1.8.6",
96-
"node-sass": "^4.9.3",
95+
"js-beautify": "^1.8.8",
96+
"node-sass": "^4.9.4",
9797
"nodemon": "^1.18.4",
9898
"npm-run-all": "^4.1.3",
99-
"postcss-cli": "^6.0.0",
99+
"postcss-cli": "^6.0.1",
100100
"pug": "^2.0.3",
101101
"rimraf": "^2.6.2",
102102
"shelljs": "^0.8.2",
103103
"stylelint": "^9.6.0",
104104
"stylelint-config-recommended-scss": "^3.2.0",
105105
"stylelint-config-standard": "^18.2.0",
106106
"stylelint-order": "^1.0.0",
107-
"stylelint-scss": "^3.3.1"
107+
"stylelint-scss": "^3.3.2"
108108
},
109109
"engines": {
110110
"node": ">=6"

0 commit comments

Comments
 (0)