|
1 | 1 | { |
2 | | - "name": "@nativescript-community/sentry", |
3 | 2 | "version": "1.0.0", |
4 | 3 | "scripts": { |
5 | 4 | "tsc": "cp src/wrapper.d.ts plugin && tsc -skipLibCheck", |
|
17 | 16 | "plugin.watch": "npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios" |
18 | 17 | }, |
19 | 18 | "devDependencies": { |
20 | | - "@commitlint/cli": "^17.1.2", |
21 | | - "@commitlint/config-conventional": "^17.1.0", |
22 | | - "@nativescript/core": "8.3.5", |
23 | | - "@nativescript/types-android": "8.3.1", |
24 | | - "@nativescript/types-ios": "8.3.1", |
25 | | - "@sentry/browser": "7.15.0", |
26 | | - "@sentry/core": "7.15.0", |
27 | | - "@sentry/hub": "7.15.0", |
28 | | - "@sentry/integrations": "7.15.0", |
29 | | - "@sentry/tracing": "7.15.0", |
30 | | - "@sentry/types": "7.15.0", |
31 | | - "@sentry/utils": "7.15.0", |
32 | | - "@types/node": "^18.8.4", |
33 | | - "@typescript-eslint/eslint-plugin": "5.40.0", |
34 | | - "@typescript-eslint/parser": "5.40.0", |
35 | | - "eslint": "8.25.0", |
36 | | - "husky": "^8.0.1", |
37 | | - "lerna": "^5.6.2", |
| 19 | + "@commitlint/cli": "^17.3.0", |
| 20 | + "@commitlint/config-conventional": "^17.3.0", |
| 21 | + "@nativescript/core": "8.4.1", |
| 22 | + "@nativescript/types-android": "8.4.0", |
| 23 | + "@nativescript/types-ios": "8.4.0", |
| 24 | + "@sentry/browser": "7.24.2", |
| 25 | + "@sentry/core": "7.24.2", |
| 26 | + "@sentry/hub": "7.24.2", |
| 27 | + "@sentry/integrations": "7.24.2", |
| 28 | + "@sentry/tracing": "7.24.2", |
| 29 | + "@sentry/types": "7.24.2", |
| 30 | + "@sentry/utils": "7.24.2", |
| 31 | + "@types/node": "^18.11.11", |
| 32 | + "@typescript-eslint/eslint-plugin": "5.46.0", |
| 33 | + "@typescript-eslint/parser": "5.46.0", |
| 34 | + "eslint": "8.29.0", |
| 35 | + "husky": "^8.0.2", |
| 36 | + "lerna": "^6.1.0", |
38 | 37 | "rimraf": "^3.0.2", |
39 | 38 | "stacktrace-parser": "^0.1.10", |
40 | 39 | "typescript": "~4.8.4" |
|
0 commit comments