Skip to content

Commit 0c3a121

Browse files
Fix?
1 parent 12f8a2b commit 0c3a121

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"@sentry/cli-linux-arm64": "2.53.0",
3838
"@sentry/cli-linux-i686": "2.53.0",
3939
"@sentry/cli-linux-x64": "2.53.0",
40+
"@sentry/cli-win32-arm64": "2.53.0",
4041
"@sentry/cli-win32-i686": "2.53.0",
41-
"@sentry/cli-win32-x64": "2.53.0",
42-
"@sentry/cli-win32-arm64": "2.53.0"
42+
"@sentry/cli-win32-x64": "2.53.0"
4343
},
4444
"scripts": {
4545
"postinstall": "node ./scripts/install.js",
@@ -66,6 +66,6 @@
6666
"yarn": "1.22.19"
6767
},
6868
"overrides": {
69-
"baseline-browser-mapping": "!=2.8.2 && !=2.8.3"
69+
"browserslist": "<4.26.0 || >4.26.0"
7070
}
7171
}

0 commit comments

Comments
 (0)