Skip to content

Commit

Permalink
Merge branch 'main' into docs/examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 26, 2023
2 parents 5a14d42 + 3482a56 commit f4cac1c
Show file tree
Hide file tree
Showing 9 changed files with 898 additions and 832 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "pnpm"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
matrix:
node: [16, 18, 20]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: "pnpm"
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,26 +70,26 @@
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {
"destr": "^2.0.1",
"destr": "^2.0.2",
"node-fetch-native": "^1.4.0",
"ufo": "^1.3.0"
"ufo": "^1.3.1"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@vitest/coverage-v8": "^0.34.3",
"@types/node": "^20.8.9",
"@vitest/coverage-v8": "^0.34.6",
"changelogen": "^0.5.5",
"eslint": "^8.48.0",
"eslint": "^8.52.0",
"eslint-config-unjs": "^0.2.1",
"fetch-blob": "^4.0.0",
"formdata-polyfill": "^4.0.10",
"h3": "^1.8.1",
"jiti": "^1.19.3",
"listhen": "^1.4.4",
"h3": "^1.8.2",
"jiti": "^1.20.0",
"listhen": "^1.5.5",
"prettier": "^3.0.3",
"std-env": "^3.4.3",
"typescript": "^5.2.2",
"unbuild": "2.0.0",
"vitest": "^0.34.3"
"vitest": "^0.34.6"
},
"packageManager": "pnpm@8.7.3"
"packageManager": "pnpm@8.9.2"
}
Loading

0 comments on commit f4cac1c

Please sign in to comment.