|
16 | 16 | "plugin.watch": "npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios" |
17 | 17 | }, |
18 | 18 | "devDependencies": { |
19 | | - "@commitlint/cli": "^9.1.2", |
20 | | - "@commitlint/config-conventional": "^9.1.2", |
21 | | - "@nativescript/core": "6.3.2", |
22 | | - "@sentry/browser": "^5.22.3", |
23 | | - "@sentry/core": "^5.22.3", |
24 | | - "@sentry/hub": "^5.22.3", |
25 | | - "@sentry/integrations": "^5.22.3", |
26 | | - "@sentry/minimal": "^5.22.3", |
27 | | - "@sentry/types": "^5.22.3", |
28 | | - "@sentry/utils": "^5.22.3", |
29 | | - "@types/node": "^13.5.0", |
30 | | - "@typescript-eslint/eslint-plugin": "4.0.1", |
31 | | - "@typescript-eslint/parser": "4.0.1", |
32 | | - "eslint": "7.8.1", |
33 | | - "husky": "^4.2.5", |
| 19 | + "@commitlint/cli": "^11.0.0", |
| 20 | + "@commitlint/config-conventional": "^11.0.0", |
| 21 | + "@nativescript/core": "7.0.13", |
| 22 | + "@nativescript/types-ios": "7.0.4", |
| 23 | + "@nativescript/types-android": "7.0.4", |
| 24 | + "@sentry/browser": "^5.27.2", |
| 25 | + "@sentry/core": "^5.27.2", |
| 26 | + "@sentry/hub": "^5.27.2", |
| 27 | + "@sentry/integrations": "^5.27.2", |
| 28 | + "@sentry/minimal": "^5.27.2", |
| 29 | + "@sentry/types": "^5.27.2", |
| 30 | + "@sentry/utils": "^5.27.2", |
| 31 | + "@types/node": "^14.14.6", |
| 32 | + "@typescript-eslint/eslint-plugin": "4.6.0", |
| 33 | + "@typescript-eslint/parser": "4.6.0", |
| 34 | + "eslint": "7.12.1", |
| 35 | + "husky": "^4.3.0", |
34 | 36 | "lerna": "^3.22.1", |
35 | 37 | "npm-watch": "^0.7.0", |
36 | 38 | "prompt": "^1.0.0", |
37 | 39 | "rimraf": "^3.0.2", |
38 | 40 | "stacktrace-parser": "^0.1.10", |
39 | | - "tns-platform-declarations": "^6.5.15", |
40 | | - "typescript": "~4.0.2" |
| 41 | + "typescript": "~3.9.7" |
41 | 42 | }, |
42 | 43 | "repository": { |
43 | 44 | "type": "git", |
|
0 commit comments