Skip to content

Commit 8e0b6d0

Browse files
fix(deps): update all non-major dependencies
1 parent fc0eb20 commit 8e0b6d0

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@changesets/cli": "2.27.9",
5454
"@theguild/prettier-config": "2.0.7",
5555
"@types/jest": "29.5.14",
56-
"@types/node": "22.9.0",
56+
"@types/node": "22.9.1",
5757
"@typescript-eslint/eslint-plugin": "8.15.0",
5858
"@typescript-eslint/parser": "8.15.0",
5959
"babel-jest": "29.7.0",
@@ -75,7 +75,7 @@
7575
"lint-staged": "15.2.10",
7676
"patch-package": "8.0.0",
7777
"prettier": "3.3.3",
78-
"prettier-plugin-tailwindcss": "0.6.8",
78+
"prettier-plugin-tailwindcss": "0.6.9",
7979
"ts-jest": "29.2.5",
8080
"ts-node": "10.9.2",
8181
"typedoc": "0.25.13",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@theguild/tailwind-config": "0.5.0",
20-
"@types/node": "22.9.0",
20+
"@types/node": "22.9.1",
2121
"@types/react": "18.3.12",
2222
"typescript": "5.4.5"
2323
}

yarn.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,12 +1598,12 @@
15981598
dependencies:
15991599
giscus "^1.5.0"
16001600

1601-
"@graphql-tools/batch-delegate@^9.0.14":
1602-
version "9.0.14"
1603-
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-delegate/-/batch-delegate-9.0.14.tgz#82cc4d053f58024237ef6b0900fc670b10b96d88"
1604-
integrity sha512-MTskYAlz1qon2x4KFxttN/LWFOsLBWtVWA1v4jgv46hyPo0nDEiYwT0xjafoO/HI9rCYYdMwY/3BClxyHpPcmg==
1601+
"@graphql-tools/batch-delegate@^9.0.15":
1602+
version "9.0.15"
1603+
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-delegate/-/batch-delegate-9.0.15.tgz#665db7436318ee9ea13951e992c4c4d365cfb0f4"
1604+
integrity sha512-i61dH4dsIvOoNJQgvui0fprB0GhlljOfAasDEv9eSaxeA63SPVNT1pgjcXtRz5TbKYfj0KGMVsIIUbx7bRYNcg==
16051605
dependencies:
1606-
"@graphql-tools/delegate" "^10.1.2"
1606+
"@graphql-tools/delegate" "^10.1.3"
16071607
"@graphql-tools/utils" "^10.5.6"
16081608
dataloader "2.2.2"
16091609
tslib "^2.4.0"
@@ -1619,10 +1619,10 @@
16191619
tslib "^2.4.0"
16201620
value-or-promise "^1.0.12"
16211621

1622-
"@graphql-tools/delegate@^10.1.2":
1623-
version "10.1.2"
1624-
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-10.1.2.tgz#44f3f4ca502051fb1215779f433f57b42cf81931"
1625-
integrity sha512-2XXJdxjud0ROiKxIiieCx4SxzSjYNdCz1bVDrI6+nTFxV5kB15OnJU6jvom44kv+NJo4Dym5GOJNqlBEjxoFVA==
1622+
"@graphql-tools/delegate@^10.1.2", "@graphql-tools/delegate@^10.1.3":
1623+
version "10.1.3"
1624+
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-10.1.3.tgz#27eeafa8ef6a6256a85fd6de170d64713f004149"
1625+
integrity sha512-ISfHtAeUeNxcFSE+BG+1VLwEkvgIHJTg3gkVUqPUUw5laAmUw8vDpx4Z+eZ+V7TjlyZaekN5LQoJAmplY4vAJQ==
16261626
dependencies:
16271627
"@graphql-tools/batch-execute" "^9.0.6"
16281628
"@graphql-tools/executor" "^1.3.3"
@@ -1659,17 +1659,17 @@
16591659
value-or-promise "^1.0.12"
16601660

