fix(react) router refactor and fixes

* wip

* wip

* wip

* cleanup

* stable ver of ionic/core dependency

* update version
This commit is contained in:
Ely Lucas
2019-06-20 09:28:20 -06:00
committed by GitHub
parent b40f7d36d5
commit 1e014f0b14
12 changed files with 683 additions and 569 deletions

View File

@@ -36,7 +36,7 @@
"dist/"
],
"dependencies": {
"@ionic/core": "4.5.0-dev.201906121618.2d7ac4e",
"@ionic/core": "^4.6.0-dev.201906192117.6727cfc",
"tslib": "^1.10.0"
},
"peerDependencies": {
@@ -63,6 +63,7 @@
"react-testing-library": "^7.0.0",
"rollup": "^1.14.6",
"rollup-plugin-node-resolve": "^5.0.1",
"rollup-plugin-sourcemaps": "^0.4.2",
"ts-jest": "^24.0.2",
"typescript": "3.5.1"
},