Skip to content

Commit

Permalink
chore: Update template dev dependencies (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jan 15, 2025
1 parent 8788963 commit 9c9a781
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/plugin-template/package.json.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
"devDependencies": {
"@capacitor/android": "^{{{ CAPACITOR_VERSION }}}",
"@capacitor/core": "^{{{ CAPACITOR_VERSION }}}",
"@capacitor/docgen": "^0.2.2",
"@capacitor/docgen": "^0.3.0",
"@capacitor/ios": "^{{{ CAPACITOR_VERSION }}}",
"@ionic/eslint-config": "^0.4.0",
"@ionic/prettier-config": "^4.0.0",
"@ionic/swiftlint-config": "^2.0.0",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"prettier-plugin-java": "^2.6.4",
"prettier": "^3.4.2",
"prettier-plugin-java": "^2.6.6",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"rollup": "^4.30.1",
"swiftlint": "^2.0.0",
"typescript": "~4.1.5"
},
Expand Down

0 comments on commit 9c9a781

Please sign in to comment.