Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
deps: relax semver range for vue and vue-router
Browse files Browse the repository at this point in the history
  • Loading branch information
liushuyu committed Sep 12, 2022
1 parent dd85d6c commit caf5232
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 267 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
},
"dependencies": {
"human-format": "^1",
"vue": "^3.2.37",
"vue": "^3.2",
"vue-i18n": "^9",
"vue-router": "^4.1.3"
"vue-router": "^4.1"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^6.0.1",
"@rushstack/eslint-patch": "^1.1.4",
"@types/human-format": "^1.0.0",
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"eslint": "^8.23.0",
"eslint-plugin-vue": "^9.4.0",
"prettier": "^2.7.1",
"vite": "^3.0.8"
"vite": "^3.1.0"
}
}
Loading

0 comments on commit caf5232

Please sign in to comment.