diff --git a/examples/package.json b/examples/package.json index 096f80ff..cb3dfb64 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,50 +1,50 @@ -{ - "name": "examples", - "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": { - "dev": "vite", - "build": "vite build", - "serve": "pnpm build && vite preview" - }, - "keywords": [], - "author": "ansgoo", - "license": "Apache-2.0", - "dependencies": { - "@codemirror/commands": "^6.3.0", - "@codemirror/lang-javascript": "^6.2.1", - "@codemirror/lang-json": "^6.0.1", - "@codemirror/state": "^6.3.1", - "@codemirror/theme-one-dark": "^6.1.2", - "@codemirror/view": "^6.22.0", - "axios": "^0.23.0", - "codemirror": "^6.0.1", - "lodash-es": "^4.17.21", - "mitt": "^3.0.1", - "naive-ui": "^2.36.0", - "nprogress": "^0.2.0", - "pinia": "^2.1.7", - "vue": "^3.3.8", - "vue-codemirror": "^6.1.1", - "vue-router": "^4.2.5", - "@open-data-v/base":"workspace:*", - "@open-data-v/ui":"workspace:*", - "@open-data-v/data":"^0.0.2", - "@open-data-v/scripts":"^0.0.2", - "@open-data-v/designer":"workspace:*" - }, - "devDependencies": { - "@types/codemirror": "^5.60.13", - "@types/lodash-es": "^4.17.11", - "@types/nprogress": "^0.2.3", - "vite": "^4.5.0", - "vite-plugin-dts": "^3.7.2", - "vite-plugin-mock": "^2.9.8", - "@vitejs/plugin-vue": "^4.5.0", - "@vitejs/plugin-vue-jsx": "^3.1.0", - "tailwindcss": "^3.3.5", - "vue-eslint-parser": "^7.11.0", - "vue-tsc": "^1.8.22" - } +{ + "name": "examples", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "dev": "vite", + "build": "vite build", + "serve": "pnpm build && vite preview" + }, + "keywords": [], + "author": "ansgoo", + "license": "Apache-2.0", + "dependencies": { + "@codemirror/commands": "^6.3.0", + "@codemirror/lang-javascript": "^6.2.1", + "@codemirror/lang-json": "^6.0.1", + "@codemirror/state": "^6.3.1", + "@codemirror/theme-one-dark": "^6.1.2", + "@codemirror/view": "^6.22.0", + "axios": "^0.23.0", + "codemirror": "^6.0.1", + "lodash-es": "^4.17.21", + "mitt": "^3.0.1", + "naive-ui": "^2.36.0", + "nprogress": "^0.2.0", + "pinia": "^2.1.7", + "vue": "^3.3.8", + "vue-codemirror": "^6.1.1", + "vue-router": "^4.2.5", + "@open-data-v/base":"workspace:*", + "@open-data-v/ui":"workspace:*", + "@open-data-v/data":"workspace:*", + "@open-data-v/scripts":"workspace:*", + "@open-data-v/designer":"workspace:*" + }, + "devDependencies": { + "@types/codemirror": "^5.60.13", + "@types/lodash-es": "^4.17.11", + "@types/nprogress": "^0.2.3", + "vite": "^4.5.0", + "vite-plugin-dts": "^3.7.2", + "vite-plugin-mock": "^2.9.8", + "@vitejs/plugin-vue": "^4.5.0", + "@vitejs/plugin-vue-jsx": "^3.1.0", + "tailwindcss": "^3.3.5", + "vue-eslint-parser": "^7.11.0", + "vue-tsc": "^1.8.22" + } } \ No newline at end of file diff --git a/examples/tailwind.config.js b/examples/tailwind.config.js index a5d3438b..ccef11b3 100644 --- a/examples/tailwind.config.js +++ b/examples/tailwind.config.js @@ -4,10 +4,10 @@ module.exports = { darkMode: 'class', mode: 'jit', content: [ - // '../packages/data/src/**/*.{vue,ts,tsx}', + '../packages/data/src/**/*.{vue,ts,tsx}', '../packages/designer/src/**/*.{vue,ts,tsx}', - // '../packages/scripts/src**/*.{vue,ts,tsx}', - // '../packages/ui/src/**/*.{vue,ts,tsx}', + '../packages/scripts/src**/*.{vue,ts,tsx}', + '../packages/ui/src/**/*.{vue,ts,tsx}', './src/**/*.{vue,ts,tsx}', '!../resource/**/node_modules/**', '../resource/**/*.{vue,ts,tsx}', diff --git a/packages/base/package.json b/packages/base/package.json index f702a419..0445e33a 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@open-data-v/base", - "version": "0.0.2", + "version": "0.0.3", "description": "OpenDataV 公共基础包", "keywords": [ "open-data-v", diff --git a/packages/data/package.json b/packages/data/package.json index 7398f1e1..068400d9 100644 --- a/packages/data/package.json +++ b/packages/data/package.json @@ -1,6 +1,6 @@ { "name": "@open-data-v/data", - "version": "0.0.2", + "version": "0.0.3", "description": "OpenDataV 数据处理基础组件包", "keywords": [ "open-data-v", diff --git a/packages/designer/package.json b/packages/designer/package.json index 50aa64f6..3bd9ab88 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@open-data-v/designer", - "version": "0.0.2", + "version": "0.0.3", "description": "OpenDataV 是一个基于Vue3的拖拽式、可视化、低代码数据可视化大屏应用基础组件包", "keywords": [ "open-data-v", diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 0c69e6c4..5be2770a 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@open-data-v/scripts", - "version": "0.0.2", + "version": "0.0.3", "description": "OpenDataV 脚本基础包", "keywords": [ "open-data-v", diff --git a/packages/ui/package.json b/packages/ui/package.json index 36d32788..4483dcc7 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@open-data-v/ui", - "version": "0.0.2", + "version": "0.0.3", "description": "OpenDataV UI基础包", "keywords": [ "open-data-v", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 54b148ad..9a16db3c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,9 +102,9 @@ importers: '@codemirror/theme-one-dark': ^6.1.2 '@codemirror/view': ^6.22.0 '@open-data-v/base': workspace:* - '@open-data-v/data': ^0.0.2 + '@open-data-v/data': workspace:* '@open-data-v/designer': workspace:* - '@open-data-v/scripts': ^0.0.2 + '@open-data-v/scripts': workspace:* '@open-data-v/ui': workspace:* '@types/codemirror': ^5.60.13 '@types/lodash-es': ^4.17.11