Skip to content

Commit 2755f18

Browse files
authored
Merge pull request #69 from coreui/chore-dependencies-update
v2.1.10
2 parents 5b8bced + a7e6c53 commit 2755f18

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+3568
-2624
lines changed

.babelrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
]
1313
},
1414
useBuiltIns: 'usage',
15+
corejs: { version: 3, proposals: true },
1516
loose: true,
1617
modules: false,
1718
exclude: ['transform-typeof-symbol']

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"no-extra-parens": "error",
1414
"no-prototype-builtins": "error",
1515
"no-template-curly-in-string": "error",
16-
"compat/compat": "error",
16+
"compat/compat": "warn",
1717
"valid-jsdoc": "error",
1818

1919
// Best Practices

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## v2.1.10
2+
- chore: drop `@babel/polyfill` in favour of `core-js@3` and `regenerator-runtime`
3+
4+
###### Dependencies update:
5+
- update `@babel/polyfill` to `^7.4.4`
6+
- update `@babel/cli` to `^7.4.4`
7+
- update `@babel/core` to `^7.4.5`
8+
- update `@babel/plugin-proposal-object-rest-spread` to `^7.4.4`
9+
- update `@babel/plugin-transform-runtime` to `^7.4.4`
10+
- update `@babel/preset-env` to `^7.4.5`
11+
- update `autoprefixer` to `^9.5.1`
12+
- update `babel-plugin-istanbul` to `^5.1.4`
13+
- update `clean-css-cli` to `^4.3.0`
14+
- update `eslint` to `^5.16.0`
15+
- update `node-sass` to `^4.12.0`
16+
- update `nodemon` to `^1.19.1`
17+
- update `rollup` to `^1.13.0`
18+
- update `stylelint-config-recommended-scss` to `^3.3.0`
19+
- update `stylelint-config-standard` to `^18.3.0`
20+
- update `stylelint-order` to `^2.2.1`
21+
- update `stylelint-scss` to `^3.7.0`
22+
- update `uglify-js` to `^3.6.0`
23+
- update `eslint-plugin-compat` to `^3.1.1`
24+
- update `rollup-plugin-commonjs` to `^10.0.0`
25+
- update `rollup-plugin-node-resolve` to `^5.0.1`
26+
- update `semver` to `^6.1.1`
27+
- update `stylelint` to `^10.0.1`
28+
- update `stylelint-order` to `^3.0.0`
29+
130
## v2.1.9
231
- fix(dropdown): rtl caret spacing
332
- fix(input-group): rtl append, prepend border radius and margins

README.md

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

6161
``` bash
62-
$ yarn add @coreui/[email protected].9
62+
$ yarn add @coreui/[email protected].10
6363
```
6464

6565
### Composer
6666

6767
``` bash
68-
$ composer require coreui/coreui:2.1.9
68+
$ composer require coreui/coreui:2.1.10
6969
```
7070

7171
## Usage

dist/css/coreui-standalone.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-standalone.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-standalone.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-standalone.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)