chore: remove workspace prefix

This commit is contained in:
xiaojunnuo
2023-05-24 17:39:13 +08:00
parent cbccf1024b
commit d176ab4886
10 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -20,8 +20,8 @@
"author": "Greper",
"license": "MIT",
"dependencies": {
"@certd/acme-client": "workspace:^0.3.0",
"@certd/pipeline": "workspace:^0.3.0",
"@certd/acme-client": "^0.3.0",
"@certd/pipeline": "^0.3.0",
"@ant-design/colors": "^6.0.0",
"@ant-design/icons-vue": "^6.0.1",
"@fast-crud/fast-crud": "^1.13.8",
+3 -3
View File
@@ -22,9 +22,9 @@
},
"dependencies": {
"@alicloud/pop-core": "^1.7.12",
"@certd/pipeline": "workspace:^0.3.0",
"@certd/plugin-all": "workspace:^0.3.0",
"@certd/plugin-cert": "workspace:^0.3.0",
"@certd/pipeline": "^0.3.0",
"@certd/plugin-all": "^0.3.0",
"@certd/plugin-cert": "^0.3.0",
"@koa/cors": "^3.4.3",
"@midwayjs/bootstrap": "^3.9.1",
"@midwayjs/cache": "^3.9.0",