Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stbui committed May 10, 2020
1 parent f2a4a0c commit 3e88275
Show file tree
Hide file tree
Showing 5 changed files with 3,085 additions and 1,998 deletions.
12 changes: 5 additions & 7 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
"@stbui/prophet-i18n-polyglot": "1.4.0",
"@stbui/prophet-language-chinese": "1.3.2",
"@stbui/prophet-language-english": "1.2.0",
"antd": "^3.26.0",
"bizcharts": "^3.5.4",
"node-sass": "^4.10.0",
"query-string": "~5.1.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"bizcharts": "^4.0.3",
"node-sass": "^4.14.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.0.1"
"react-scripts": "3.4.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
14 changes: 7 additions & 7 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@
"redux": "^4.0.5"
},
"dependencies": {
"@stbui/prophet-core": "^1.4.1",
"connected-react-router": "^6.8.0",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5"
"@stbui/prophet-core": "^1.4.1"
},
"devDependencies": {
"@types/react": "16.9.23",
Expand All @@ -40,12 +35,17 @@
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"antd": "^3.26.13",
"connected-react-router": "^6.8.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"rimraf": "^3.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d8a1a10ae6aee4e055bcd36846e71cdf654cc4d6"
}
}
18 changes: 9 additions & 9 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,8 @@
"redux-saga": "^1.1.3"
},
"dependencies": {
"connected-react-router": "^6.8.0",
"query-string": "~5.1.1",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"lodash": "~4.17.15"
"lodash": "~4.17.15",
"query-string": "~5.1.1"
},
"devDependencies": {
"@types/history": "^4.7.5",
Expand All @@ -43,12 +37,18 @@
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"history": "^4.10.1",
"connected-react-router": "^6.8.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"rimraf": "^3.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d8a1a10ae6aee4e055bcd36846e71cdf654cc4d6"
}
}
4 changes: 2 additions & 2 deletions packages/prophet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"watch": "rimraf ./lib && tsc --watch"
},
"peerDependencies": {
"react": "^16.10.2",
"react-dom": "^16.10.2"
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"dependencies": {
"@stbui/prophet-antd": "^1.4.1",
Expand Down
Loading

0 comments on commit 3e88275

Please sign in to comment.