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

Commit 3a0ff24

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 db761cf commit 3a0ff24

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",
@@ -89,18 +89,18 @@
8989
"clean-css-cli": "^4.2.1",
9090
"copyfiles": "^2.1.0",
9191
"cross-env": "^5.2.0",
92-
"eslint": "^5.7.0",
93-
"eslint-plugin-compat": "^2.6.2",
92+
"eslint": "^5.8.0",
93+
"eslint-plugin-compat": "^2.6.3",
9494
"foreach-cli": "^1.8.1",
9595
"js-beautify": "^1.8.8",
96-
"node-sass": "^4.9.4",
97-
"nodemon": "^1.18.4",
96+
"node-sass": "^4.10.0",
97+
"nodemon": "^1.18.6",
9898
"npm-run-all": "^4.1.3",
9999
"postcss-cli": "^6.0.1",
100100
"pug": "^2.0.3",
101101
"rimraf": "^2.6.2",
102102
"shelljs": "^0.8.2",
103-
"stylelint": "^9.6.0",
103+
"stylelint": "^9.7.1",
104104
"stylelint-config-recommended-scss": "^3.2.0",
105105
"stylelint-config-standard": "^18.2.0",
106106
"stylelint-order": "^1.0.0",

0 commit comments

Comments
 (0)