-
- Downloads
Bump wax version
parent
d4a6ccdb
No related branches found
No related tags found
... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
"scripts": { | "scripts": { | ||
"lint": "npm run lint-ci -- --fix", | "lint": "npm run lint-ci -- --fix", | ||
"lint-ci": "eslint --max-warnings=0", | "lint-ci": "eslint --max-warnings=0", | ||
"postinstall": "ls-engines && husky", | "prebuild": "ls-engines && husky", | ||
"build": "tsc", | "build": "tsc", | ||
"postbuild": "rollup -c", | "postbuild": "rollup -c", | ||
"pretest": "playwright install chromium", | "pretest": "playwright install chromium", | ||
... | @@ -66,7 +66,7 @@ | ... | @@ -66,7 +66,7 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@hiveio/beekeeper": "1.27.6-rc4", | "@hiveio/beekeeper": "1.27.6-rc4", | ||
"@hiveio/wax": "1.27.6-rc6-stable.241219120852" | "@hiveio/wax": "1.27.6-rc6-250109101012" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | ... |
Please register or sign in to comment