Skip to content

Commit

Permalink
Merge pull request #131 from AnsGoo/dev-lib
Browse files Browse the repository at this point in the history
fix: #129 修复了0.0.3版本依赖异常
  • Loading branch information
AnsGoo authored May 10, 2024
2 parents 27e504a + 332a910 commit 23e1642
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-data-v/base",
"version": "0.0.3",
"version": "0.0.4",
"description": "OpenDataV 公共基础包",
"keywords": [
"open-data-v",
Expand Down
6 changes: 3 additions & 3 deletions packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-data-v/data",
"version": "0.0.3",
"version": "0.0.4",
"description": "OpenDataV 数据处理基础组件包",
"keywords": [
"open-data-v",
Expand Down Expand Up @@ -28,8 +28,8 @@
"./style": "./es/style.css"
},
"dependencies": {
"@open-data-v/base": "workspace:*",
"@open-data-v/ui": "workspace:*",
"@open-data-v/base": "^0.0.4",
"@open-data-v/ui": "^0.0.4",
"lodash-es": "^4.17.21"
},
"peerDependencies ": {
Expand Down
6 changes: 3 additions & 3 deletions packages/designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-data-v/designer",
"version": "0.0.3",
"version": "0.0.4",
"description": "OpenDataV 是一个基于Vue3的拖拽式、可视化、低代码数据可视化大屏应用基础组件包",
"keywords": [
"open-data-v",
Expand Down Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/AnsGoo/openDataV.git"
},
"dependencies": {
"@open-data-v/base": "workspace:*",
"@open-data-v/ui": "workspace:*",
"@open-data-v/base": "^0.0.4",
"@open-data-v/ui": "^0.0.4",
"@vicons/utils": "^0.1.4",
"dexie": "^3.2.5",
"lodash-es": "^4.17.21"
Expand Down
6 changes: 3 additions & 3 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-data-v/scripts",
"version": "0.0.3",
"version": "0.0.4",
"description": "OpenDataV 脚本基础包",
"keywords": [
"open-data-v",
Expand Down Expand Up @@ -32,9 +32,9 @@
"./style": "./es/style.css"
},
"dependencies": {
"@open-data-v/base": "workspace:*",
"@open-data-v/base": "^0.0.4",
"lodash-es": "^4.17.21",
"@open-data-v/ui": "workspace:*"
"@open-data-v/ui": "^0.0.4"
},
"peerDependencies ": {
"vue": "^3.3.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-data-v/ui",
"version": "0.0.3",
"version": "0.0.4",
"description": "OpenDataV UI基础包",
"keywords": [
"open-data-v",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@ctrl/tinycolor": "^4.0.3",
"lodash-es": "^4.17.21",
"@open-data-v/base":"workspace:*"
"@open-data-v/base":"^0.0.4"
},
"sideEffects": false,
"peerDependencies ": {
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23e1642

Please sign in to comment.