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 efb82cb commit ede1624Copy full SHA for ede1624
examples/browser-extension/package.json
@@ -28,10 +28,11 @@
28
},
29
"homepage": "https://github.com/cloudflareresearch/web-bot-auth#readme",
30
"devDependencies": {
31
- "@types/chrome": "^0.0.313",
32
- "@types/libsodium-wrappers": "^0.7.14",
33
- "crx": "^5.0.1",
34
- "http-server": "^14.1.1",
35
- "libsodium-wrappers": "^0.7.15"
+ "@types/chrome": "0.0.326",
+ "@types/libsodium-wrappers": "0.7.14",
+ "crx": "5.0.1",
+ "http-server": "14.1.1",
+ "libsodium-wrappers": "0.7.15",
36
+ "tsup": "8.5.0"
37
}
38
0 commit comments