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 Apr 16, 2024
1 parent 09bd46f commit c6218b8
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 245 deletions.
4 changes: 2 additions & 2 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"unplugin-macros": "workspace:*",
"vite": "^5.2.8"
"vite": "^5.2.9"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-macros",
"version": "0.11.0",
"packageManager": "[email protected].6",
"packageManager": "[email protected].7",
"description": "Macros for bundlers.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -78,27 +78,27 @@
"ast-kit": "^0.12.1",
"magic-string-ast": "^0.3.0",
"unplugin": "^1.10.1",
"vite": "^5.2.8",
"vite-node": "^1.4.0"
"vite": "^5.2.9",
"vite-node": "^1.5.0"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@sxzz/eslint-config": "^3.9.0",
"@sxzz/eslint-config": "^3.9.1",
"@sxzz/prettier-config": "^2.0.1",
"@types/dedent": "^0.7.2",
"@types/node": "^20.12.6",
"@types/node": "^20.12.7",
"@vue-macros/test-utils": "^1.4.0",
"bumpp": "^9.4.0",
"dedent": "^1.5.1",
"dedent": "^1.5.3",
"eslint": "^9.0.0",
"fast-glob": "^3.3.2",
"prettier": "^3.2.5",
"rollup": "^4.14.1",
"rollup": "^4.14.3",
"tsup": "^8.0.2",
"tsx": "^4.7.2",
"typescript": "^5.4.4",
"vitest": "^1.4.0",
"vue": "^3.4.21"
"typescript": "^5.4.5",
"vitest": "^1.5.0",
"vue": "^3.4.22"
},
"engines": {
"node": ">=16.14.0"
Expand Down
Loading

0 comments on commit c6218b8

Please sign in to comment.