Skip to content

Commit

Permalink
Merge branch 'main' into refactor/api-return-values
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala authored Aug 5, 2023
2 parents 2fd9174 + 0e08365 commit 02ee3cd
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 171 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,24 @@
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {
"execa": "^7.1.1",
"execa": "^7.2.0",
"ufo": "^1.1.2"
},
"devDependencies": {
"@types/node": "^20.4.0",
"@vitest/coverage-v8": "^0.32.4",
"@types/node": "^20.4.6",
"@vitest/coverage-v8": "^0.34.1",
"changelogen": "^0.5.4",
"corepack": "^0.19.0",
"eslint": "^8.44.0",
"eslint": "^8.46.0",
"eslint-config-unjs": "^0.2.1",
"jiti": "^1.19.1",
"pathe": "^1.1.1",
"prettier": "^2.8.8",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.32.4"
"vitest": "^0.34.1"
},
"packageManager": "pnpm@8.6.6",
"packageManager": "pnpm@8.6.11",
"engines": {
"node": "^14.16.0 || >=16.10.0"
}
Expand Down
Loading

0 comments on commit 02ee3cd

Please sign in to comment.