3.5.1-dev

This commit is contained in:
Xu Chang 2024-03-29 18:55:33 +08:00
parent f013f93152
commit 8e54c9e71c
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@xuchangzju/oak-cli", "name": "@xuchangzju/oak-cli",
"version": "3.5.0", "version": "3.5.1",
"description": "client for oak framework", "description": "client for oak framework",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
@ -94,9 +94,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": "^3.5.0", "oak-backend-base": "file:../oak-backend-base",
"oak-domain": "^4.5.0", "oak-domain": "file:../oak-domain",
"oak-frontend-base": "^4.5.0", "oak-frontend-base": "file:../oak-frontend-base",
"postcss": "^8.4.4", "postcss": "^8.4.4",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",
"postcss-less": "^6.0.0", "postcss-less": "^6.0.0",