We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f8a2b commit 0c3a121Copy full SHA for 0c3a121
1 file changed
package.json
@@ -37,9 +37,9 @@
37
"@sentry/cli-linux-arm64": "2.53.0",
38
"@sentry/cli-linux-i686": "2.53.0",
39
"@sentry/cli-linux-x64": "2.53.0",
40
+ "@sentry/cli-win32-arm64": "2.53.0",
41
"@sentry/cli-win32-i686": "2.53.0",
- "@sentry/cli-win32-x64": "2.53.0",
42
- "@sentry/cli-win32-arm64": "2.53.0"
+ "@sentry/cli-win32-x64": "2.53.0"
43
},
44
"scripts": {
45
"postinstall": "node ./scripts/install.js",
@@ -66,6 +66,6 @@
66
"yarn": "1.22.19"
67
68
"overrides": {
69
- "baseline-browser-mapping": "!=2.8.2 && !=2.8.3"
+ "browserslist": "<4.26.0 || >4.26.0"
70
}
71
0 commit comments