Skip to content

Commit 6629769

Browse files
Update Capacitor dependencies in package.json and package-lock.json
- Removed outdated @capacitor/filesystem dependency from package.json. - Added @capacitor/filesystem version 6.0.2 to both package.json and package-lock.json for consistency. - Updated @capacitor/ios version to 6.2.0 in both package.json and package-lock.json for alignment with other Capacitor packages.
1 parent 1931c14 commit 6629769

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

frontend/package-lock.json

+11-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
"@capacitor/app": "6.0.2",
4343
"@capacitor/assets": "3.0.5",
4444
"@capacitor/core": "6.2.0",
45+
"@capacitor/filesystem": "6.0.2",
4546
"@capacitor/haptics": "6.0.2",
46-
"@capacitor/ios": "^6.2.0",
47+
"@capacitor/ios": "6.2.0",
4748
"@capacitor/keyboard": "6.0.3",
4849
"@capacitor/status-bar": "6.0.2",
4950
"@fortawesome/fontawesome-svg-core": "6.7.2",

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@
1111
},
1212
"devDependencies": {
1313
"husky": "^9.1.7"
14-
},
15-
"dependencies": {
16-
"@capacitor/filesystem": "^7.0.0"
1714
}
1815
}

0 commit comments

Comments
 (0)