Skip to content

Commit 7351c85

Browse files
fix(deps): pin dependencies (dotansimha#8090)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9824121 commit 7351c85

File tree

2 files changed

+16
-54
lines changed

2 files changed

+16
-54
lines changed

examples/programmatic-typescript/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"@graphql-codegen/typescript": "*",
1414
"@graphql-codegen/typescript-operations": "*",
1515
"@graphql-codegen/typescript-resolvers": "*",
16-
"@graphql-tools/graphql-file-loader": "^7.4.0",
17-
"@graphql-tools/load": "^7.7.0",
18-
"@graphql-tools/schema": "^8.5.0",
19-
"graphql": "^15.5.1",
16+
"@graphql-tools/graphql-file-loader": "7.4.0",
17+
"@graphql-tools/load": "7.7.0",
18+
"@graphql-tools/schema": "8.5.0",
19+
"graphql": "16.5.0",
2020
"graphql-tag": "^2.12.5",
21-
"prettier": "^2.3.2"
21+
"prettier": "2.7.1"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^16.4.10",
25-
"tsup": "^4.12.5"
24+
"@types/node": "16.11.43",
25+
"tsup": "4.14.0"
2626
}
2727
}

yarn.lock

Lines changed: 9 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2301,7 +2301,7 @@
23012301
sync-fetch "0.4.1"
23022302
tslib "^2.4.0"
23032303

2304-
"@graphql-tools/graphql-file-loader@^7.3.7", "@graphql-tools/graphql-file-loader@^7.4.0":
2304+
"@graphql-tools/graphql-file-loader@7.4.0", "@graphql-tools/graphql-file-loader@^7.3.7", "@graphql-tools/graphql-file-loader@^7.4.0":
23052305
version "7.4.0"
23062306
resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.4.0.tgz#c06e36248dd6a2025de65a1cfce03222ad0e74c2"
23072307
integrity sha512-r1lslE5GlWO/nbDX82enHjvva7qQiZEIPm+LC9JSgKaYuVoYHuIuIAVYkpBHeaRK1Kbh/86pEhL7PuBZ/cIWSA==
@@ -2357,7 +2357,7 @@
23572357
unixify "1.0.0"
23582358
valid-url "1.0.9"
23592359

2360-
"@graphql-tools/load@^7.5.5", "@graphql-tools/load@^7.7.0":
2360+
"@graphql-tools/load@7.7.0", "@graphql-tools/load@^7.5.5", "@graphql-tools/load@^7.7.0":
23612361
version "7.7.0"
23622362
resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-7.7.0.tgz#668f70f09bc1c34b87c3267853cf73451897a22e"
23632363
integrity sha512-6KX7Z8BtlFScDr0pIac92QZWlPGbHcpNMesX/6Y3Vsp3FeFnAYfzZldXZQcJoW7Yl+gHdFwYVq683wSH64kNrw==
@@ -2851,7 +2851,7 @@
28512851
globby "^11.0.0"
28522852
read-yaml-file "^1.1.0"
28532853

2854-
2854+
"@mdx-js/[email protected]", "@mdx-js/mdx@^2.0.0", "@mdx-js/mdx@^2.1.0", "@mdx-js/mdx@^2.1.1":
28552855
version "2.1.1"
28562856
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-2.1.1.tgz#6d8b9b75456d7685a52c3812b1c3e4830c7458fb"
28572857
integrity sha512-SXC18cChut3F2zkVXwsb2no0fzTQ1z6swjK13XwFbF5QU/SFQM0orAItPypSdL3GvqYyzVJtz8UofzJhPEQtMw==
@@ -2874,29 +2874,6 @@
28742874
unist-util-visit "^4.0.0"
28752875
vfile "^5.0.0"
28762876

2877-
"@mdx-js/mdx@^2.0.0", "@mdx-js/mdx@^2.1.0", "@mdx-js/mdx@^2.1.1":
2878-
version "2.1.2"
2879-
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-2.1.2.tgz#d13fb811809fda37967dc0eebd5bb36adce89a81"
2880-
integrity sha512-ASN1GUH0gXsgJ2UD/Td7FzJo1SwFkkQ5V1i9at5o/ROra7brkyMcBsotsOWJWRzmXZaLw2uXWn4aN8B3PMNFMA==
2881-
dependencies:
2882-
"@types/estree-jsx" "^0.0.1"
2883-
"@types/mdx" "^2.0.0"
2884-
astring "^1.6.0"
2885-
estree-util-build-jsx "^2.0.0"
2886-
estree-util-is-identifier-name "^2.0.0"
2887-
estree-walker "^3.0.0"
2888-
hast-util-to-estree "^2.0.0"
2889-
markdown-extensions "^1.0.0"
2890-
periscopic "^3.0.0"
2891-
remark-mdx "^2.0.0"
2892-
remark-parse "^10.0.0"
2893-
remark-rehype "^10.0.0"
2894-
unified "^10.0.0"
2895-
unist-util-position-from-estree "^1.0.0"
2896-
unist-util-stringify-position "^3.0.0"
2897-
unist-util-visit "^4.0.0"
2898-
vfile "^5.0.0"
2899-
29002877
"@mdx-js/react@^2.0.0", "@mdx-js/react@^2.1.0":
29012878
version "2.1.2"
29022879
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.1.2.tgz#02972f170cd3ad9113ce448245c5f636bb3e750d"
@@ -3999,7 +3976,7 @@
39993976
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
40003977
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
40013978

