Skip to content

Commit 8deb284

Browse files
committed
chore: sync with coreui v2.1.3
- fix: update `nodemon` to `1.18.7` (vulnerability removed) - fix: update `npm-run-all` to `^4.1.5` (vulnerability removed) - chore: update `stylelint-order` to `2.0.0`
2 parents c79cc3e + 56f33b3 commit 8deb284

File tree

4 files changed

+37
-106
lines changed

4 files changed

+37
-106
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.1.3
2+
- fix: update `nodemon` to `1.18.7` (vulnerability removed)
3+
- fix: update `npm-run-all` to `^4.1.5` (vulnerability removed)
4+
- chore: update `stylelint-order` to `2.0.0`
5+
16
## v2.1.1
27
- fix(sidebar): `url("data:,")` turns into `url("'data:,'")`
38
now replaced with Base64 Encode of 1x1px Transparent gif, closes #49

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ $ npm install @coreui/coreui --save
5252
### Yarn
5353

5454
``` bash
55-
$ yarn add @coreui/[email protected].1
55+
$ yarn add @coreui/[email protected].3
5656
```
5757

5858
### Composer
5959

6060
``` bash
61-
$ composer require coreui/coreui:2.1.1
61+
$ composer require coreui/coreui:2.1.3
6262
```
6363

6464
## Usage

package-lock.json

Lines changed: 26 additions & 100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-pro",
3-
"version": "2.1.1",
3+
"version": "2.1.3",
44
"description": "UI Kit built on top of Bootstrap 4",
55
"keywords": [
66
"bootstrap",
@@ -92,8 +92,8 @@
9292
"eslint": "^5.9.0",
9393
"eslint-plugin-compat": "^2.6.3",
9494
"node-sass": "^4.10.0",
95-
"nodemon": "^1.18.6",
96-
"npm-run-all": "^4.1.3",
95+
"nodemon": "^1.18.7",
96+
"npm-run-all": "^4.1.5",
9797
"postcss-cli": "^6.0.1",
9898
"rimraf": "^2.6.2",
9999
"rollup": "^0.67.3",
@@ -106,7 +106,7 @@
106106
"stylelint": "^9.8.0",
107107
"stylelint-config-recommended-scss": "^3.2.0",
108108
"stylelint-config-standard": "^18.2.0",
109-
"stylelint-order": "^1.0.0",
109+
"stylelint-order": "^2.0.0",
110110
"stylelint-scss": "^3.4.0",
111111
"uglify-js": "^3.4.9"
112112
},

0 commit comments

Comments
 (0)