Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 16, 2023
1 parent 41c3b56 commit db2434c
Show file tree
Hide file tree
Showing 2 changed files with 1,488 additions and 1,196 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,25 @@
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {
"destr": "^2.0.0",
"destr": "^2.0.1",
"node-fetch-native": "^1.2.0",
"ufo": "^1.1.2"
"ufo": "^1.2.0"
},
"devDependencies": {
"@types/node": "^20.3.1",
"@vitest/coverage-v8": "^0.32.2",
"changelogen": "^0.5.3",
"eslint": "^8.43.0",
"@types/node": "^20.5.0",
"@vitest/coverage-v8": "^0.34.1",
"changelogen": "^0.5.4",
"eslint": "^8.47.0",
"eslint-config-unjs": "^0.2.1",
"fetch-blob": "^4.0.0",
"formdata-polyfill": "^4.0.10",
"h3": "^1.6.6",
"jiti": "^1.18.2",
"listhen": "^1.0.4",
"prettier": "^2.8.8",
"typescript": "^5.1.3",
"h3": "^1.8.0",
"jiti": "^1.19.1",
"listhen": "^1.3.0",
"prettier": "^3.0.2",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.32.2"
"vitest": "^0.34.1"
},
"packageManager": "pnpm@8.6.2"
}
}

0 comments on commit db2434c

Please sign in to comment.