Skip to content

Commit

Permalink
fix: add @types/node to dependencies (#1474)
Browse files Browse the repository at this point in the history
* fix: add @types/node to dependencies

* chore: make @types/node version to *
  • Loading branch information
sheremet-va committed Jun 13, 2022
1 parent 36c39a5 commit 1012534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Expand Up @@ -84,6 +84,7 @@
"dependencies": {
"@types/chai": "^4.3.1",
"@types/chai-subset": "^1.3.3",
"@types/node": "*",
"chai": "^4.3.6",
"debug": "^4.3.4",
"local-pkg": "^0.4.1",
Expand All @@ -98,7 +99,6 @@
"@types/jsdom": "^16.2.14",
"@types/micromatch": "^4.0.2",
"@types/natural-compare": "^1.4.1",
"@types/node": "^17.0.35",
"@types/prompts": "^2.4.0",
"@types/sinonjs__fake-timers": "^8.1.2",
"@vitest/ui": "workspace:*",
Expand Down
5 changes: 2 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1012534

Please sign in to comment.