Skip to content

Commit

Permalink
vsce deps
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Oct 3, 2024
1 parent 5e0df56 commit 6fd3a45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions packages/cloudflare-workers-bindings-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"package": "pnpm run check-types && pnpm run lint && node esbuild.js --production",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "pnpm run compile-tests && pnpm run compile && pnpm run lint",
"test": "vscode-test",
"check-types": "tsc --noEmit",
"lint": "eslint src --ext ts",
"build": "vsce package"
Expand Down Expand Up @@ -103,6 +101,10 @@
}
},
"activationEvents": [],
"dependencies": {
"cloudflare": "^3.5.0",
"undici": "^5.28.4"
},
"devDependencies": {
"@types/mocha": "^10.0.7",
"@types/node": "20.x",
Expand All @@ -120,12 +122,11 @@
"engines": {
"vscode": "^1.92.0"
},
"vsce": {
"dependencies": false
},
"workers-sdk": {
"prerelease": true,
"type": "extension"
},
"dependencies": {
"cloudflare": "^3.5.0",
"undici": "^5.28.4"
}
}
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6fd3a45

Please sign in to comment.