Skip to content

Commit

Permalink
Updated to capacitor 6
Browse files Browse the repository at this point in the history
  • Loading branch information
blendpajaziti-fresha committed Aug 27, 2024
1 parent 0086da6 commit 15000ad
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
34 changes: 17 additions & 17 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
@@ -1,6 +1,6 @@
{
"name": "capacitor-cookies-flush",
"version": "5.0.0",
"version": "6.0.0",
"description": "Flush the cookies on demand",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -44,10 +44,10 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@capacitor/android": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/android": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/docgen": "^0.2.0",
"@capacitor/ios": "^5.0.0",
"@capacitor/ios": "^6.0.0",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^2.0.0",
"@ionic/swiftlint-config": "^1.1.2",
Expand All @@ -60,7 +60,7 @@
"typescript": "~4.0.3"
},
"peerDependencies": {
"@capacitor/core": "^5.0.0"
"@capacitor/core": "^6.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
chalk "^2.0.0"
js-tokens "^4.0.0"

"@capacitor/android@^5.0.0":
version "5.4.0"
resolved "https://registry.npmjs.org/@capacitor/android/-/android-5.4.0.tgz"
integrity sha512-CTIyFpndki9fW4q0h8jqUCjn2653rL/QrBwyPDEt7YaoUN6umSTZQlVgu8YlWVL5A1RgMEdN10XwDHnyfDt0ZQ==
"@capacitor/android@^6.0.0":
version "6.1.2"
resolved "https://registry.npmjs.org/@capacitor/android/-/android-6.1.2.tgz"
integrity sha512-Yh0gQDY1bgRrL25J6ecIlvvs2kF8iNSwIPXjyw6Yz9mnwYxBazF5KZbjpKtGPnJgicJhFkYGsqOkEtxrve0EoQ==

"@capacitor/core@^5.0.0", "@capacitor/core@^5.4.0":
version "5.4.0"
resolved "https://registry.npmjs.org/@capacitor/core/-/core-5.4.0.tgz"
integrity sha512-lBWMbhPtvtcPoICdvqOaTsS9GDFlw1QHgkHZ5rxQF4Nvahikllvcud1fEu4ta28pykMUSlpCX2iDXYustYaATg==
"@capacitor/core@^6.0.0", "@capacitor/core@^6.1.0":
version "6.1.2"
resolved "https://registry.npmjs.org/@capacitor/core/-/core-6.1.2.tgz"
integrity sha512-xFy1/4qLFLp5WCIzIhtwUuVNNoz36+V7/BzHmLqgVJcvotc4MMjswW/TshnPQaLLujEOaLkA4h8ZJ0uoK3ImGg==
dependencies:
tslib "^2.1.0"

Expand All @@ -46,10 +46,10 @@
minimist "^1.2.5"
typescript "~4.2.4"

"@capacitor/ios@^5.0.0":
version "5.4.0"
resolved "https://registry.npmjs.org/@capacitor/ios/-/ios-5.4.0.tgz"
integrity sha512-PwYHZYn6c44844yWexNFUy0cK/Z98TFWtONf0x0qqacXd6xXeByoSnYRc7fm2fuqfkSDYU+oDJMz9QKQJkbRbg==
"@capacitor/ios@^6.0.0":
version "6.1.2"
resolved "https://registry.npmjs.org/@capacitor/ios/-/ios-6.1.2.tgz"
integrity sha512-HaeW68KisBd/7TmavzPDlL2bpoDK5AjR2ZYrqU4TlGwM88GtQfvduBCAlSCj20X0w/4+rWMkseD9dAAkacjiyQ==

"@eslint/eslintrc@^0.4.1":
version "0.4.1"
Expand Down

0 comments on commit 15000ad

Please sign in to comment.