1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 23:15:28 +02:00

chore(hawk): fix hawk using the latest version (#255)

that supports ESM nodejs projects
This commit is contained in:
Peter Savchenko 2022-09-12 19:00:48 +03:00 committed by GitHub
parent 0aeab51286
commit ba40b4f3d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@
"dependencies": {
"@codexteam/shortcuts": "^1.2.0",
"@hawk.so/javascript": "^3.0.1",
"@hawk.so/nodejs": "^3.1.2",
"@hawk.so/nodejs": "^3.1.4",
"config": "^3.3.6",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",