Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 22, 2023
1 parent ab402a6 commit 1525d4e
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 444 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -61,22 +61,22 @@
"@sxzz/eslint-config-prettier": "^2.4.6",
"@sxzz/eslint-config-vue": "^2.4.6",
"@types/node": "^20.1.2",
"@vue/reactivity": "^3.3.2",
"@vue/shared": "^3.3.2",
"@vue/reactivity": "^3.3.4",
"@vue/shared": "^3.3.4",
"bumpp": "^9.1.0",
"esbuild": "^0.17.19",
"eslint": "^8.40.0",
"eslint": "^8.41.0",
"eslint-define-config": "^1.20.0",
"expect-type": "^0.15.0",
"fast-glob": "^3.2.12",
"prettier": "^2.8.8",
"rollup": "^3.21.7",
"rollup": "^3.22.1",
"tsup": "^6.7.0",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vitest": "^0.31.0",
"vue": "^3.3.2"
"vite": "^4.3.8",
"vitest": "^0.31.1",
"vue": "^3.3.4"
},
"engines": {
"node": ">=14.19.0"
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"@vueuse/core": "^10.1.2",
"vue": "^3.3.2",
"vue": "^3.3.4",
"vue-functional-ref": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite": "^4.3.8",
"vue-tsc": "^1.6.5"
}
}

0 comments on commit 1525d4e

Please sign in to comment.