Skip to content
This repository has been archived by the owner on May 16, 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 May 15, 2023
1 parent 0e7415d commit 99b1c1e
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 273 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,25 +84,25 @@
"test": "vitest"
},
"dependencies": {
"@vue/compiler-sfc": "^3.2.47",
"@vue/compiler-sfc": "^3.3.2",
"magic-string": "^0.30.0",
"unplugin": "^1.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.5",
"@types/node": "^18.16.3",
"@antfu/eslint-config": "^0.38.6",
"@types/node": "^18.16.9",
"bumpp": "^9.1.0",
"chalk": "^5.2.0",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"nodemon": "^2.0.22",
"rimraf": "^5.0.0",
"rollup": "^3.21.3",
"rollup": "^3.21.7",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.4",
"vitest": "^0.30.1",
"webpack": "^5.81.0"
"vite": "^4.3.6",
"vitest": "^0.31.0",
"webpack": "^5.82.1"
}
}
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"dev": "vite"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.4",
"unplugin-vue-sfc-name": "workspace:*",
"vite": "^4.3.4",
"vue": "^3.2.47"
"vite": "^4.3.6",
"vue": "^3.3.2"
}
}
Loading

0 comments on commit 99b1c1e

Please sign in to comment.