Skip to content

Commit 332a9a4

Browse files
committed
chore: dependencies update
- update: `@coreui/coreui` to `2.0.26` - update: `eslint` to `5.8.0` - update: `eslint-plugin-compat` to `2.6.3` - update: `node-sass` to `4.10.0` - update: `nodemon` to `1.18.6` - update: `stylelint` to `9.7.1`
1 parent 864507a commit 332a9a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"watch-pug": "nodemon -e pug -x \"npm run pug\""
6464
},
6565
"dependencies": {
66-
"@coreui/coreui": "^2.0.21",
66+
"@coreui/coreui": "^2.0.26",
6767
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
6868
"@coreui/icons": "0.3.0",
6969
"bootstrap": "4.1.3",
@@ -90,18 +90,18 @@
9090
"clean-css-cli": "^4.2.1",
9191
"copyfiles": "^2.1.0",
9292
"cross-env": "^5.2.0",
93-
"eslint": "^5.7.0",
94-
"eslint-plugin-compat": "^2.6.2",
93+
"eslint": "^5.8.0",
94+
"eslint-plugin-compat": "^2.6.3",
9595
"foreach-cli": "^1.8.1",
9696
"js-beautify": "^1.8.8",
97-
"node-sass": "^4.9.4",
98-
"nodemon": "^1.18.4",
97+
"node-sass": "^4.10.0",
98+
"nodemon": "^1.18.6",
9999
"npm-run-all": "^4.1.3",
100100
"postcss-cli": "^6.0.1",
101101
"pug": "^2.0.3",
102102
"rimraf": "^2.6.2",
103103
"shelljs": "^0.8.2",
104-
"stylelint": "^9.6.0",
104+
"stylelint": "^9.7.1",
105105
"stylelint-config-recommended-scss": "^3.2.0",
106106
"stylelint-config-standard": "^18.2.0",
107107
"stylelint-order": "^1.0.0",

0 commit comments

Comments
 (0)