mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
5.4.0-rc.2
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/react-router",
|
||||
"version": "5.4.0-rc.1",
|
||||
"version": "5.4.0-rc.2",
|
||||
"description": "React Router wrapper for @ionic/react",
|
||||
"keywords": [
|
||||
"ionic",
|
||||
@ -39,16 +39,16 @@
|
||||
"tslib": "*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ionic/core": "5.4.0-rc.1",
|
||||
"@ionic/react": "5.4.0-rc.1",
|
||||
"@ionic/core": "5.4.0-rc.2",
|
||||
"@ionic/react": "5.4.0-rc.2",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-router": "^5.0.1",
|
||||
"react-router-dom": "^5.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ionic/core": "5.4.0-rc.1",
|
||||
"@ionic/react": "5.4.0-rc.1",
|
||||
"@ionic/core": "5.4.0-rc.2",
|
||||
"@ionic/react": "5.4.0-rc.2",
|
||||
"@rollup/plugin-node-resolve": "^8.1.0",
|
||||
"@testing-library/jest-dom": "^5.11.0",
|
||||
"@testing-library/react": "^10.4.9",
|
||||
|
Reference in New Issue
Block a user