Skip to content

Commit

Permalink
release: v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryZ committed Jul 10, 2024
1 parent ee3b827 commit 10a2383
Show file tree
Hide file tree
Showing 2 changed files with 4,176 additions and 4,118 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "v-region",
"description": "Provide Chinese administrative division data selection",
"version": "3.0.0",
"version": "3.1.0",
"author": "TerryZ <[email protected]>",
"type": "module",
"files": [
Expand Down Expand Up @@ -49,26 +49,26 @@
},
"dependencies": {
"v-dropdown": "^3.0.0",
"vue": "^3.3.4"
"vue": "^3.4.31"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.4.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vitest/coverage-v8": "^0.34.5",
"@rushstack/eslint-patch": "^1.10.3",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vitest/coverage-v8": "^2.0.1",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/test-utils": "^2.4.1",
"bootstrap": "^5.3.2",
"@vue/test-utils": "^2.4.6",
"bootstrap": "^5.3.3",
"eslint": "^8.50.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^22.1.0",
"jsdom": "^24.1.0",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vitest": "^0.34.5",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.13"
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vitest": "^2.0.1",
"vue-router": "^4.4.0",
"vue-tsc": "^2.0.26"
}
}
Loading

0 comments on commit 10a2383

Please sign in to comment.