Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 31, 2023
1 parent 8568f76 commit 15d091e
Show file tree
Hide file tree
Showing 5 changed files with 215 additions and 162 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@
"test": "vitest"
},
"dependencies": {
"@babel/parser": "^7.21.9",
"@babel/types": "^7.21.5",
"@babel/parser": "^7.22.4",
"@babel/types": "^7.22.4",
"recast": "^0.23.2"
},
"devDependencies": {
"@types/node": "^18.16.14",
"@vitest/coverage-c8": "^0.31.1",
"@vitest/ui": "^0.31.1",
"@types/node": "^18.16.16",
"@vitest/coverage-c8": "^0.31.2",
"@vitest/ui": "^0.31.2",
"changelogen": "^0.5.3",
"eslint": "^8.41.0",
"eslint-config-unjs": "^0.1.0",
"eslint-config-unjs": "^0.2.0",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"simple-git-hooks": "^2.8.1",
"typescript": "^5.0.4",
"unbuild": "^1.2.1",
"vitest": "^0.31.1"
"vitest": "^0.31.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand All @@ -64,5 +64,5 @@
"prettier -w"
]
},
"packageManager": "pnpm@8.5.1"
}
"packageManager": "pnpm@8.6.0"
}
Loading

0 comments on commit 15d091e

Please sign in to comment.