Skip to content

Commit

Permalink
feat: support h3 v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing committed Sep 12, 2023
1 parent 48575a9 commit 4c4beb5
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 268 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,26 +56,26 @@
"devDependencies": {
"@rollup/plugin-alias": "^4.0.4",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^10.0.1",
"@types/is-glob": "^4.0.2",
"@types/lodash": "^4.14.196",
"@types/lodash": "^4.14.198",
"@types/micromatch": "^4.0.2",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"changelogen": "^0.4.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.46.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"h3": "^1.7.1",
"h3": "^1.8.1",
"lodash": "^4.17.21",
"prettier": "^2.8.8",
"rollup": "^3.27.2",
"rollup": "^3.29.1",
"rollup-plugin-dts": "^5.3.1",
"supertest": "^6.3.3",
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"typescript": "~5.1.6",
"vitest": "^0.29.8"
},
Expand Down

0 comments on commit 4c4beb5

Please sign in to comment.