Skip to content

Commit 58431de

Browse files
committed
chore: package.json
1 parent f5eb1bb commit 58431de

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

package.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"name": "@nativescript-community/sentry",
32
"version": "1.0.0",
43
"scripts": {
54
"tsc": "cp src/wrapper.d.ts plugin && tsc -skipLibCheck",
@@ -17,24 +16,24 @@
1716
"plugin.watch": "npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios"
1817
},
1918
"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",
3837
"rimraf": "^3.0.2",
3938
"stacktrace-parser": "^0.1.10",
4039
"typescript": "~4.8.4"

0 commit comments

Comments
 (0)