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 67a8d85 commit b4b1d87Copy full SHA for b4b1d87
package.json
@@ -116,7 +116,7 @@
116
"dotenv-cli": "^7.4.1",
117
"eslint": "^8",
118
"eslint-config-next": "15.0.3",
119
- "eslint-config-sentry-docs": "^1.118.0",
+ "eslint-config-sentry-docs": "^2.10.0",
120
"jest": "^29.5.0",
121
"jest-dom": "^4.0.0",
122
"jest-environment-jsdom": "^29.5.0",
@@ -129,8 +129,11 @@
129
"vitest": "^2.1.1",
130
"ws": "^8.17.1"
131
},
132
+ "resolutions": {
133
+ "strip-ansi": "6.0.1"
134
+ },
135
"volta": {
136
"node": "20.11.0",
137
"yarn": "1.22.21"
138
}
-}
139
+}
0 commit comments