Skip to content

Commit

Permalink
chore(photo-library): update to use capacitor 5
Browse files Browse the repository at this point in the history
  • Loading branch information
DaSchTour committed Sep 11, 2023
1 parent 28fb8b3 commit c798dca
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
31 changes: 22 additions & 9 deletions photo-library/package-lock.json

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

7 changes: 4 additions & 3 deletions photo-library/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@footage.one-capacitor/photo-library",
"version": "0.0.5-3",
"description": "Photo Library for Capacitor 4",
"version": "0.0.5-5",
"description": "Photo Library for Capacitor 5",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -44,11 +44,12 @@
"devDependencies": {
"@capacitor/android": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/docgen": "^0.2.0",
"@capacitor/docgen": "^0.2.1",
"@capacitor/ios": "^5.0.0",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^3.0.0",
"@ionic/swiftlint-config": "^1.1.2",
"@types/node": "^20.6.0",
"eslint": "^8.21.0",
"prettier": "^2.7.1",
"prettier-plugin-java": "^1.6.2",
Expand Down

0 comments on commit c798dca

Please sign in to comment.