Skip to content

Commit 46dee4c

Browse files
committed
upgrade package versions
1 parent 041a7f5 commit 46dee4c

11 files changed

Lines changed: 232 additions & 1021 deletions

File tree

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
[
2-
{
3-
"pkg": "@capacitor/app",
4-
"classpath": "com.capacitorjs.plugins.app.AppPlugin"
5-
},
6-
{
7-
"pkg": "@capacitor/camera",
8-
"classpath": "com.capacitorjs.plugins.camera.CameraPlugin"
9-
},
10-
{
11-
"pkg": "@capacitor/status-bar",
12-
"classpath": "com.capacitorjs.plugins.statusbar.StatusBarPlugin"
13-
}
2+
{
3+
"pkg": "@capacitor/app",
4+
"classpath": "com.capacitorjs.plugins.app.AppPlugin"
5+
},
6+
{
7+
"pkg": "@capacitor/status-bar",
8+
"classpath": "com.capacitorjs.plugins.statusbar.StatusBarPlugin"
9+
}
1410
]

android/capacitor.settings.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@ project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/
55
include ':capacitor-app'
66
project(':capacitor-app').projectDir = new File('../node_modules/@capacitor/app/android')
77

8-
include ':capacitor-camera'
9-
project(':capacitor-camera').projectDir = new File('../node_modules/@capacitor/camera/android')
10-
118
include ':capacitor-status-bar'
129
project(':capacitor-status-bar').projectDir = new File('../node_modules/@capacitor/status-bar/android')

ios/App/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def capacitor_pods
1212
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
1313
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
1414
pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
15-
pod 'CapacitorCamera', :path => '../../node_modules/@capacitor/camera'
1615
pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar'
1716
end
1817

next.config.js

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
11
module.exports = {
2-
basePath: '',
3-
images: {
4-
remotePatterns: [
5-
{
6-
protocol: 'https',
7-
hostname: 'images.unsplash.com',
8-
port: '',
9-
pathname: '**',
10-
},
11-
],
12-
unoptimized: true,
13-
},
142
output: 'export',
15-
swcMinify: true,
16-
transpilePackages: [
17-
'@ionic/react',
18-
'@ionic/core',
19-
'@stencil/core',
20-
'ionicons',
21-
],
22-
};
3+
transpilePackages: ['@ionic/react', '@ionic/core', 'ionicons'],
4+
}

0 commit comments

Comments
 (0)