liyu-pc-base 1.0.375 → 1.0.377
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -7
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "liyu-pc-base",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.377",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "vite build",
|
|
8
8
|
"build:watch": "vite build --watch --mode development",
|
|
@@ -150,11 +150,6 @@
|
|
|
150
150
|
"@vitejs/plugin-legacy": "^4.0.1",
|
|
151
151
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
152
152
|
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
153
|
-
"@vue/cli-plugin-babel": "~5.0.4",
|
|
154
|
-
"@vue/cli-plugin-eslint": "~5.0.4",
|
|
155
|
-
"@vue/cli-plugin-router": "~5.0.4",
|
|
156
|
-
"@vue/cli-plugin-typescript": "~5.0.4",
|
|
157
|
-
"@vue/cli-service": "~5.0.4",
|
|
158
153
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
159
154
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
160
155
|
"@vueuse/core": "^10.1.2",
|
|
@@ -238,6 +233,7 @@
|
|
|
238
233
|
"vue3-json-viewer": "2.2.2",
|
|
239
234
|
"vue3-ts-jsoneditor": "^2.11.2",
|
|
240
235
|
"xlsx": "^0.18.5",
|
|
241
|
-
"yarn": "^1.22.19"
|
|
236
|
+
"yarn": "^1.22.19",
|
|
237
|
+
"yorkie": "^2.0.0"
|
|
242
238
|
}
|
|
243
239
|
}
|