@sunny-base-web/effects 0.8.36 → 0.8.37

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 +32 -39
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunny-base-web/effects",
3
- "version": "0.8.36",
3
+ "version": "0.8.37",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist"
@@ -9,64 +9,57 @@
9
9
  "module": "./dist/index.mjs",
10
10
  "types": "./dist/index.d.ts",
11
11
  "exports": {
12
- ".": "./src/index.ts",
13
- "./style.css": "./src/style.css"
14
- },
15
- "scripts": {
16
- "build": "vite build",
17
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
12
+ ".": {
13
+ "types": "./dist/index.d.ts",
14
+ "import": "./dist/index.mjs",
15
+ "require": "./dist/index.js"
16
+ },
17
+ "./style.css": "./dist/effects.css"
18
18
  },
19
19
  "dependencies": {
20
- "@arco-design/web-vue": "catalog:",
21
- "@sunny-base-web/icons": "workspace:^",
22
- "@sunny-base-web/locales": "workspace:^",
23
- "@sunny-base-web/stores": "workspace:^",
24
- "@sunny-base-web/ui": "workspace:^",
25
- "@sunny-base-web/utils": "workspace:^",
26
- "@vueuse/core": "catalog:",
27
- "@vxe-ui/plugin-render-arco": "catalog:",
20
+ "@arco-design/web-vue": "^2.57.0",
21
+ "@vueuse/core": "^10.9.0",
22
+ "@vxe-ui/plugin-render-arco": "^4.2.1",
28
23
  "axios": "^1.13.2",
29
24
  "jsencrypt": "^3.3.2",
30
25
  "pinia": "^2.3.1",
31
26
  "qs": "^6.14.1",
32
- "reka-ui": "catalog:",
33
- "vue": "catalog:",
34
- "vue-i18n": "catalog:",
27
+ "reka-ui": "^2.7.0",
28
+ "vue": "^3.5.13",
29
+ "vue-i18n": "^11.2.8",
35
30
  "vue-router": "^4.6.4",
36
31
  "vue3-slide-verify": "^1.1.8",
37
- "vxe-pc-ui": "catalog:",
38
- "vxe-table": "catalog:",
32
+ "vxe-pc-ui": "^4.13.0",
33
+ "vxe-table": "^4.17.49",
39
34
  "xe-utils": "3.9.1",
40
- "zod": "^4.3.6"
35
+ "zod": "^4.3.6",
36
+ "@sunny-base-web/icons": "^0.8.37",
37
+ "@sunny-base-web/locales": "^0.8.37",
38
+ "@sunny-base-web/ui": "^0.8.37",
39
+ "@sunny-base-web/utils": "^0.8.37",
40
+ "@sunny-base-web/stores": "^0.8.37"
41
41
  },
42
42
  "devDependencies": {
43
- "@sunny-base-web/constants": "workspace:*",
44
- "@sunny-base-web/designer-studio": "workspace:^",
45
- "@sunny-base-web/tailwind-config": "workspace:*",
46
- "@sunny-base-web/tsconfig": "workspace:*",
47
43
  "@types/lodash-es": "^4.17.12",
48
44
  "@types/qs": "^6.14.0",
49
45
  "@vitejs/plugin-vue": "^6.0.4",
50
46
  "@vitejs/plugin-vue-jsx": "^5.1.4",
51
47
  "@vue/babel-plugin-jsx": "^2.0.1",
52
- "typescript": "catalog:",
48
+ "typescript": "^5.7.2",
53
49
  "vite": "^7.3.1",
54
- "vite-plugin-dts": "^4.5.4"
50
+ "vite-plugin-dts": "^4.5.4",
51
+ "@sunny-base-web/designer-studio": "^0.1.0",
52
+ "@sunny-base-web/tailwind-config": "0.8.37",
53
+ "@sunny-base-web/constants": "0.8.37",
54
+ "@sunny-base-web/tsconfig": "0.8.37"
55
55
  },
56
56
  "publishConfig": {
57
- "main": "./dist/index.js",
58
- "module": "./dist/index.mjs",
59
- "types": "./dist/index.d.ts",
60
- "exports": {
61
- ".": {
62
- "types": "./dist/index.d.ts",
63
- "import": "./dist/index.mjs",
64
- "require": "./dist/index.js"
65
- },
66
- "./style.css": "./dist/effects.css"
67
- },
68
57
  "style": "./dist/effects.css",
69
58
  "access": "public",
70
59
  "registry": "https://registry.npmjs.org/"
60
+ },
61
+ "scripts": {
62
+ "build": "vite build",
63
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
71
64
  }
72
- }
65
+ }