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 46fa33c commit 4fe5b18Copy full SHA for 4fe5b18
cspell.config.yaml
@@ -22,3 +22,4 @@ words:
22
- kyoshino
23
- singleline
24
- Sveltia
25
+ - workerd
package.json
@@ -15,17 +15,18 @@
15
},
16
"devDependencies": {
17
"@types/node": "^24.3.0",
18
- "cspell": "^9.2.0",
+ "cspell": "^9.2.1",
19
"eslint": "^8.57.1",
20
"eslint-config-airbnb-base": "^15.0.0",
21
"eslint-config-prettier": "^10.1.8",
- "eslint-plugin-jsdoc": "^54.1.1",
+ "eslint-plugin-jsdoc": "^54.2.1",
"prettier": "^3.6.2",
- "wrangler": "4.32.0"
+ "wrangler": "4.33.2"
26
"pnpm": {
27
"onlyBuiltDependencies": [
28
- "esbuild"
+ "esbuild",
29
+ "workerd"
30
],
31
"overrides": {
32
"esbuild@<=0.24.2": ">=0.25.0"
0 commit comments