Skip to content

Commit 9c71138

Browse files
committed
release: v3.4.1
1 parent 87645fd commit 9c71138

File tree

2 files changed

+285
-296
lines changed

2 files changed

+285
-296
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "v-region",
33
"description": "Provide Chinese administrative division data selection",
4-
"version": "3.4.0",
4+
"version": "3.4.1",
55
"author": "TerryZ <[email protected]>",
66
"type": "module",
77
"files": [
@@ -48,14 +48,14 @@
4848
"vue": "^3.4.0"
4949
},
5050
"dependencies": {
51-
"v-dropdown": "^3.2.0",
51+
"v-dropdown": "^3.3.0",
5252
"vue": "^3.5.13"
5353
},
5454
"devDependencies": {
5555
"@rushstack/eslint-patch": "^1.10.5",
5656
"@vitejs/plugin-vue": "^5.2.1",
5757
"@vitejs/plugin-vue-jsx": "^4.1.1",
58-
"@vitest/coverage-v8": "^3.0.7",
58+
"@vitest/coverage-v8": "^3.0.8",
5959
"@vue/eslint-config-standard": "^8.0.1",
6060
"@vue/test-utils": "^2.4.6",
6161
"bootstrap": "^5.3.3",
@@ -65,11 +65,11 @@
6565
"sass": "^1.85.1",
6666
"postcss": "^8.5.3",
6767
"autoprefixer": "^10.4.20",
68-
"typescript": "^5.7.3",
69-
"vite": "^6.2.0",
68+
"typescript": "^5.8.2",
69+
"vite": "^6.2.1",
7070
"vite-plugin-css-injected-by-js": "^3.5.2",
71-
"vitest": "^3.0.7",
71+
"vitest": "^3.0.8",
7272
"vue-router": "^4.5.0",
73-
"vue-tsc": "^2.2.4"
73+
"vue-tsc": "^2.2.8"
7474
}
7575
}

0 commit comments

Comments
 (0)