Skip to content

Commit a298225

Browse files
committed
devDependencies
1 parent 49d70e5 commit a298225

5 files changed

Lines changed: 388 additions & 488 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"eslint": "^10.0.3",
3333
"tinybench": "^6.0.0",
3434
"typescript": "^5.9.3",
35-
"typescript-eslint": "^8.57.0"
35+
"typescript-eslint": "^8.57.1"
3636
}
3737
}

packages/bridge-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@stackables/bridge-stdlib": "workspace:*"
2929
},
3030
"devDependencies": {
31-
"@graphql-tools/executor-http": "^3.1.0",
31+
"@graphql-tools/executor-http": "^3.1.1",
3232
"@stackables/bridge-parser": "workspace:*",
3333
"@types/node": "^25.5.0",
3434
"graphql": "16.13.1",

packages/docs-site/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
"@astrojs/starlight": "^0.37.6",
1616
"@catppuccin/starlight": "^1.1.1",
1717
"@stackables/bridge-playground": "workspace:*",
18-
"@tailwindcss/vite": "4.2.1",
18+
"@tailwindcss/vite": "4.2.2",
1919
"astro": "^5.18.0",
2020
"react": "^19.2.4",
2121
"react-dom": "^19.2.4",
2222
"sharp": "^0.34.5",
23-
"tailwindcss": "4.2.1"
23+
"tailwindcss": "4.2.2"
2424
},
2525
"devDependencies": {
26-
"@astrojs/check": "^0.9.6",
26+
"@astrojs/check": "^0.9.8",
2727
"@types/node": "^25.3.3",
2828
"@types/react": "^19.2.14",
2929
"@types/react-dom": "^19.2.3",
3030
"@yeskunall/astro-umami": "^0.0.7",
3131
"typescript": "^5.9.3",
32-
"wrangler": "^4.70.0"
32+
"wrangler": "^4.75.0"
3333
}
3434
}

packages/playground/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"dependencies": {
1717
"@codemirror/autocomplete": "^6.20.1",
1818
"@codemirror/commands": "^6.10.3",
19+
"@codemirror/lang-javascript": "^6.2.2",
1920
"@codemirror/lang-json": "^6.0.2",
2021
"@codemirror/language": "^6.12.2",
21-
"@codemirror/lang-javascript": "^6.2.2",
2222
"@codemirror/lint": "^6.9.5",
2323
"@codemirror/state": "^6.6.0",
2424
"@codemirror/view": "^6.40.0",
@@ -41,16 +41,16 @@
4141
"tailwind-merge": "3.5.0"
4242
},
4343
"devDependencies": {
44-
"@cloudflare/vite-plugin": "^1.28.0",
45-
"@cloudflare/workers-types": "^4.20260313.1",
46-
"@tailwindcss/vite": "4.2.1",
44+
"@cloudflare/vite-plugin": "^1.29.1",
45+
"@cloudflare/workers-types": "^4.20260317.1",
46+
"@tailwindcss/vite": "4.2.2",
4747
"@types/node": "^25.5.0",
4848
"@types/react": "^19.2.14",
4949
"@types/react-dom": "^19.2.3",
5050
"@vitejs/plugin-react": "^6.0.1",
51-
"tailwindcss": "4.2.1",
51+
"tailwindcss": "4.2.2",
5252
"typescript": "^5.9.3",
53-
"vite": "^8.0.0",
54-
"wrangler": "^4.73.0"
53+
"vite": "^8.0.1",
54+
"wrangler": "^4.75.0"
5555
}
5656
}

0 commit comments

Comments
 (0)