Merge pull request #91 from coreui/dev-v2.0.4

chore: dependencies update
This commit is contained in:
xidedix 2018-06-08 17:33:33 +02:00 committed by GitHub
commit e7ff49c127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 14 deletions

View File

@ -1,8 +1,18 @@
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
##### `v2-next`
##### `v2.0.4`
- feat(Forms): FormFeedback valid, toggleFade
- refactor(Cards): toggleFade
- chore: update `@coreui/coreui` to `2.0.2`,
- chore: update `@coreui/react` to `2.0.1`,
- chore: update `classnames` to `2.2.6`,
- chore: update `core-js` to `2.5.7`,
- chore: update `react` to `16.4.0`,
- chore: update `react-dom` to `16.4.0`,
- chore: update `react-router-dom` to `4.3.1`,
- chore: update `react-test-renderer` to `16.4.0`,
- chore: update `reactstrap` to `6.1.0`,
- chore: update `babel-jest` to `23.0.1`,
##### `v2.0.3`
- refactor: disable `ServiceWorker` by default

View File

@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-react-admin-template",
"version": "2.0.3",
"version": "2.0.4",
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
"author": "Łukasz Holeczek",
"homepage": "https://coreui.io",
@ -12,31 +12,31 @@
"url": "git@github.com:coreui/coreui-free-react-admin-template.git"
},
"dependencies": {
"@coreui/coreui": "^2.0.1",
"@coreui/coreui": "^2.0.2",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
"@coreui/icons": "^0.2.0",
"@coreui/react": "^2.0.0",
"@coreui/react": "^2.0.1",
"bootstrap": "^4.1.1",
"chart.js": "^2.7.2",
"classnames": "^2.2.5",
"core-js": "^2.5.6",
"classnames": "^2.2.6",
"core-js": "^2.5.7",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"flag-icon-css": "^3.0.0",
"font-awesome": "^4.7.0",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react": "^16.4.0",
"react-chartjs-2": "^2.7.2",
"react-dom": "^16.3.2",
"react-dom": "^16.4.0",
"react-loadable": "^5.4.0",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.2.2",
"react-test-renderer": "^16.3.2",
"reactstrap": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-test-renderer": "^16.4.0",
"reactstrap": "^6.1.0",
"simple-line-icons": "^2.4.1"
},
"devDependencies": {
"babel-jest": "^22.4.4",
"babel-jest": "^23.0.1",
"node-sass-chokidar": "^1.3.0",
"npm-run-all": "^4.1.2",
"react-scripts": "^1.1.4"

View File

@ -1,7 +1,7 @@
@charset "UTF-8";
/*!
* CoreUI - Open Source Dashboard UI Kit
* @version v2.0.1
* @version v2.0.2
* @link https://coreui.io
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://coreui.io/license)
@ -63,7 +63,7 @@ html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent; }
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@-ms-viewport {
width: device-width; }