Skip to content

Commit a2ead29

Browse files
committed
Avoid using resolutions for packages as workarounds
1 parent d8dcc9d commit a2ead29

2 files changed

Lines changed: 11 additions & 416 deletions

File tree

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@
6060
"vitest": "4.0.18"
6161
},
6262
"resolutions": {
63-
"graphql": "16.13.1",
64-
"graphql-language-service-interface": "2.10.2",
65-
"ts-node": "10.9.2"
63+
"graphql": "16.13.1"
6664
},
6765
"lint-staged": {
6866
"packages/**/src/**/*.{ts,tsx}": [

0 commit comments

Comments
 (0)