Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 4, 2024
1 parent 013926a commit a3ca136
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 311 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
]
},
"dependencies": {
"@babel/types": "^7.23.9",
"@babel/types": "^7.24.0",
"@rollup/pluginutils": "^5.1.0",
"@vue-macros/common": "^1.10.1",
"ast-walker-scope": "^0.6.0",
Expand All @@ -166,7 +166,7 @@
"mlly": "^1.6.1",
"pathe": "^1.1.2",
"scule": "^1.3.0",
"unplugin": "^1.7.1",
"unplugin": "^1.8.0",
"yaml": "^2.4.0"
},
"peerDependencies": {
Expand All @@ -180,8 +180,8 @@
"devDependencies": {
"@pinia/colada": "^0.5.3",
"@shikijs/vitepress-twoslash": "1.1.7",
"@tanstack/vue-query": "^5.24.1",
"@types/node": "^20.11.20",
"@tanstack/vue-query": "^5.24.7",
"@types/node": "^20.11.24",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "^1.3.1",
"@volar/vue-language-core": "^1.6.5",
Expand All @@ -190,8 +190,8 @@
"conventional-changelog-cli": "^4.1.0",
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"firebase": "^10.8.0",
"happy-dom": "^13.6.0",
"firebase": "^10.8.1",
"happy-dom": "^13.6.2",
"lint-staged": "^15.2.2",
"minimist": "^1.2.8",
"nodemon": "^3.1.0",
Expand All @@ -210,7 +210,7 @@
"vite": "^5.1.4",
"vitepress": "1.0.0-rc.44",
"vitest": "^1.3.1",
"vue": "^3.4.20",
"vue": "^3.4.21",
"vue-router": "4.3.0",
"vue-router-mock": "^1.1.0",
"vue-tsc": "^1.8.27",
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.20",
"@vue/compiler-sfc": "^3.4.21",
"@vue/tsconfig": "^0.5.1",
"json-server": "^0.17.4",
"unplugin-vue-router": "workspace:*",
"vite": "^5.1.4",
"vite-plugin-inspect": "^0.8.3",
"vue": "^3.4.20"
"vue": "^3.4.21"
},
"dependencies": {
"@tanstack/vue-query": "^5.24.1",
"@tanstack/vue-query": "^5.24.7",
"mande": "^2.0.8",
"pinia": "^2.1.7",
"vue": "^3.4.20"
"vue": "^3.4.21"
}
}

0 comments on commit a3ca136

Please sign in to comment.