Skip to content

Commit ede1624

Browse files
armfazhthibmeu
authored andcommitted
Fixing version of dependencies.
1 parent efb82cb commit ede1624

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

examples/browser-extension/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@
2828
},
2929
"homepage": "https://github.com/cloudflareresearch/web-bot-auth#readme",
3030
"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"
31+
"@types/chrome": "0.0.326",
32+
"@types/libsodium-wrappers": "0.7.14",
33+
"crx": "5.0.1",
34+
"http-server": "14.1.1",
35+
"libsodium-wrappers": "0.7.15",
36+
"tsup": "8.5.0"
3637
}
3738
}

0 commit comments

Comments
 (0)