Skip to content

Commit b5b5fac

Browse files
committed
release: v1.0.0-beta.2
1 parent c26ce02 commit b5b5fac

File tree

3 files changed

+329
-315
lines changed

3 files changed

+329
-315
lines changed

licenses.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
├─ MIT: 87
2-
├─ Apache-2.0: 6
2+
├─ Apache-2.0: 7
33
├─ BSD-2-Clause: 3
44
├─ BSD-3-Clause: 3
55
└─ ISC: 1

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "admate",
33
"PascalCasedName": "Admate",
4-
"version": "1.0.0-beta.1",
4+
"version": "1.0.0-beta.2",
55
"private": false,
66
"description": "Admin CRUD frontend meta framework for Vue 2/3, extremely concise without losing flexibility.",
77
"author": {
@@ -79,7 +79,7 @@
7979
"@commitlint/config-conventional": "^19.5.0",
8080
"@element-plus/icons-vue": "latest",
8181
"@types/lodash-es": "^4.17.12",
82-
"@types/node": "^22.5.5",
82+
"@types/node": "^22.7.0",
8383
"@vitejs/plugin-vue": "latest",
8484
"@vue/compiler-sfc": "latest",
8585
"@vue/test-utils": "latest",
@@ -112,8 +112,8 @@
112112
"unplugin-auto-import": "^0.18.3",
113113
"unplugin-unused": "^0.2.3",
114114
"unplugin-vue-components": "^0.27.4",
115-
"vite": "^5.4.7",
116-
"vite-plugin-dts": "4.2.1",
115+
"vite": "^5.4.8",
116+
"vite-plugin-dts": "4.2.2",
117117
"vite-plugin-mock": "^3.0.2",
118118
"vitepress": "^1.3.4",
119119
"vue": "latest",

0 commit comments

Comments
 (0)