This commit is contained in:
Liam DeBeasi
2020-02-19 13:19:39 -05:00
parent 34f8576b95
commit a826b6dff5
7 changed files with 40 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/react",
"version": "5.0.0",
"version": "5.0.1",
"description": "React specific wrapper for @ionic/core",
"keywords": [
"ionic",
@ -39,7 +39,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "5.0.0",
"@ionic/core": "5.0.1",
"ionicons": "^5.0.0",
"tslib": "*"
},