Skip to content

Commit 5725515

Browse files
committed
chore: sync with CoreUI
2 parents 8fa0c81 + 1cf65eb commit 5725515

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.babelrc.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ module.exports = {
44
'@babel/preset-env',
55
{
66
'targets': {
7-
ie: 11,
7+
"esmodules": true,
88
ie: 10,
9-
'browsers': [
10-
"> 1%",
11-
"IE 10"
12-
]
139
},
1410
useBuiltIns: 'usage',
1511
corejs: { version: 3, proposals: true },

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
## v2.1.14
2+
3+
###### Dependencies update:
4+
- update `rollup` to `^1.15.4`
5+
16
## v2.1.13
27
- fix(scss): hotfix for email dark
38
- fix(scss): hotfix for quill toolbar dark
49

510
###### Dependencies update:
6-
- update `rollup-plugin-node-resolve` to `5.0.2`
711
- update `rollup` to `1.15.3`
12+
- update `rollup-plugin-node-resolve` to `5.0.2`
813

914
## v2.1.12
1015
- fix(scss): new mobile breakpoint variables

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"npm-run-all": "^4.1.5",
9898
"postcss-cli": "^6.1.2",
9999
"rimraf": "^2.6.3",
100-
"rollup": "^1.15.3",
100+
"rollup": "^1.15.4",
101101
"rollup-plugin-babel": "^4.3.2",
102102
"rollup-plugin-commonjs": "^10.0.0",
103103
"rollup-plugin-node-resolve": "^5.0.2",

0 commit comments

Comments
 (0)