Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
380 changes: 211 additions & 169 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"version": "npx changeset version"
},
"optionalDependencies": {
"bun": "1.3.0"
"bun": "1.3.1"
},
"devDependencies": {
"@apollo/client": "4.0.7",
"@babel/core": "7.28.4",
"@babel/core": "7.28.5",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-explicit-resource-management": "7.27.4",
"@babel/preset-env": "7.28.3",
"@babel/preset-env": "7.28.5",
"@babel/preset-typescript": "7.27.1",
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.29.7",
Expand All @@ -80,7 +80,7 @@
"graphql-yoga": "5.16.0",
"husky": "9.1.7",
"jest": "30.2.0",
"lint-staged": "16.2.5",
"lint-staged": "16.2.6",
"patch-package": "8.0.1",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.7.1",
Expand All @@ -98,7 +98,7 @@
"overrides": {
"cookie": "1.0.2",
"esbuild": "0.25.11",
"estree-util-value-to-estree": "3.4.1",
"estree-util-value-to-estree": "3.5.0",
"graphql": "16.11.0",
"react": "19.2.0",
"react-dom": "19.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-tag-pluck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@vue/compiler-sfc": "3.5.22",
"astrojs-compiler-sync": "1.1.1",
"content-tag": "4.0.0",
"svelte": "5.41.1",
"svelte": "5.41.3",
"svelte2tsx": "0.7.45"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@types/is-glob": "4.0.4",
"@types/micromatch": "4.0.9"
"@types/micromatch": "4.0.10"
},
"publishConfig": {
"directory": "dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/loaders/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
"@envelop/core": "5.3.2",
"@envelop/live-query": "9.0.0",
"@graphql-yoga/plugin-defer-stream": "3.16.0",
"@types/express": "5.0.3",
"@types/express": "5.0.4",
"@types/valid-url": "1.0.7",
"babel-loader": "10.0.0",
"express": "5.1.0",
"graphql-sse": "2.5.4",
"graphql-sse": "2.6.0",
"graphql-upload": "17.0.0",
"graphql-yoga": "5.16.0",
"puppeteer": "24.26.0",
"puppeteer": "24.26.1",
"subscriptions-transport-ws": "0.11.0",
"webpack": "5.102.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/resolvers-composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@types/lodash": "4.17.20",
"@types/micromatch": "4.0.9"
"@types/micromatch": "4.0.10"
},
"publishConfig": {
"directory": "dist",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"@theguild/tailwind-config": "0.6.4",
"@types/node": "24.9.1",
"@types/react": "19.2.2",
"estree-util-value-to-estree": "3.4.1",
"estree-util-value-to-estree": "3.5.0",
"pagefind": "^1.3.0",
"postcss": "8.5.6",
"postcss-import": "16.1.1",
"postcss-lightningcss": "1.0.2",
"tailwindcss": "3.4.18",
"typescript": "5.9.3",
"wrangler": "4.44.0"
"wrangler": "4.45.0"
}
}
Loading