4002-
"@types/node@*", "@types/[email protected]", "@types/node@^16.4.10", "@types/node@^16.9.2":
3979+
"@types/node@*", "@types/[email protected]", "@types/node@^16.9.2":
40033980
version "16.11.43"
40043981
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.43.tgz#555e5a743f76b6b897d47f945305b618525ddbe6"
40053982
integrity sha512-GqWykok+3uocgfAJM8imbozrqLnPyTrpFlrryURQlw1EesPUCx5XxTiucWDSFF9/NUEXDuD4bnvHm8xfVGWTpQ==
@@ -8393,7 +8370,7 @@ graphql-ws@^5.4.1:
83938370
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.9.1.tgz#9c0fa48ceb695d61d574ed3ab21b426729e87f2d"
83948371
integrity sha512-mL/SWGBwIT9Meq0NlfS55yXXTOeWPMbK7bZBEZhFu46bcGk1coTx2Sdtzxdk+9yHWngD+Fk1PZDWaAutQa9tpw==
83958372

8396-
[email protected], graphql@^15.5.1, graphql@^16.0.0:
8373+
[email protected], graphql@^16.0.0:
83978374
version "16.5.0"
83988375
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.5.0.tgz#41b5c1182eaac7f3d47164fb247f61e4dfb69c85"
83998376
integrity sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==
@@ -10092,16 +10069,11 @@ levn@~0.3.0:
1009210069
prelude-ls "~1.1.2"
1009310070
type-check "~0.3.2"
1009410071

10095-
10072+
[email protected], lilconfig@^2.0.3, lilconfig@^2.0.5:
1009610073
version "2.0.5"
1009710074
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.5.tgz#19e57fd06ccc3848fd1891655b5a447092225b25"
1009810075
integrity sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==
1009910076

10100-
lilconfig@^2.0.3, lilconfig@^2.0.5:
10101-
version "2.0.6"
10102-
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.6.tgz#32a384558bd58af3d4c6e077dd1ad1d397bc69d4"
10103-
integrity sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==
10104-
1010510077
lines-and-columns@^1.1.6:
1010610078
version "1.2.4"
1010710079
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
@@ -12452,7 +12424,7 @@ [email protected]:
1245212424
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.11.tgz#6112da68d9d022b7f896d35c070464931c99c35f"
1245312425
integrity sha512-a28+1jvpIZQdZ/W97wOXb6VqI762MKE/TxMMuibMEHhyYsSxQA8Ek30KObd5kJI2HF1ldtSYprFayXJXi3pz8Q==
1245412426

12455-
[email protected], prettier@^1.19.1, prettier@^2.3.2:
12427+
[email protected], prettier@^1.19.1:
1245612428
version "2.7.1"
1245712429
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
1245812430
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
@@ -14507,7 +14479,7 @@ tslib@~2.3.0:
1450714479
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
1450814480
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
1450914481

14510-
tsup@^4.12.5:
14482+
tsup@4.14.0:
1451114483
version "4.14.0"
1451214484
resolved "https://registry.yarnpkg.com/tsup/-/tsup-4.14.0.tgz#3e2f602d8446041b48fcb557904a709c0fcec981"
1451314485
integrity sha512-77rWdzhikTP9mQ34XMRzK83tw++LF6f4ox/HNERlgesB7g6g5VQ1iJlueG9O0P9HAZGVKavUwyoZv0+322p6rg==
@@ -15066,7 +15038,7 @@ vfile-message@^3.0.0:
1506615038
"@types/unist" "^2.0.0"
1506715039
unist-util-stringify-position "^3.0.0"
1506815040

15069-
15041+
[email protected], vfile@^5.0.0, vfile@^5.3.0:
1507015042
version "5.3.2"
1507115043
resolved "https://registry.yarnpkg.com/vfile/-/vfile-5.3.2.tgz#b499fbc50197ea50ad3749e9b60beb16ca5b7c54"
1507215044
integrity sha512-w0PLIugRY3Crkgw89TeMvHCzqCs/zpreR31hl4D92y6SOE07+bfJe+dK5Q2akwS+i/c801kzjoOr9gMcTe6IAA==
@@ -15076,16 +15048,6 @@ [email protected]:
1507615048
unist-util-stringify-position "^3.0.0"
1507715049
vfile-message "^3.0.0"
1507815050

15079-
vfile@^5.0.0, vfile@^5.3.0:
15080-
version "5.3.4"
15081-
resolved "https://registry.yarnpkg.com/vfile/-/vfile-5.3.4.tgz#bbb8c96b956693bbf70b2c67fdb5781dff769b93"
15082-
integrity sha512-KI+7cnst03KbEyN1+JE504zF5bJBZa+J+CrevLeyIMq0aPU681I2rQ5p4PlnQ6exFtWiUrg26QUdFMnAKR6PIw==
15083-
dependencies:
15084-
"@types/unist" "^2.0.0"
15085-
is-buffer "^2.0.0"
15086-
unist-util-stringify-position "^3.0.0"
15087-
vfile-message "^3.0.0"
15088-
1508915051
vm-browserify@^1.1.2:
1509015052
version "1.1.2"
1509115053
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"

0 commit comments

Comments
 (0)