16611661
"@graphql-tools/stitch@^9.3.4":
1662-
version "9.3.4"
1663-
resolved "https://registry.yarnpkg.com/@graphql-tools/stitch/-/stitch-9.3.4.tgz#a23fefa4a5056ac25ec29ef582a32d34c028ab49"
1664-
integrity sha512-8+Co3HpJJiT8OIebhHIdU0NEMoFKXEC6mWoSi6K3yY7QP3xEowVngyqIFJUSQo3fKEb9t7jn1ZgSHevitKYlIw==
1662+
version "9.3.5"
1663+
resolved "https://registry.yarnpkg.com/@graphql-tools/stitch/-/stitch-9.3.5.tgz#ec38cffc667fd7f98cfe8b36423b05e66747ec3b"
1664+
integrity sha512-LGQgRYZwmkSJyVGiT8oQDWlS/Ak9NiaP0RYHEwWB3bZKg7lP/1ek1OCsgNMBeAfd8VlfOvzsmgAy/62VrZPKrA==
16651665
dependencies:
1666-
"@graphql-tools/batch-delegate" "^9.0.14"
1667-
"@graphql-tools/delegate" "^10.1.2"
1666+
"@graphql-tools/batch-delegate" "^9.0.15"
1667+
"@graphql-tools/delegate" "^10.1.3"
16681668
"@graphql-tools/executor" "^1.3.3"
16691669
"@graphql-tools/merge" "^9.0.9"
16701670
"@graphql-tools/schema" "^10.0.8"
16711671
"@graphql-tools/utils" "^10.5.6"
1672-
"@graphql-tools/wrap" "^10.0.16"
1672+
"@graphql-tools/wrap" "^10.0.17"
16731673
tslib "^2.4.0"
16741674
value-or-promise "^1.0.11"
16751675

@@ -1680,13 +1680,13 @@
16801680
dependencies:
16811681
tslib "^2.4.0"
16821682

1683-
"@graphql-tools/wrap@^10.0.16":
1684-
version "10.0.16"
1685-
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-10.0.16.tgz#5ce787fd1d7fa95e9f927898e68ea1f27c216464"
1686-
integrity sha512-O/sOoPCnG2tWfhfIeWLQMPS7ipzjMiVOxwhjOUD9DaQd39XFBD4Al/MmKNc2343ua7NyqMwdfgXQjqGH1LFlPA==
1683+
"@graphql-tools/wrap@^10.0.16", "@graphql-tools/wrap@^10.0.17":
1684+
version "10.0.17"
1685+
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-10.0.17.tgz#f120c8d00b29f3c8f8720d995a6844e22a03d524"
1686+
integrity sha512-VgPan0Pyt2ifSeBS5SN/agmiklstu9St+lP1tfADenTYzjiHM4EsJ1TbJF0k9ZPPsdrb+SgjbS+NUE6ouVNL8A==
16871687
dependencies:
1688-
"@graphql-tools/delegate" "^10.1.2"
1689-
"@graphql-tools/schema" "^10.0.8"
1688+
"@graphql-tools/delegate" "^10.1.3"
1689+
"@graphql-tools/schema" "^10.0.7"
16901690
"@graphql-tools/utils" "^10.5.6"
16911691
tslib "^2.4.0"
16921692
value-or-promise "^1.0.12"
@@ -3342,10 +3342,10 @@
33423342
"@types/node" "*"
33433343
form-data "^4.0.0"
33443344

3345-
"@types/node@*", "@types/node@22.9.0":
3346-
version "22.9.0"
3347-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.0.tgz#b7f16e5c3384788542c72dc3d561a7ceae2c0365"
3348-
integrity sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==
3345+
"@types/node@*", "@types/node@22.9.1":
3346+
version "22.9.1"
3347+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.1.tgz#bdf91c36e0e7ecfb7257b2d75bf1b206b308ca71"
3348+
integrity sha512-p8Yy/8sw1caA8CdRIQBG5tiLHmxtQKObCijiAa9Ez+d4+PRffM4054xbju0msf+cvhJpnFEeNjxmVT/0ipktrg==
33493349
dependencies:
33503350
undici-types "~6.19.8"
33513351

@@ -10424,10 +10424,10 @@ prettier-plugin-sh@^0.14.0:
1042410424
mvdan-sh "^0.10.1"
1042510425
sh-syntax "^0.4.1"
1042610426

10427-
prettier-plugin-tailwindcss@0.6.8:
10428-
version "0.6.8"
10429-
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.8.tgz#8a178e1679e3f941cc9de396f109c6cffea676d8"
10430-
integrity sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA==
10427+
prettier-plugin-tailwindcss@0.6.9:
10428+
version "0.6.9"
10429+
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.9.tgz#db84c32918eae9b44e5a5f0aa4d1249cc39fa739"
10430+
integrity sha512-r0i3uhaZAXYP0At5xGfJH876W3HHGHDp+LCRUJrs57PBeQ6mYHMwr25KH8NPX44F2yGTvdnH7OqCshlQx183Eg==
1043110431

1043210432
prettier@3.3.3:
1043310433
version "3.3.3"

0 commit comments

Comments
 (0)