@vef-framework/dev 1.0.131 → 1.0.132
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 +17 -17
- package/template/_package.json +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vef-framework/dev",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.132",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "The development tools of the VEF framework",
|
|
7
7
|
"author": "Venus",
|
|
@@ -41,28 +41,28 @@
|
|
|
41
41
|
"node": ">=20"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@antfu/eslint-config": "4.
|
|
44
|
+
"@antfu/eslint-config": "4.12.0",
|
|
45
45
|
"@commitlint/cli": "19.8.0",
|
|
46
46
|
"@commitlint/config-conventional": "19.8.0",
|
|
47
47
|
"@commitlint/format": "19.8.0",
|
|
48
48
|
"@commitlint/types": "19.8.0",
|
|
49
|
-
"@eslint-react/eslint-plugin": "1.
|
|
49
|
+
"@eslint-react/eslint-plugin": "1.47.4",
|
|
50
50
|
"@iconify-json/hugeicons": "^1.2.4",
|
|
51
|
-
"@iconify-json/lucide": "^1.2.
|
|
51
|
+
"@iconify-json/lucide": "^1.2.36",
|
|
52
52
|
"@iconify-json/mingcute": "^1.2.3",
|
|
53
53
|
"@iconify-json/tabler": "^1.2.17",
|
|
54
54
|
"@svgr/plugin-svgo": "^8.1.0",
|
|
55
55
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
56
|
-
"@tailwindcss/vite": "^4.
|
|
57
|
-
"@tanstack/eslint-plugin-router": "^1.
|
|
58
|
-
"@tanstack/router-plugin": "^1.
|
|
59
|
-
"@vitejs/plugin-react-swc": "^3.
|
|
56
|
+
"@tailwindcss/vite": "^4.1.4",
|
|
57
|
+
"@tanstack/eslint-plugin-router": "^1.115.0",
|
|
58
|
+
"@tanstack/router-plugin": "^1.116.1",
|
|
59
|
+
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
60
60
|
"browserslist": "^4.24.4",
|
|
61
61
|
"chalk": "^5.4.1",
|
|
62
62
|
"commander": "^13.1.0",
|
|
63
63
|
"consola": "^3.4.2",
|
|
64
|
-
"dotenv": "^16.
|
|
65
|
-
"eslint": "9.
|
|
64
|
+
"dotenv": "^16.5.0",
|
|
65
|
+
"eslint": "9.24.0",
|
|
66
66
|
"eslint-plugin-format": "1.0.1",
|
|
67
67
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
68
68
|
"eslint-plugin-react-refresh": "0.4.19",
|
|
@@ -71,23 +71,23 @@
|
|
|
71
71
|
"fs-extra": "^11.3.0",
|
|
72
72
|
"html-minifier-terser": "^7.2.0",
|
|
73
73
|
"husky": "9.1.7",
|
|
74
|
-
"lint-staged": "^15.5.
|
|
74
|
+
"lint-staged": "^15.5.1",
|
|
75
75
|
"local-pkg": "^1.1.1",
|
|
76
76
|
"ora": "^8.2.0",
|
|
77
77
|
"prompts": "^2.4.2",
|
|
78
78
|
"radashi": "12.4.0",
|
|
79
79
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
80
|
-
"sass-embedded": "^1.86.
|
|
81
|
-
"stylelint": "^16.
|
|
80
|
+
"sass-embedded": "^1.86.3",
|
|
81
|
+
"stylelint": "^16.18.0",
|
|
82
82
|
"stylelint-config-recess-order": "^6.0.0",
|
|
83
|
-
"stylelint-config-recommended": "^
|
|
83
|
+
"stylelint-config-recommended": "^16.0.0",
|
|
84
84
|
"stylelint-config-standard-scss": "^14.0.0",
|
|
85
85
|
"stylelint-order": "^6.0.4",
|
|
86
|
-
"tailwindcss": "^4.
|
|
86
|
+
"tailwindcss": "^4.1.4",
|
|
87
87
|
"tslib": "2.8.1",
|
|
88
88
|
"unplugin-config": "^0.1.5",
|
|
89
89
|
"unplugin-icons": "^22.1.0",
|
|
90
|
-
"vite": "6.2.
|
|
90
|
+
"vite": "6.2.6",
|
|
91
91
|
"vite-plugin-eslint2": "^5.0.3",
|
|
92
92
|
"vite-plugin-inspect": "^11.0.0",
|
|
93
93
|
"vite-plugin-stylelint": "^6.0.0",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"access": "public"
|
|
100
100
|
},
|
|
101
101
|
"module": "esm/index.js",
|
|
102
|
-
"packageManager": "pnpm@10.
|
|
102
|
+
"packageManager": "pnpm@10.8.1"
|
|
103
103
|
}
|
package/template/_package.json
CHANGED
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@tanstack/react-router": "^1.0.0",
|
|
19
|
-
"@vef-framework/components": "1.0.
|
|
20
|
-
"@vef-framework/core": "1.0.
|
|
21
|
-
"@vef-framework/hooks": "1.0.
|
|
22
|
-
"@vef-framework/shared": "1.0.
|
|
23
|
-
"@vef-framework/starter": "1.0.
|
|
19
|
+
"@vef-framework/components": "1.0.132",
|
|
20
|
+
"@vef-framework/core": "1.0.132",
|
|
21
|
+
"@vef-framework/hooks": "1.0.132",
|
|
22
|
+
"@vef-framework/shared": "1.0.132",
|
|
23
|
+
"@vef-framework/starter": "1.0.132",
|
|
24
24
|
"react": "18.3.1",
|
|
25
25
|
"react-dom": "18.3.1"
|
|
26
26
|
},
|