Skip to content

Commit b5c4d53

Browse files
committed
fix: missing dependency
1 parent 40fa856 commit b5c4d53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
]
5858
},
5959
"dependencies": {
60-
"@nativescript-community/arraybuffers": "^1.0.1"
60+
"@nativescript-community/arraybuffers": "^1.1.5"
6161
},
6262
"workspaces": [
6363
"plugin",

plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"url": "https://github.com/nativescript-community/sentry"
3333
},
3434
"dependencies": {
35+
"@nativescript-community/arraybuffers": "^1.1.5",
3536
"@sentry/browser": "^7.88.0",
3637
"@sentry/core": "^7.88.0",
3738
"@sentry/hub": "^7.88.0",

0 commit comments

Comments
 (0)