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] authored Feb 26, 2024
1 parent 6341247 commit 37b00e6
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 194 deletions.
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"typescript": "^5.3.3",
"unplugin-macros": "workspace:*",
"vite": "^5.1.3"
"vite": "^5.1.4"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-macros",
"version": "0.9.2",
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"description": "Macros for bundlers.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -78,27 +78,27 @@
"ast-kit": "^0.11.3",
"magic-string-ast": "^0.3.0",
"unplugin": "^1.7.1",
"vite": "^5.1.3",
"vite-node": "^1.3.0"
"vite": "^5.1.4",
"vite-node": "^1.3.1"
},
"devDependencies": {
"@babel/types": "^7.23.9",
"@sxzz/eslint-config": "^3.8.0",
"@sxzz/prettier-config": "^2.0.0",
"@types/dedent": "^0.7.2",
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"@vue-macros/test-utils": "^1.3.0",
"bumpp": "^9.3.0",
"dedent": "^1.5.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"prettier": "^3.2.5",
"rollup": "^4.12.0",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vitest": "^1.3.0",
"vue": "^3.4.19"
"vitest": "^1.3.1",
"vue": "^3.4.20"
},
"engines": {
"node": ">=16.14.0"
Expand Down
Loading

0 comments on commit 37b00e6

Please sign in to comment.