Skip to content

Commit e810ed2

Browse files
committed
whattheduck: Fix Sentry DSN, bump version
Bump dependencies
1 parent 406b063 commit e810ed2

File tree

15 files changed

+831
-909
lines changed

15 files changed

+831
-909
lines changed

apps/duck-estimator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"csv-parse": "^5.5.6",
2121
"csv-writer": "^1.6.0",
2222
"dotenv": "^16.4.5",
23-
"electron": "^32.2.3",
23+
"electron": "^32.2.5",
2424
"playwright-firefox": "~1.47.2",
2525
"yargs": "^17.7.2",
2626
"~prisma-schemas": "workspace:*"

apps/dumili/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"@vueuse/core": "^11.2.0",
2727
"@vueuse/integrations": "^11.2.0",
2828
"bootstrap": "^5.3.3",
29-
"bootstrap-vue-next": "^0.25.14",
29+
"bootstrap-vue-next": "^0.25.15",
3030
"dayjs": "^1.11.13",
3131
"js-cookie": "^3.0.5",
3232
"pinia": "^2.2.6",
33-
"vue": "^3.5.12",
33+
"vue": "^3.5.13",
3434
"vue-draggable-resizable": "^3.0.0",
3535
"vue-i18n": "^9.14.1",
3636
"vue-router": "^4.4.5",
@@ -41,25 +41,25 @@
4141
"~web": "workspace:*"
4242
},
4343
"devDependencies": {
44-
"@antfu/eslint-config": "^3.8.0",
45-
"@eslint/eslintrc": "^3.1.0",
46-
"@eslint/js": "^9.14.0",
44+
"@antfu/eslint-config": "^3.9.1",
45+
"@eslint/eslintrc": "^3.2.0",
46+
"@eslint/js": "^9.15.0",
4747
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
4848
"@intlify/unplugin-vue-i18n": "^5.3.1",
4949
"@types/js-cookie": "^3.0.6",
5050
"@vitejs/plugin-vue": "^5.2.0",
5151
"concurrently": "^9.1.0",
52-
"eslint": "^9.14.0",
52+
"eslint": "^9.15.0",
5353
"eslint-config-prettier": "^9.1.0",
5454
"eslint-plugin-prettier": "^5.2.1",
5555
"eslint-plugin-prettier-vue": "^5.0.0",
5656
"eslint-plugin-vue": "^9.31.0",
5757
"prettier": "^3.3.3",
58-
"sass": "^1.80.7",
58+
"sass": "^1.81.0",
5959
"typescript": "^5.6.3",
6060
"typescript-eslint": "^8.14.0",
61-
"unplugin-auto-import": "^0.18.3",
62-
"unplugin-icons": "^0.19.3",
61+
"unplugin-auto-import": "^0.18.4",
62+
"unplugin-icons": "^0.20.1",
6363
"unplugin-vue-components": "^0.27.4",
6464
"vite": "^5.4.11",
6565
"vite-plugin-eslint": "^1.8.1",

apps/edgecreator/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"interactjs": "^1.10.27",
4040
"js-cookie": "^3.0.5",
4141
"pinia": "^2.2.6",
42-
"sass": "^1.80.7",
42+
"sass": "^1.81.0",
4343
"universal-cookie": "^7.2.2",
44-
"vue": "^3.5.12",
44+
"vue": "^3.5.13",
4545
"vue-cropperjs": "^5.0.0",
4646
"vue-i18n": "^9.14.1",
4747
"vue-router": "^4.4.5",
@@ -54,8 +54,8 @@
5454
"~web": "workspace:*"
5555
},
5656
"devDependencies": {
57-
"@eslint/eslintrc": "^3.1.0",
58-
"@eslint/js": "^9.14.0",
57+
"@eslint/eslintrc": "^3.2.0",
58+
"@eslint/js": "^9.15.0",
5959
"@iconify-json/bi": "^1.2.1",
6060
"@intlify/unplugin-vue-i18n": "^5.3.1",
6161
"@rushstack/eslint-patch": "^1.10.4",
@@ -68,14 +68,14 @@
6868
"@vue/eslint-config-prettier": "^7.1.0",
6969
"@vue/eslint-config-typescript": "^14.1.3",
7070
"concurrently": "^9.1.0",
71-
"eslint": "^9.14.0",
71+
"eslint": "^9.15.0",
7272
"eslint-config-prettier": "^9.1.0",
7373
"eslint-plugin-prettier-vue": "^5.0.0",
7474
"eslint-plugin-vue": "^9.31.0",
7575
"prettier": "^3.3.3",
7676
"typescript": "^5.6.3",
77-
"unplugin-auto-import": "^0.18.3",
78-
"unplugin-icons": "^0.19.3",
77+
"unplugin-auto-import": "^0.18.4",
78+
"unplugin-icons": "^0.20.1",
7979
"unplugin-vue-components": "^0.27.4",
8080
"vite": "^5.4.11",
8181
"vite-plugin-pages": "^0.32.3",

apps/web/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"pinia": "^2.2.6",
3737
"timeago.js": "^4.0.2",
3838
"v-contextmenu": "^3.2.0",
39-
"vue": "^3.5.12",
39+
"vue": "^3.5.13",
4040
"vue-chartjs": "^5.3.2",
4141
"vue-i18n": "^9.14.1",
4242
"vue-mapbox-ts": "^0.9.10",
@@ -49,10 +49,10 @@
4949
"~socket.io-services": "workspace:*"
5050
},
5151
"devDependencies": {
52-
"@antfu/eslint-config": "^3.8.0",
53-
"@eslint/compat": "^1.2.2",
54-
"@eslint/eslintrc": "^3.1.0",
55-
"@eslint/js": "^9.14.0",
52+
"@antfu/eslint-config": "^3.9.1",
53+
"@eslint/compat": "^1.2.3",
54+
"@eslint/eslintrc": "^3.2.0",
55+
"@eslint/js": "^9.15.0",
5656
"@histoire/plugin-vue": "^0.17.17",
5757
"@iconify-json/bi": "^1.2.1",
5858
"@intlify/unplugin-vue-i18n": "^5.3.1",
@@ -64,19 +64,19 @@
6464
"@vue/test-utils": "^2.4.6",
6565
"concurrently": "^9.1.0",
6666
"ejs-lint": "^2.0.1",
67-
"eslint": "^9.14.0",
67+
"eslint": "^9.15.0",
6868
"eslint-config-prettier": "^9.1.0",
6969
"eslint-plugin-prettier-vue": "^5.0.0",
7070
"eslint-plugin-simple-import-sort": "^12.1.1",
7171
"eslint-plugin-unused-imports": "^4.1.4",
7272
"eslint-plugin-vue": "^9.31.0",
7373
"histoire": "^0.17.17",
7474
"prettier": "^3.3.3",
75-
"sass": "^1.80.7",
75+
"sass": "^1.81.0",
7676
"typescript": "^5.6.3",
7777
"typescript-eslint": "^8.14.0",
78-
"unplugin-auto-import": "^0.18.3",
79-
"unplugin-icons": "^0.19.3",
78+
"unplugin-auto-import": "^0.18.4",
79+
"unplugin-icons": "^0.20.1",
8080
"unplugin-vue-components": "^0.27.4",
8181
"vite": "^5.4.11",
8282
"vite-plugin-pages": "^0.32.3",

apps/whattheduck/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BASE_URL=http://localhost:8003
22

3-
SENTRY_DSN=https://a225a6550b8c4c07914327618685a61c@o229092.ingest.us.sentry.io/1385898
3+
SENTRY_DSN=https://8eee9bc45a5c467482db0034be4e433b@o229092.ingest.us.sentry.io/5658663
44

55
VITE_DM_SOCKET_URL=https://api-websocket.ducksmanager.net
66

apps/whattheduck/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "net.ducksmanager.whattheduck"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 131
11-
versionName "3.0.22"
10+
versionCode 134
11+
versionName "3.0.25"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

apps/whattheduck/android/capacitor.settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ include ':capgo-capacitor-updater'
3939
project(':capgo-capacitor-updater').projectDir = new File('../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capgo/capacitor-updater/android')
4040

4141
include ':sentry-capacitor'
42-
project(':sentry-capacitor').projectDir = new File('../../../node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected][email protected].3_h4b6tovwhkrnitia3otrugifbe/node_modules/@sentry/capacitor/android')
42+
project(':sentry-capacitor').projectDir = new File('../../../node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected][email protected].3_yryilpzyyeyclbupki7y7c7qwy/node_modules/@sentry/capacitor/android')

apps/whattheduck/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,15 +366,15 @@
366366
buildSettings = {
367367
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
368368
CODE_SIGN_STYLE = Automatic;
369-
CURRENT_PROJECT_VERSION = 131;
369+
CURRENT_PROJECT_VERSION = 134;
370370
DEVELOPMENT_TEAM = ZHTS8HRVD7;
371371
INFOPLIST_FILE = App/Info.plist;
372372
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
373373
LD_RUNPATH_SEARCH_PATHS = (
374374
"$(inherited)",
375375
"@executable_path/Frameworks",
376376
);
377-
MARKETING_VERSION = 3.0.22;
377+
MARKETING_VERSION = 3.0.25;
378378
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
379379
PRODUCT_BUNDLE_IDENTIFIER = net.ducksmanager.whattheduck;
380380
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -390,15 +390,15 @@
390390
buildSettings = {
391391
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
392392
CODE_SIGN_STYLE = Automatic;
393-
CURRENT_PROJECT_VERSION = 131;
393+
CURRENT_PROJECT_VERSION = 134;
394394
DEVELOPMENT_TEAM = ZHTS8HRVD7;
395395
INFOPLIST_FILE = App/Info.plist;
396396
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
397397
LD_RUNPATH_SEARCH_PATHS = (
398398
"$(inherited)",
399399
"@executable_path/Frameworks",
400400
);
401-
MARKETING_VERSION = 3.0.22;
401+
MARKETING_VERSION = 3.0.25;
402402
PRODUCT_BUNDLE_IDENTIFIER = net.ducksmanager.whattheduck;
403403
PRODUCT_NAME = "$(TARGET_NAME)";
404404
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";

apps/whattheduck/ios/App/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def capacitor_pods
2323
pod 'CapawesomeCapacitorAppUpdate', :path => '../../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capawesome/capacitor-app-update'
2424
pod 'CapawesomeCapacitorFilePicker', :path => '../../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capawesome/capacitor-file-picker'
2525
pod 'CapgoCapacitorUpdater', :path => '../../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capgo/capacitor-updater'
26-
pod 'SentryCapacitor', :path => '../../../../node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected][email protected].3_h4b6tovwhkrnitia3otrugifbe/node_modules/@sentry/capacitor'
26+
pod 'SentryCapacitor', :path => '../../../../node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected][email protected].3_yryilpzyyeyclbupki7y7c7qwy/node_modules/@sentry/capacitor'
2727
end
2828

2929
target 'What The Duck' do

apps/whattheduck/ios/App/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ DEPENDENCIES:
5252
- "CapawesomeCapacitorAppUpdate (from `../../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capawesome/capacitor-app-update`)"
5353
- "CapawesomeCapacitorFilePicker (from `../../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capawesome/capacitor-file-picker`)"
5454
- "CapgoCapacitorUpdater (from `../../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capgo/capacitor-updater`)"
55-
- "SentryCapacitor (from `../../../../node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected][email protected].3_h4b6tovwhkrnitia3otrugifbe/node_modules/@sentry/capacitor`)"
55+
- "SentryCapacitor (from `../../../../node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected][email protected].3_yryilpzyyeyclbupki7y7c7qwy/node_modules/@sentry/capacitor`)"
5656

5757
SPEC REPOS:
5858
trunk:
@@ -91,7 +91,7 @@ EXTERNAL SOURCES:
9191
CapgoCapacitorUpdater:
9292
:path: "../../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capgo/capacitor-updater"
9393
SentryCapacitor:
94-
:path: "../../../../node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected][email protected].3_h4b6tovwhkrnitia3otrugifbe/node_modules/@sentry/capacitor"
94+
:path: "../../../../node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected][email protected].3_yryilpzyyeyclbupki7y7c7qwy/node_modules/@sentry/capacitor"
9595

9696
SPEC CHECKSUMS:
9797
Alamofire: 840d2a1ad82355b536ec6ba5f97e5bfa54600ca3
@@ -114,6 +114,6 @@ SPEC CHECKSUMS:
114114
SSZipArchive: fe6a26b2a54d5a0890f2567b5cc6de5caa600aef
115115
Version: de5907f2c5d0f3cf21708db7801d1d5401139486
116116

117-
PODFILE CHECKSUM: d331105ed356e74041191c3aea53888d1a85fd5d
117+
PODFILE CHECKSUM: 6723f070c2f23ae49bf439ec54f84423e7cafde3
118118

119119
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)