|
42 | 42 | "test": "vitest --config vitest.config.ts --no-watch" |
43 | 43 | }, |
44 | 44 | "peerDependencies": { |
45 | | - "@opentelemetry/api": "^1.9.0", |
| 45 | + "@opentelemetry/api": "^1.9.1", |
46 | 46 | "react": "^18.0.0 || ^19.0.0", |
47 | 47 | "react-dom": "^18.0.0 || ^19.0.0" |
48 | 48 | }, |
|
56 | 56 | }, |
57 | 57 | "dependencies": { |
58 | 58 | "@honeycombio/opentelemetry-web": "^1.3.0", |
59 | | - "@opentelemetry/auto-instrumentations-web": "^0.58.0", |
60 | | - "@opentelemetry/instrumentation": "^0.213.0", |
61 | | - "@opentelemetry/instrumentation-document-load": "^0.58.0", |
62 | | - "@opentelemetry/instrumentation-fetch": "^0.213.0", |
63 | | - "@opentelemetry/instrumentation-user-interaction": "^0.57.0", |
64 | | - "@opentelemetry/instrumentation-xml-http-request": "^0.213.0", |
65 | | - "@opentelemetry/sdk-trace-web": "^2.6.0", |
| 59 | + "@opentelemetry/auto-instrumentations-web": "^0.59.0", |
| 60 | + "@opentelemetry/instrumentation": "^0.214.0", |
| 61 | + "@opentelemetry/instrumentation-document-load": "^0.59.0", |
| 62 | + "@opentelemetry/instrumentation-fetch": "^0.214.0", |
| 63 | + "@opentelemetry/instrumentation-user-interaction": "^0.58.0", |
| 64 | + "@opentelemetry/instrumentation-xml-http-request": "^0.214.0", |
| 65 | + "@opentelemetry/sdk-trace-web": "^2.6.1", |
66 | 66 | "@workleap-telemetry/core": "workspace:^", |
67 | | - "@workleap/logging": "^1.3.6" |
| 67 | + "@workleap/logging": "^1.3.7" |
68 | 68 | }, |
69 | 69 | "devDependencies": { |
70 | 70 | "@eslint/js": "9.39.2", |
71 | | - "@rsbuild/core": "1.7.3", |
72 | | - "@rslib/core": "0.20.0", |
| 71 | + "@rsbuild/core": "1.7.5", |
| 72 | + "@rslib/core": "0.20.2", |
73 | 73 | "@types/react": "19.2.14", |
74 | | - "@typescript-eslint/parser": "8.57.1", |
75 | | - "@typescript/native-preview": "7.0.0-dev.20260317.1", |
76 | | - "@workleap/eslint-configs": "1.1.14", |
77 | | - "@workleap/rslib-configs": "1.1.8", |
| 74 | + "@typescript-eslint/parser": "8.58.0", |
| 75 | + "@typescript/native-preview": "7.0.0-dev.20260331.1", |
| 76 | + "@workleap/eslint-configs": "1.1.15", |
| 77 | + "@workleap/rslib-configs": "1.1.9", |
78 | 78 | "@workleap/typescript-configs": "3.0.7", |
79 | 79 | "eslint": "9.39.2", |
80 | | - "happy-dom": "20.8.4", |
81 | | - "typescript": "5.9.3", |
82 | | - "typescript-eslint": "8.57.1", |
83 | | - "vitest": "4.1.0" |
| 80 | + "happy-dom": "20.8.9", |
| 81 | + "typescript": "6.0.2", |
| 82 | + "typescript-eslint": "8.58.0", |
| 83 | + "vitest": "4.1.2" |
84 | 84 | }, |
85 | 85 | "sideEffects": false, |
86 | 86 | "engines": { |
|
0 commit comments