Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
fix dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
beizhedenglong committed Apr 4, 2018
1 parent 7e7acd0 commit 1280a53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-multi-crops",
"version": "0.0.6",
"version": "0.0.8",
"main": "lib/index.js",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -42,8 +42,7 @@
"eslint-plugin-react": "^7.4.0",
"parcel-bundler": "^1.6.2",
"pre-commit": "^1.2.2",
"rimraf": "^2.6.2",
"styled-jsx": "^2.2.5"
"rimraf": "^2.6.2"
},
"dependencies": {
"interactjs": "^1.4.0-alpha.1",
Expand All @@ -52,6 +51,7 @@
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-multi-crops": "^0.0.5",
"shortid": "^2.2.8"
"shortid": "^2.2.8",
"styled-jsx": "^2.2.6"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4375,7 +4375,7 @@ strict-uri-encode@^1.0.0:

string-hash@1.1.3:
version "1.1.3"
resolved "http://registry.npm.taobao.org/string-hash/download/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b"
resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b"

string-width@^1.0.1, string-width@^1.0.2:
version "1.0.2"
Expand Down Expand Up @@ -4422,9 +4422,9 @@ strip-json-comments@~2.0.1:
version "2.0.1"
resolved "http://registry.npm.taobao.org/strip-json-comments/download/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"

styled-jsx@^2.2.5:
version "2.2.5"
resolved "http://registry.npm.taobao.org/styled-jsx/download/styled-jsx-2.2.5.tgz#3eb98418720655421bfc1a680e2add581726a5e6"
styled-jsx@^2.2.6:
version "2.2.6"
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-2.2.6.tgz#7e826279e1ef718213ef9cc42ac7370b5008449d"
dependencies:
babel-plugin-syntax-jsx "6.18.0"
babel-types "6.26.0"
Expand All @@ -4436,11 +4436,11 @@ styled-jsx@^2.2.5:

stylis-rule-sheet@0.0.8:
version "0.0.8"
resolved "http://registry.npm.taobao.org/stylis-rule-sheet/download/stylis-rule-sheet-0.0.8.tgz#b0d0a126c945b1f3047447a3aae0647013e8d166"
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.8.tgz#b0d0a126c945b1f3047447a3aae0647013e8d166"

stylis@3.4.10:
version "3.4.10"
resolved "http://registry.npm.taobao.org/stylis/download/stylis-3.4.10.tgz#a135cab4b9ff208e327fbb5a6fde3fa991c638ee"
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.10.tgz#a135cab4b9ff208e327fbb5a6fde3fa991c638ee"

supports-color@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 1280a53

Please sign in to comment.