This commit is contained in:
Liam DeBeasi
2020-01-24 16:15:45 -05:00
parent db1fd1d72a
commit 0179aad2b3
6 changed files with 20 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/react-router",
"version": "4.11.9",
"version": "4.11.10",
"description": "React Router wrapper for @ionic/react",
"keywords": [
"ionic",
@ -39,16 +39,16 @@
"tslib": "*"
},
"peerDependencies": {
"@ionic/core": "4.11.9",
"@ionic/react": "4.11.9",
"@ionic/core": "4.11.10",
"@ionic/react": "4.11.10",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"@ionic/core": "4.11.9",
"@ionic/react": "4.11.9",
"@ionic/core": "4.11.10",
"@ionic/react": "4.11.10",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",