4.0.31-dev

This commit is contained in:
Xu Chang 2025-12-10 18:11:04 +08:00
parent 52b3ed8d97
commit 22289f04d4
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@xuchangzju/oak-cli", "name": "@xuchangzju/oak-cli",
"version": "4.0.30", "version": "4.0.31",
"description": "client for oak framework", "description": "client for oak framework",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
@ -112,9 +112,9 @@
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.5.3", "mini-css-extract-plugin": "^2.5.3",
"node-watch": "^0.7.4", "node-watch": "^0.7.4",
"oak-backend-base": "^4.1.25", "oak-backend-base": "file:../oak-backend-base",
"oak-domain": "^5.1.31", "oak-domain": "file:../oak-domain",
"oak-frontend-base": "^5.3.43", "oak-frontend-base": "file:../oak-frontend-base",
"parse-asn1": "5.1.6", "parse-asn1": "5.1.6",
"postcss": "^8.4.4", "postcss": "^8.4.4",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",