Skip to content

Commit b4b1d87

Browse files
committed
bump eslint config, add resolution for eslint
1 parent 67a8d85 commit b4b1d87

File tree

2 files changed

+51
-149
lines changed

2 files changed

+51
-149
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"dotenv-cli": "^7.4.1",
117117
"eslint": "^8",
118118
"eslint-config-next": "15.0.3",
119-
"eslint-config-sentry-docs": "^1.118.0",
119+
"eslint-config-sentry-docs": "^2.10.0",
120120
"jest": "^29.5.0",
121121
"jest-dom": "^4.0.0",
122122
"jest-environment-jsdom": "^29.5.0",
@@ -129,8 +129,11 @@
129129
"vitest": "^2.1.1",
130130
"ws": "^8.17.1"
131131
},
132+
"resolutions": {
133+
"strip-ansi": "6.0.1"
134+
},
132135
"volta": {
133136
"node": "20.11.0",
134137
"yarn": "1.22.21"
135138
}
136-
}
139+
}

0 commit comments

Comments
 (0)