Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#31)
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 15, 2023
1 parent 766595e commit ab402a6
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 112 deletions.
12 changes: 6 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "vue-functional-ref",
"version": "0.4.1",
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@8.5.1",
"description": "Functional-style refs for Vue",
"license": "MIT",
"files": [
Expand Down 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.1",
"@vue/shared": "^3.3.1",
"@vue/reactivity": "^3.3.2",
"@vue/shared": "^3.3.2",
"bumpp": "^9.1.0",
"esbuild": "^0.17.18",
"esbuild": "^0.17.19",
"eslint": "^8.40.0",
"eslint-define-config": "^1.20.0",
"expect-type": "^0.15.0",
"fast-glob": "^3.2.12",
"prettier": "^2.8.8",
"rollup": "^3.21.6",
"rollup": "^3.21.7",
"tsup": "^6.7.0",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vitest": "^0.31.0",
"vue": "^3.3.1"
"vue": "^3.3.2"
},
"engines": {
"node": ">=14.19.0"
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"@vueuse/core": "^10.1.2",
"vue": "^3.3.1",
"vue": "^3.3.2",
"vue-functional-ref": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.2",
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vue-tsc": "^1.6.4"
"vue-tsc": "^1.6.5"
}
}

0 comments on commit ab402a6

Please sign in to comment.