This commit is contained in:
xiaojunnuo
2023-05-24 17:39:40 +08:00
parent d176ab4886
commit 5950e1cae7
12 changed files with 70 additions and 71 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@fast-crud/fs-admin-antdv",
"version": "1.9.2",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
@@ -20,10 +20,10 @@
"author": "Greper",
"license": "MIT",
"dependencies": {
"@certd/acme-client": "^0.3.0",
"@certd/pipeline": "^0.3.0",
"@ant-design/colors": "^6.0.0",
"@ant-design/icons-vue": "^6.0.1",
"@certd/acme-client": "^1.0.0",
"@certd/pipeline": "^1.0.0",
"@fast-crud/fast-crud": "^1.13.8",
"@fast-crud/fast-extends": "^1.13.8",
"@fast-crud/ui-antdv": "^1.13.8",
@@ -44,9 +44,9 @@
"dayjs": "^1.11.7",
"deepdash-es": "5.3.5",
"highlight.js": "^11.7.0",
"humanize-duration": "^3.27.3",
"lodash": "^4.17.15",
"mitt": "^3.0.0",
"humanize-duration": "^3.27.3",
"nanoid": "^4.0.0",
"nprogress": "^0.2.0",
"object-assign": "^4.1.1",
+5 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@fast-crud/fs-server-js",
"version": "0.2.0",
"version": "1.0.0",
"description": "fast-server base midway",
"private": true,
"scripts": {
@@ -22,19 +22,19 @@
},
"dependencies": {
"@alicloud/pop-core": "^1.7.12",
"@certd/pipeline": "^0.3.0",
"@certd/plugin-all": "^0.3.0",
"@certd/plugin-cert": "^0.3.0",
"@certd/pipeline": "^1.0.0",
"@certd/plugin-all": "^1.0.0",
"@certd/plugin-cert": "^1.0.0",
"@koa/cors": "^3.4.3",
"@midwayjs/bootstrap": "^3.9.1",
"@midwayjs/cache": "^3.9.0",
"@midwayjs/core": "^3.9.0",
"@midwayjs/decorator": "^3.9.0",
"@midwayjs/i18n": "^3.9.0",
"@midwayjs/koa": "^3.9.0",
"@midwayjs/logger": "^2.17.0",
"@midwayjs/typeorm": "^3.9.5",
"@midwayjs/validate": "^3.9.0",
"@midwayjs/i18n": "^3.9.0",
"@types/cache-manager": "^3.4.3",
"cache-manager": "^3.6.3",
"dayjs": "^1.11.7",
@@ -68,7 +68,6 @@
"engines": {
"node": ">=12.0.0"
},
"midway-bin-clean": [
".vscode/.tsbuildinfo",
"dist"