bkui-vue 0.0.2-beta.146 → 0.0.2-beta.148

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.
Files changed (1) hide show
  1. package/package.json +6 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.2-beta.146",
3
+ "version": "0.0.2-beta.148",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",
@@ -12,7 +12,10 @@
12
12
  "dist"
13
13
  ],
14
14
  "packageManager": "yarn@1.22.10",
15
- "sideEffects": false,
15
+ "sideEffects": [
16
+ "*.css",
17
+ "*.less"
18
+ ],
16
19
  "engines": {
17
20
  "node": ">=14.0.0"
18
21
  },
@@ -115,7 +118,7 @@
115
118
  "ts-node": "~10.9.1",
116
119
  "typescript": "~4.9.5",
117
120
  "uuid": "~9.0.1",
118
- "vite": "~4.4.7",
121
+ "vite": "5.1.4",
119
122
  "vite-plugin-vue-markdown": "~0.23.7",
120
123
  "vue": "~3.3.4",
121
124
  "vue-eslint-parser": "~9.3.1",