Skip to content

Commit

Permalink
fix: ms types
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Sep 17, 2021
1 parent 3068061 commit 45ba4ad
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 224 deletions.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -28,10 +28,10 @@
"dist"
],
"dependencies": {
"@tinyhttp/etag": "^2.0.0",
"@tinyhttp/url": "^2.0.0",
"@tinyhttp/etag": "^2.0.1",
"@tinyhttp/url": "^2.0.2",
"es-fresh": "^0.0.10",
"ms": "^2.1.3"
"ms": "^3.0.0-canary.1"
},
"scripts": {
"build": "rollup -c",
Expand All @@ -47,22 +47,22 @@
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@rollup/plugin-typescript": "^8.2.5",
"@tinyhttp/app": "2.0.0",
"@tinyhttp/app": "2.0.4",
"@types/ms": "^0.7.31",
"@types/node": "^16.7.1",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"c8": "^7.8.0",
"@types/node": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"c8": "^7.9.0",
"esbuild-node-loader": "^0.3.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"expect": "^27.0.6",
"husky": "^7.0.1",
"prettier": "^2.3.2",
"rollup": "^2.56.2",
"eslint-plugin-prettier": "^4.0.0",
"expect": "^27.2.0",
"husky": "^7.0.2",
"prettier": "^2.4.1",
"rollup": "^2.56.3",
"supertest-fetch": "^1.4.3",
"typescript": "^4.3.5",
"typescript": "^4.4.3",
"uvu": "^0.5.1"
}
}

0 comments on commit 45ba4ad

Please sign in to comment.