Skip to content

Commit

Permalink
ver. 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
光弘 committed Oct 17, 2017
1 parent 20ce31d commit 3aeef0f
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 67 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

---


## 0.9.10

`CHANGED` fit React@15

## 0.9.9

* `CHANGED` style adjustment for small & middle size
Expand Down
134 changes: 67 additions & 67 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,69 +1,69 @@
{
"name": "uxcore-calendar",
"version": "0.9.9",
"description": "calendar componment for react",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/uxcore/uxcore-calendar.git"
},
"keywords": [
"react",
"react-calendar",
"react-uxcore-calendar",
"uxcore-calendar"
],
"author": "vincent.bian",
"license": "MIT",
"bugs": {
"url": "https://github.com/uxcore/uxcore-calendar/issues"
},
"homepage": "https://github.com/uxcore/uxcore-calendar",
"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-addons-test-utils": "15.x",
"react-dom": "15.x",
"react-test-renderer": "15.x",
"uxcore-button": "~0.3.1",
"uxcore-formatter": "^0.1.3",
"uxcore-kuma": "*",
"uxcore-tools": "0.2.x"
},
"dependencies": {
"classnames": "^2.1.2",
"moment": "^2.17.1",
"object-assign": "^4.0.0",
"prop-types": "15.x",
"create-react-class": "15.x",
"rc-calendar": "~7.4.0",
"rc-time-picker": "~2.2.1",
"rc-util": "3.x",
"uxcore-button": "^0.4.6",
"uxcore-formatter": "~0.1.2",
"uxcore-icon": "^0.1.2",
"uxcore-select2": "^0.4.3",
"uxcore-tooltip": "~0.4.0"
}
"name": "uxcore-calendar",
"version": "0.9.10",
"description": "calendar componment for react",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/uxcore/uxcore-calendar.git"
},
"keywords": [
"react",
"react-calendar",
"react-uxcore-calendar",
"uxcore-calendar"
],
"author": "vincent.bian",
"license": "MIT",
"bugs": {
"url": "https://github.com/uxcore/uxcore-calendar/issues"
},
"homepage": "https://github.com/uxcore/uxcore-calendar",
"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-addons-test-utils": "15.x",
"react-dom": "15.x",
"react-test-renderer": "15.x",
"uxcore-button": "~0.3.1",
"uxcore-formatter": "^0.1.3",
"uxcore-kuma": "*",
"uxcore-tools": "0.2.x"
},
"dependencies": {
"classnames": "^2.1.2",
"moment": "^2.17.1",
"object-assign": "^4.0.0",
"prop-types": "15.x",
"create-react-class": "15.x",
"rc-calendar": "~7.4.0",
"rc-time-picker": "~2.2.1",
"rc-util": "3.x",
"uxcore-button": "^0.4.6",
"uxcore-formatter": "~0.1.2",
"uxcore-icon": "^0.1.2",
"uxcore-select2": "^0.4.3",
"uxcore-tooltip": "~0.4.0"
}
}

0 comments on commit 3aeef0f

Please sign in to comment.