We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2c1ed commit 00f6956Copy full SHA for 00f6956
pnpm-workspace.yaml
@@ -5,6 +5,16 @@ packages:
5
- "fixtures/*"
6
- "tools"
7
8
+# We update various dependencies on an infrequent recurring basis.
9
+# This table describes what is updated and how often.
10
+#
11
+# Process | Frequency | Notes
12
+# --------------------|---------------|---------------------------------------
13
+# DevTools update | Every quarter | Update our fork of Chrome DevTools
14
+# Esbuild update | Every quarter | Bump esbuild dependency in workers-sdk
15
+# Node update | Every 2 years | Bump node dependency in workers-sdk
16
+# Quick Editor update | Every quarter | Update VSCode dependency and patches
17
+
18
catalog:
19
"@types/node": "^20.17.32"
20
"@vitest/runner": ~3.1.1
0 commit comments