Skip to content

Commit 1afd1f3

Browse files
build(deps-dev): bump vite-plus from 0.1.20 to 0.1.24 (#33)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fadi George <fadii925@gmail.com>
1 parent f9e24d4 commit 1afd1f3

14 files changed

Lines changed: 103 additions & 103 deletions

bun.lock

Lines changed: 85 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,18 @@
5959
"@capacitor/core": "7.0.0",
6060
"@capacitor/docgen": "^0.2.2",
6161
"@types/bun": "latest",
62-
"@vitest/coverage-v8": "^4.1.2",
62+
"@vitest/coverage-v8": "^4.1.9",
6363
"typescript": "^5.9.3",
64-
"vite-plus": "0.1.20"
64+
"vite-plus": "0.1.24"
6565
},
6666
"peerDependencies": {
6767
"@capacitor/core": ">=7.0.0"
6868
},
6969
"overrides": {
70-
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.20",
71-
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.20"
70+
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.24",
71+
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.24"
7272
},
73-
"packageManager": "bun@1.3.13",
73+
"packageManager": "bun@1.3.14",
7474
"capacitor": {
7575
"ios": {
7676
"src": "ios"

src/DebugNamespace.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, test, expect, beforeEach } from 'vitest';
1+
import { describe, test, expect, beforeEach } from 'vite-plus/test';
22

33
import { createMockPlugin } from '../mocks/capacitor';
44
import Debug, { LogLevel } from './DebugNamespace';

src/InAppMessagesNamespace.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, test, expect, vi, beforeEach } from 'vitest';
1+
import { describe, test, expect, vi, beforeEach } from 'vite-plus/test';
22

33
import { createMockPlugin } from '../mocks/capacitor';
44
import * as helpers from './helpers';

src/LiveActivitiesNamespace.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, test, expect, vi, beforeEach } from 'vitest';
1+
import { describe, test, expect, vi, beforeEach } from 'vite-plus/test';
22

33
import { createMockPlugin } from '../mocks/capacitor';
44
import { SUB_TOKEN } from '../mocks/constants';

src/LocationNamespace.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, test, expect, beforeEach } from 'vitest';
1+
import { describe, test, expect, beforeEach } from 'vite-plus/test';
22

33
import { createMockPlugin } from '../mocks/capacitor';
44
import Location from './LocationNamespace';

src/NotificationReceivedEvent.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, test, expect, beforeEach } from 'vitest';
1+
import { describe, test, expect, beforeEach } from 'vite-plus/test';
22

33
import { createMockPlugin } from '../mocks/capacitor';
44
import { mockNotification } from '../mocks/data';

src/NotificationsNamespace.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, test, expect, vi, beforeEach } from 'vitest';
1+
import { describe, test, expect, vi, beforeEach } from 'vite-plus/test';
22

33
import { createMockPlugin } from '../mocks/capacitor';
44
import { mockNotification, mockNotificationClickEvent } from '../mocks/data';

src/OSNotification.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, test, expect, beforeEach } from 'vitest';
1+
import { describe, test, expect, beforeEach } from 'vite-plus/test';
22

33
import { createMockPlugin } from '../mocks/capacitor';
44
import { OSNotification, _setOSNotificationPlugin, type ReceivedEvent } from './OSNotification';

src/PushSubscriptionNamespace.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, test, expect, vi, beforeEach } from 'vitest';
1+
import { describe, test, expect, vi, beforeEach } from 'vite-plus/test';
22

33
import { createMockPlugin } from '../mocks/capacitor';
44
import { PREV_SUB_ID, PREV_SUB_TOKEN, SUB_ID, SUB_TOKEN } from '../mocks/constants';

0 commit comments

Comments
 (0)