Skip to content

Commit dae5f05

Browse files
committed
chore deps update
1 parent ffb0efc commit dae5f05

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,28 @@
1616
"plugin.watch": "npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios"
1717
},
1818
"devDependencies": {
19-
"@commitlint/cli": "^8.3.5",
20-
"@commitlint/config-conventional": "^8.3.4",
19+
"@commitlint/cli": "^9.1.2",
20+
"@commitlint/config-conventional": "^9.1.2",
2121
"@nativescript/core": "6.3.2",
22-
"@sentry/browser": "^5.11.1",
23-
"@sentry/core": "^5.11.1",
24-
"@sentry/hub": "^5.11.1",
25-
"@sentry/integrations": "^5.11.1",
26-
"@sentry/minimal": "^5.11.1",
27-
"@sentry/types": "^5.11.0",
28-
"@sentry/utils": "^5.11.1",
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",
2929
"@types/node": "^13.5.0",
30-
"@typescript-eslint/eslint-plugin": "2.17.0",
31-
"@typescript-eslint/parser": "2.17.0",
32-
"eslint": "6.8.0",
33-
"husky": "^4.2.1",
34-
"lerna": "^3.20.2",
35-
"npm-watch": "^0.6.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",
34+
"lerna": "^3.22.1",
35+
"npm-watch": "^0.7.0",
3636
"prompt": "^1.0.0",
37-
"rimraf": "^3.0.0",
38-
"stacktrace-parser": "^0.1.8",
39-
"tns-platform-declarations": "^6.3.2",
40-
"typescript": "~3.7.5"
37+
"rimraf": "^3.0.2",
38+
"stacktrace-parser": "^0.1.10",
39+
"tns-platform-declarations": "^6.5.15",
40+
"typescript": "~4.0.2"
4141
},
4242
"repository": {
4343
"type": "git",

plugin/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
},
3030
"homepage": "https://github.com/Akylas/nativescript-akylas-sentry#readme",
3131
"dependencies": {
32-
"@sentry/browser": "^5.19.2",
33-
"@sentry/core": "^5.19.2",
34-
"@sentry/hub": "^5.19.2",
35-
"@sentry/integrations": "^5.19.2",
36-
"@sentry/minimal": "^5.19.2",
37-
"@sentry/types": "^5.19.2",
38-
"@sentry/utils": "^5.19.2",
32+
"@sentry/browser": "^5.22.3",
33+
"@sentry/core": "^5.22.3",
34+
"@sentry/hub": "^5.22.3",
35+
"@sentry/integrations": "^5.22.3",
36+
"@sentry/minimal": "^5.22.3",
37+
"@sentry/types": "^5.22.3",
38+
"@sentry/utils": "^5.22.3",
3939
"@sentry/wizard": "^1.1.4",
4040
"stacktrace-parser": "0.1.10"
4141
},

0 commit comments

Comments
 (0)