Skip to content

Commit 4a623da

Browse files
committed
Force canary
1 parent 7f0eaa4 commit 4a623da

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"semantic-to-strict": "dist/cli/to-strict.js"
99
},
1010
"scripts": {
11-
"test": "node --test"
11+
"test": "node --test",
12+
"watch": "tsc --watch"
1213
},
1314
"repository": {
1415
"type": "git",
@@ -41,7 +42,7 @@
4142
"author": "Benjie Gillam <[email protected]>",
4243
"license": "MIT",
4344
"dependencies": {
44-
"graphql": "^16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a"
45+
"graphql": "16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a"
4546
},
4647
"devDependencies": {
4748
"@tsconfig/recommended": "^1.0.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
dependencies:
1515
undici-types "~6.19.2"
1616

17-
graphql@^16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a:
18-
version "16.9.0"
19-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f"
20-
integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==
17+
graphql@16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a:
18+
version "16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a"
19+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a.tgz#c5bbcdb258959b98352bcd9ea7f17790647113ae"
20+
integrity sha512-P8UYoxSUI1KGr9O5f+AMA3TuLYxOcELoQebxGrnVAIUHM6HCpiLDT+CylrBWEBmvcc7S0xRFRiwvgwzChzLTyQ==
2121

2222
prettier@^3.3.3:
2323
version "3.3.3"

0 commit comments

Comments
 (0)