3.3.1-dev

This commit is contained in:
Xu Chang 2024-02-20 17:46:57 +08:00
parent 8bb8e35f9d
commit 38790ecb1d
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@xuchangzju/oak-cli",
"version": "3.3.0",
"version": "3.3.1",
"description": "client for oak framework",
"main": "lib/index.js",
"scripts": {
@ -94,9 +94,9 @@
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.5.3",
"node-watch": "^0.7.4",
"oak-backend-base": "^3.3.0",
"oak-domain": "^4.2.0",
"oak-frontend-base": "^4.2.0",
"oak-backend-base": "file:../oak-backend-base",
"oak-domain": "file:../oak-domain",
"oak-frontend-base": "file:../oak-frontend-base",
"postcss": "^8.4.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-less": "^6.0.0",