Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

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 Jun 5, 2023
1 parent 1e02c13 commit cc62398
Show file tree
Hide file tree
Showing 6 changed files with 666 additions and 686 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"vue": ">3.2.0"
},
"dependencies": {
"@babel/types": "^7.22.3",
"@babel/types": "^7.22.4",
"@vue/compiler-sfc": "^3.3.4",
"debug": "^4.3.4",
"fast-glob": "^3.2.12",
Expand All @@ -84,21 +84,21 @@
"unplugin": "^1.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.3",
"@antfu/eslint-config": "^0.39.5",
"@types/debug": "^4.1.8",
"@types/node": "^18.16.16",
"@vitest/coverage-c8": "^0.31.1",
"@vitest/ui": "^0.31.1",
"@vitest/coverage-c8": "^0.31.4",
"@vitest/ui": "^0.31.4",
"bumpp": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"esno": "^0.16.3",
"rollup": "^3.23.0",
"rollup": "^3.23.1",
"tsup": "6.7.0",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.31.1",
"vitest": "^0.31.4",
"vue": "^3.3.4",
"webpack": "^5.84.1"
"webpack": "^5.85.0"
}
}
2 changes: 1 addition & 1 deletion playground/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dev": "nuxt dev"
},
"devDependencies": {
"nuxt": "^3.5.1"
"nuxt": "^3.5.2"
},
"dependencies": {
"unplugin-vue-prop": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vue-tsc": "^1.6.5"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.2.0",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vue-tsc": "^1.6.5"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-plugin-vue": "^9.14.1"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit cc62398

Please sign in to comment.