Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#35)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* fix: type

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
  • Loading branch information
renovate[bot] and sxzz authored Jan 24, 2023
1 parent e7988c5 commit f7a38ee
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 40 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-ast",
"version": "0.6.0",
"packageManager": "pnpm@7.25.0",
"packageManager": "pnpm@7.25.1",
"description": "Manipulate the AST to transform your code.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -75,7 +75,7 @@
"dependencies": {
"@antfu/utils": "^0.7.2",
"@babel/generator": "^7.20.7",
"@babel/parser": "^7.20.7",
"@babel/parser": "^7.20.13",
"@rollup/pluginutils": "^5.0.2",
"magic-string": "^0.27.0",
"unplugin": "^1.0.1"
Expand All @@ -88,15 +88,15 @@
"bumpp": "^8.2.1",
"eslint": "^8.32.0",
"eslint-define-config": "^1.14.0",
"estree-walker": "^3.0.2",
"estree-walker": "^3.0.3",
"fast-glob": "^3.2.12",
"prettier": "^2.8.3",
"rollup": "^3.10.0",
"rollup": "^3.10.1",
"tsup": "^6.5.0",
"tsx": "^3.12.2",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vitest": "^0.27.1"
"vitest": "^0.28.1"
},
"engines": {
"node": ">=14.19.0"
Expand Down
Loading

0 comments on commit f7a38ee

Please sign in to comment.