Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 6, 2023
1 parent edc59dd commit fecae8e
Show file tree
Hide file tree
Showing 2 changed files with 557 additions and 268 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
"test": "vitest"
},
"dependencies": {
"@babel/parser": "^7.22.13",
"@babel/types": "^7.22.11",
"@babel/parser": "^7.22.15",
"@babel/types": "^7.22.15",
"recast": "^0.23.4"
},
"devDependencies": {
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"@vitest/coverage-v8": "^0.34.3",
"@vitest/ui": "^0.34.3",
"changelogen": "^0.5.5",
"eslint": "^8.48.0",
"eslint-config-unjs": "^0.2.1",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.2.2",
"unbuild": "^1.2.1",
"unbuild": "^2.0.0",
"vitest": "^0.34.3"
},
"simple-git-hooks": {
Expand All @@ -64,5 +64,5 @@
"prettier -w"
]
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].4"
}
Loading

0 comments on commit fecae8e

Please sign in to comment.