Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 19, 2023
1 parent 26063d3 commit e075161
Show file tree
Hide file tree
Showing 2 changed files with 440 additions and 518 deletions.
19 changes: 9 additions & 10 deletions package.json
Expand Up @@ -25,24 +25,23 @@
"test": "pnpm lint && vitest run"
},
"dependencies": {
"acorn": "^8.8.2",
"pathe": "^1.1.0",
"acorn": "^8.9.0",
"pathe": "^1.1.1",
"pkg-types": "^1.0.3",
"ufo": "^1.1.2"
},
"devDependencies": {
"@types/node": "^20.2.3",
"@vitest/coverage-c8": "^0.31.1",
"c8": "^7.13.0",
"@types/node": "^20.3.1",
"@vitest/coverage-v8": "^0.32.2",
"changelogen": "^0.5.3",
"eslint": "^8.41.0",
"eslint-config-unjs": "^0.2.0",
"eslint": "^8.43.0",
"eslint-config-unjs": "^0.2.1",
"import-meta-resolve": "^3.0.0",
"jiti": "^1.18.2",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vitest": "^0.31.1"
"vitest": "^0.32.2"
},
"packageManager": "pnpm@8.5.1"
}
}

0 comments on commit e075161

Please sign in to comment.