Skip to content

Commit e7ff49c

Browse files
authored
Merge pull request #91 from coreui/dev-v2.0.4
chore: dependencies update
2 parents 12b76ee + 0a6aec7 commit e7ff49c

File tree

3 files changed

+24
-14
lines changed

3 files changed

+24
-14
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
22

3-
##### `v2-next`
3+
##### `v2.0.4`
44
- feat(Forms): FormFeedback valid, toggleFade
55
- refactor(Cards): toggleFade
6+
- chore: update `@coreui/coreui` to `2.0.2`,
7+
- chore: update `@coreui/react` to `2.0.1`,
8+
- chore: update `classnames` to `2.2.6`,
9+
- chore: update `core-js` to `2.5.7`,
10+
- chore: update `react` to `16.4.0`,
11+
- chore: update `react-dom` to `16.4.0`,
12+
- chore: update `react-router-dom` to `4.3.1`,
13+
- chore: update `react-test-renderer` to `16.4.0`,
14+
- chore: update `reactstrap` to `6.1.0`,
15+
- chore: update `babel-jest` to `23.0.1`,
616

717
##### `v2.0.3`
818
- refactor: disable `ServiceWorker` by default

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-react-admin-template",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "https://coreui.io",
@@ -12,31 +12,31 @@
1212
"url": "[email protected]:coreui/coreui-free-react-admin-template.git"
1313
},
1414
"dependencies": {
15-
"@coreui/coreui": "^2.0.1",
15+
"@coreui/coreui": "^2.0.2",
1616
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
1717
"@coreui/icons": "^0.2.0",
18-
"@coreui/react": "^2.0.0",
18+
"@coreui/react": "^2.0.1",
1919
"bootstrap": "^4.1.1",
2020
"chart.js": "^2.7.2",
21-
"classnames": "^2.2.5",
22-
"core-js": "^2.5.6",
21+
"classnames": "^2.2.6",
22+
"core-js": "^2.5.7",
2323
"enzyme": "^3.3.0",
2424
"enzyme-adapter-react-16": "^1.1.1",
2525
"flag-icon-css": "^3.0.0",
2626
"font-awesome": "^4.7.0",
2727
"prop-types": "^15.6.1",
28-
"react": "^16.3.2",
28+
"react": "^16.4.0",
2929
"react-chartjs-2": "^2.7.2",
30-
"react-dom": "^16.3.2",
30+
"react-dom": "^16.4.0",
3131
"react-loadable": "^5.4.0",
3232
"react-router-config": "^1.0.0-beta.4",
33-
"react-router-dom": "^4.2.2",
34-
"react-test-renderer": "^16.3.2",
35-
"reactstrap": "^6.0.1",
33+
"react-router-dom": "^4.3.1",
34+
"react-test-renderer": "^16.4.0",
35+
"reactstrap": "^6.1.0",
3636
"simple-line-icons": "^2.4.1"
3737
},
3838
"devDependencies": {
39-
"babel-jest": "^22.4.4",
39+
"babel-jest": "^23.0.1",
4040
"node-sass-chokidar": "^1.3.0",
4141
"npm-run-all": "^4.1.2",
4242
"react-scripts": "^1.1.4"

src/scss/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@charset "UTF-8";
22
/*!
33
* CoreUI - Open Source Dashboard UI Kit
4-
* @version v2.0.1
4+
* @version v2.0.2
55
* @link https://coreui.io
66
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -63,7 +63,7 @@ html {
6363
-webkit-text-size-adjust: 100%;
6464
-ms-text-size-adjust: 100%;
6565
-ms-overflow-style: scrollbar;
66-
-webkit-tap-highlight-color: transparent; }
66+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
6767

6868
@-ms-viewport {
6969
width: device-width; }

0 commit comments

Comments
 (0)