Skip to content

Commit

Permalink
Merge pull request #166 from timacdonald/update-deps
Browse files Browse the repository at this point in the history
[0.7.x] Fix node type issue
  • Loading branch information
driesvints authored Nov 18, 2022
2 parents f599658 + 8c8214e commit 6000999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"test": "vitest run"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"picocolors": "^1.0.0",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vitest": "^0.12.4"
"vitest": "^0.25.2"
},
"peerDependencies": {
"vite": "^3.0.0"
Expand Down

0 comments on commit 6000999

Please # to comment.