uxcore-empty-data
Advanced tools
Comparing version 0.1.5 to 0.1.6
# history | ||
## 0.1.6 | ||
* `CHANGED` upgrade react to v16 | ||
## 0.1.5 | ||
@@ -4,0 +8,0 @@ |
106
package.json
{ | ||
"name": "uxcore-empty-data", | ||
"version": "0.1.5", | ||
"description": "uxcore-empty-data component for uxcore.", | ||
"repository": "https://github.com/uxcore/uxcore-empty-data.git", | ||
"author": "eternalsky", | ||
"main": "build/index.js", | ||
"scripts": { | ||
"start": "uxcore-tools run start", | ||
"server": "uxcore-tools run server", | ||
"lint": "uxcore-tools run lint", | ||
"build": "uxcore-tools run build", | ||
"test": "uxcore-tools run test", | ||
"coverage": "uxcore-tools run coverage", | ||
"pub": "uxcore-tools run pub", | ||
"dep": "uxcore-tools run dep", | ||
"tnpm-dep": "uxcore-tools run tnpm-dep", | ||
"chrome": "uxcore-tools run chrome", | ||
"browsers": "uxcore-tools run browsers", | ||
"saucelabs": "uxcore-tools run saucelabs", | ||
"update": "uxcore-tools run update", | ||
"tnpm-update": "uxcore-tools run tnpm-update" | ||
}, | ||
"bugs": { | ||
"url": "http://github.com/uxcore/uxcore-empty-data/issues" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"react-component", | ||
"uxcore-empty-data", | ||
"EmptyData", | ||
"component" | ||
], | ||
"devDependencies": { | ||
"console-polyfill": "^0.2.2", | ||
"enzyme": "^3.0.0", | ||
"enzyme-adapter-react-15": "^1.0.0", | ||
"es5-shim": "^4.5.8", | ||
"expect.js": "~0.3.1", | ||
"kuma-base": "1.x", | ||
"react": "15.x", | ||
"react-dom": "15.x", | ||
"react-test-renderer": "15.x", | ||
"uxcore-button": "^0.4.5", | ||
"uxcore-kuma": "*", | ||
"uxcore-tools": "0.2.x" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.1.2", | ||
"object-assign": "^4.0.0", | ||
"prop-types": "15.x" | ||
}, | ||
"contributors": [], | ||
"license": "MIT" | ||
"name": "uxcore-empty-data", | ||
"version": "0.1.6", | ||
"description": "uxcore-empty-data component for uxcore.", | ||
"repository": "https://github.com/uxcore/uxcore-empty-data.git", | ||
"author": "eternalsky", | ||
"main": "build/index.js", | ||
"scripts": { | ||
"start": "uxcore-tools run start", | ||
"server": "uxcore-tools run server", | ||
"lint": "uxcore-tools run lint", | ||
"build": "uxcore-tools run build", | ||
"test": "uxcore-tools run test", | ||
"coverage": "uxcore-tools run coverage", | ||
"pub": "uxcore-tools run pub", | ||
"dep": "uxcore-tools run dep", | ||
"tnpm-dep": "uxcore-tools run tnpm-dep", | ||
"chrome": "uxcore-tools run chrome", | ||
"browsers": "uxcore-tools run browsers", | ||
"saucelabs": "uxcore-tools run saucelabs", | ||
"update": "uxcore-tools run update", | ||
"tnpm-update": "uxcore-tools run tnpm-update" | ||
}, | ||
"bugs": { | ||
"url": "http://github.com/uxcore/uxcore-empty-data/issues" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"react-component", | ||
"uxcore-empty-data", | ||
"EmptyData", | ||
"component" | ||
], | ||
"devDependencies": { | ||
"console-polyfill": "^0.2.2", | ||
"enzyme": "^3.0.0", | ||
"expect.js": "~0.3.1", | ||
"kuma-base": "1.x", | ||
"react": "16.x", | ||
"react-dom": "16.x", | ||
"react-test-renderer": "16.x", | ||
"uxcore-button": "^0.4.5", | ||
"uxcore-kuma": "*", | ||
"uxcore-tools": "^0.3.0", | ||
"babel-polyfill": "6.x", | ||
"enzyme-adapter-react-16": "1.x" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.1.2", | ||
"object-assign": "^4.0.0", | ||
"prop-types": "15.x" | ||
}, | ||
"contributors": [], | ||
"license": "MIT" | ||
} |
@@ -83,1 +83,2 @@ ## uxcore-empty-data | ||
import expect from 'expect.js'; | ||
import React from 'react'; | ||
import Enzyme, { mount } from 'enzyme'; | ||
import Adapter from 'enzyme-adapter-react-15'; | ||
import Adapter from 'enzyme-adapter-react-16'; | ||
import Button from 'uxcore-button'; | ||
@@ -6,0 +6,0 @@ import EmptyData from '../src'; |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31
84
33126
501
1