Skip to content

Commit d3b0568

Browse files
committed
chore: change resolutions to overrides
1 parent e6a787c commit d3b0568

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,14 @@
163163
"eslint --fix"
164164
]
165165
},
166-
"resolutions": {
166+
"overrides": {
167167
"@isaacs/brace-expansion": "^5.0.1",
168-
"eslint/**/ajv": "^6.14.0",
169-
"@eslint/**/ajv": "^6.14.0",
168+
"eslint": {
169+
"ajv": "^6.14.0"
170+
},
171+
"@eslint/eslintrc": {
172+
"ajv": "^6.14.0"
173+
},
170174
"fast-xml-parser": "^5.3.6",
171175
"lodash": "^4.17.23",
172176
"qs": "^6.14.2",

0 commit comments

Comments
 (0)