Skip to content

Commit

Permalink
release: 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Sep 1, 2023
1 parent bfa9e66 commit 203b85f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/capacitor",
"version": "5.0.1",
"version": "5.0.2",
"description": "NativeScript for Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.mjs",
Expand Down Expand Up @@ -73,12 +73,12 @@
"yargs": "17.6.0"
},
"devDependencies": {
"@capacitor/android": "^5.0.1",
"@capacitor/core": "^5.0.1",
"@capacitor/android": "^5.3.0",
"@capacitor/core": "^5.3.0",
"@capacitor/docgen": "0.2.1",
"@capacitor/ios": "^5.0.1",
"@capacitor/ios": "^5.3.0",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^3.0.0",
"@ionic/prettier-config": "^4.0.0",
"@ionic/swiftlint-config": "^1.1.2",
"@nativescript/core": "~8.5.0",
"@nativescript/types": "~8.5.0",
Expand All @@ -92,7 +92,7 @@
"rimraf": "^5.0.0",
"rollup": "^3.21.5",
"swiftlint": "^1.0.2",
"typescript": "~4.9.0"
"typescript": "~5.1.6"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down

0 comments on commit 203b85f

Please sign in to comment.