Skip to content

Commit ac3cc6c

Browse files
committed
Refresh workspace dependency patches
1 parent 8c27583 commit ac3cc6c

10 files changed

Lines changed: 280 additions & 286 deletions

File tree

example/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"access": "restricted"
1818
},
1919
"devDependencies": {
20-
"vite": "^8.1.5"
20+
"vite": "^8.2.0"
2121
},
2222
"dependencies": {
2323
"@exceptionless/browser": "3.0.0-dev",

example/expo/app.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
"icon": "./assets/icon.png",
88
"scheme": "exceptionless-expo",
99
"userInterfaceStyle": "light",
10-
"splash": {
11-
"image": "./assets/splash.png",
12-
"resizeMode": "contain",
13-
"backgroundColor": "#ffffff"
14-
},
1510
"ios": {
1611
"supportsTablet": true,
1712
"bundleIdentifier": "com.exceptionless.expo.example",

example/expo/package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,25 @@
1414
},
1515
"dependencies": {
1616
"@exceptionless/react-native": "3.0.0-dev",
17-
"@expo/metro-runtime": "~57.0.7",
17+
"@expo/metro-runtime": "~57.0.8",
1818
"@react-native-async-storage/async-storage": "2.2.0",
19-
"expo": "~57.0.8",
19+
"expo": "~57.0.9",
2020
"expo-application": "~57.0.2",
21-
"expo-constants": "~57.0.7",
22-
"expo-dev-client": "~57.0.9",
21+
"expo-constants": "~57.0.8",
22+
"expo-dev-client": "~57.0.10",
2323
"expo-device": "~57.0.1",
2424
"expo-splash-screen": "~57.0.5",
2525
"expo-status-bar": "~57.0.1",
2626
"react": "19.2.3",
2727
"react-dom": "19.2.3",
28-
"react-native": "0.86.0",
28+
"react-native": "0.86.2",
2929
"react-native-safe-area-context": "~5.7.0",
3030
"react-native-screens": "~4.26.0",
3131
"react-native-web": "^0.21.2"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "^7.29.7",
35-
"@react-native/js-polyfills": "^0.86.1",
36-
"@types/react": "~19.2.17",
34+
"@react-native/js-polyfills": "^0.86.2",
35+
"@types/react": "~19.2.18",
3736
"typescript": "~6.0.3"
3837
},
3938
"publishConfig": {

example/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@testing-library/dom": "^10.4.1",
2929
"@testing-library/react": "^16.3.2",
3030
"@testing-library/user-event": "^14.6.1",
31-
"@vitejs/plugin-react": "^6.0.4",
32-
"vite": "^8.1.5"
31+
"@vitejs/plugin-react": "^6.0.5",
32+
"vite": "^8.2.0"
3333
},
3434
"dependencies": {
3535
"@exceptionless/react": "3.0.0-dev",

example/svelte-kit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
},
1515
"devDependencies": {
1616
"@sveltejs/adapter-auto": "^7.0.1",
17-
"@sveltejs/kit": "^2.70.1",
17+
"@sveltejs/kit": "^2.70.2",
1818
"@sveltejs/vite-plugin-svelte": "^7.2.0",
1919
"svelte": "^5.56.8",
20-
"svelte-check": "^4.7.3",
20+
"svelte-check": "^4.7.4",
2121
"typescript": "^6.0.3",
22-
"vite": "^8.1.5",
22+
"vite": "^8.2.0",
2323
"vitest": "^4.1.10"
2424
},
2525
"type": "module",

example/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "^6.0.8",
1616
"@vue/compiler-sfc": "^3.5.40",
17-
"vite": "^8.1.5"
17+
"vite": "^8.2.0"
1818
},
1919
"type": "module",
2020
"publishConfig": {

0 commit comments

Comments
 (0)