Skip to content

Commit

Permalink
Merge pull request #184 from k2maan/ionic-update
Browse files Browse the repository at this point in the history
Upgraded ionic to 6.7.5 to fix popover issue with Chrome and Edge
  • Loading branch information
adityasharma7 authored Jun 30, 2023
2 parents 1d3e83e + a986db4 commit 795e44d
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 54 deletions.
84 changes: 35 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@hotwax/app-version-info": "^1.0.0",
"@hotwax/apps-theme": "^1.1.0",
"@hotwax/oms-api": "^1.7.0",
"@ionic/core": "6.2.9",
"@ionic/vue": "^6.2.9",
"@ionic/vue-router": "^6.2.9",
"@ionic/core": "6.7.5",
"@ionic/vue": "6.7.5",
"@ionic/vue-router": "6.7.5",
"axios": "^0.21.1",
"axios-cache-adapter": "^2.7.3",
"boon-js": "^2.0.3",
Expand Down Expand Up @@ -55,13 +55,13 @@
"@vue/compiler-sfc": "^3.0.0-0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^2.0.0-0",
"@vue/vue3-jest": "^28.0.0",
"cypress": "^8.3.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"jest": "^28.1.0",
"ts-jest": "^28.0.8",
"typescript": "~4.7.4",
"vue-cli-plugin-i18n": "^1.0.1",
"@vue/vue3-jest": "^28.0.0"
"vue-cli-plugin-i18n": "^1.0.1"
}
}

0 comments on commit 795e44d

Please sign in to comment.