Skip to content

Commit d38724c

Browse files
committed
Harden dependency refresh and compatibility
1 parent 19e8d45 commit d38724c

15 files changed

Lines changed: 1394 additions & 1231 deletions

File tree

example/browser/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Error Submission</h1>
1515
<button onclick="throwReferenceError('function-does-exist')">Throw uncaught reference error</button>
1616
<button id="throw-jquery-ajax-error">Throw jQuery ajax error</button>
1717
<button id="throw-promise-unhandled-rejection">Throw promise unhandled rejection</button>
18-
<button id="throw-browser-extension-error">Throw brower extension error</button>
18+
<button id="throw-browser-extension-error">Throw browser extension error</button>
1919

2020
<h1>Log Submission</h1>
2121
<button class="submit-log">Submit log event</button>

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.4"
20+
"vite": "^8.1.5"
2121
},
2222
"dependencies": {
2323
"@exceptionless/browser": "3.0.0-dev",

example/expo/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function TopDiagnostics() {
6363
<View style={styles.diagnostics}>
6464
<View style={styles.diagnosticsTitleRow}>
6565
<Text style={styles.diagnosticsTitle}>Exceptionless Expo</Text>
66-
<Text style={styles.diagnosticsPill}>SDK 56</Text>
66+
<Text style={styles.diagnosticsPill}>SDK 57</Text>
6767
</View>
6868
<Text style={styles.diagnosticsServer} numberOfLines={1}>
6969
{serverUrl}

example/expo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example exercises `@exceptionless/react-native` from an Expo app. It covers
44

55
Native iOS crash reporting uses the package's custom native module, so it requires an Expo development build or a standalone app. Expo Go can run JavaScript reporting paths only; it cannot load the native crash reporter.
66

7-
This app tracks Expo SDK 56.
7+
This app tracks Expo SDK 57.
88

99
## Prerequisites
1010

example/expo/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@
1414
},
1515
"dependencies": {
1616
"@exceptionless/react-native": "3.0.0-dev",
17-
"@expo/metro-runtime": "~57.0.3",
17+
"@expo/metro-runtime": "~57.0.7",
1818
"@react-native-async-storage/async-storage": "2.2.0",
19-
"expo": "~57.0.4",
20-
"expo-application": "~57.0.0",
21-
"expo-constants": "~57.0.3",
22-
"expo-dev-client": "~57.0.5",
23-
"expo-device": "~57.0.0",
24-
"expo-splash-screen": "~57.0.2",
25-
"expo-status-bar": "~57.0.0",
19+
"expo": "~57.0.8",
20+
"expo-application": "~57.0.2",
21+
"expo-constants": "~57.0.7",
22+
"expo-dev-client": "~57.0.9",
23+
"expo-device": "~57.0.1",
24+
"expo-splash-screen": "~57.0.5",
25+
"expo-status-bar": "~57.0.1",
2626
"react": "19.2.3",
2727
"react-dom": "19.2.3",
2828
"react-native": "0.86.0",
2929
"react-native-safe-area-context": "~5.7.0",
30-
"react-native-screens": "4.25.2",
31-
"react-native-web": "^0.21.0"
30+
"react-native-screens": "~4.26.0",
31+
"react-native-web": "^0.21.2"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.29.7",
35-
"@react-native/js-polyfills": "^0.86.0",
35+
"@react-native/js-polyfills": "^0.86.1",
3636
"@types/react": "~19.2.17",
3737
"typescript": "~6.0.3"
3838
},

example/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"dependencies": {
1111
"@exceptionless/browser": "3.0.0-dev",
1212
"@exceptionless/node": "3.0.0-dev",
13-
"next": "^16.2.10",
14-
"react": "19.2.7",
15-
"react-dom": "19.2.7"
13+
"next": "^16.2.12",
14+
"react": "19.2.3",
15+
"react-dom": "19.2.3"
1616
},
1717
"type": "module",
1818
"publishConfig": {

example/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
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.3",
32-
"vite": "^8.1.4"
31+
"@vitejs/plugin-react": "^6.0.4",
32+
"vite": "^8.1.5"
3333
},
3434
"dependencies": {
3535
"@exceptionless/react": "3.0.0-dev",
36-
"react": "19.2.7",
37-
"react-dom": "19.2.7"
36+
"react": "19.2.3",
37+
"react-dom": "19.2.3"
3838
},
3939
"type": "module",
4040
"publishConfig": {

example/svelte-kit/package.json

Lines changed: 4 additions & 4 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.69.2",
17+
"@sveltejs/kit": "^2.70.1",
1818
"@sveltejs/vite-plugin-svelte": "^7.2.0",
19-
"svelte": "^5.56.4",
20-
"svelte-check": "^4.7.2",
19+
"svelte": "^5.56.8",
20+
"svelte-check": "^4.7.3",
2121
"typescript": "^6.0.3",
22-
"vite": "^8.1.4",
22+
"vite": "^8.1.5",
2323
"vitest": "^4.1.10"
2424
},
2525
"type": "module",

example/vue/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"serve": "vite preview"
99
},
1010
"dependencies": {
11-
"vue": "^3.5.39",
11+
"vue": "^3.5.40",
1212
"@exceptionless/vue": "3.0.0-dev"
1313
},
1414
"devDependencies": {
15-
"@vitejs/plugin-vue": "^6.0.7",
16-
"@vue/compiler-sfc": "^3.5.39",
17-
"vite": "^8.1.4"
15+
"@vitejs/plugin-vue": "^6.0.8",
16+
"@vue/compiler-sfc": "^3.5.40",
17+
"vite": "^8.1.5"
1818
},
1919
"type": "module",
2020
"publishConfig": {

example/vue/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</template>
1717

1818
<script setup>
19-
import { defineProps, reactive } from "vue";
19+
import { reactive } from "vue";
2020
import { Exceptionless } from "@exceptionless/vue";
2121
2222
defineProps({

0 commit comments

Comments
 (0)