Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiac committed Apr 15, 2024
1 parent 3125154 commit 5ba18b5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 30 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
"ts:check": "tsc"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@vitest/browser": "^1.4.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"playwright": "^1.42.1",
"prettier": "^3.0.2",
"prettier-plugin-pkg": "^0.18.0",
"tsup": "^7.2.0",
"tsx": "^3.14.0",
"typescript": "^5.0.4",
"vitest": "^1.4.0"
"@types/node": "20.11.30",
"@vitest/browser": "1.4.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"playwright": "1.42.1",
"prettier": "3.0.2",
"prettier-plugin-pkg": "0.18.0",
"tsup": "7.2.0",
"tsx": "3.14.0",
"typescript": "5.0.4",
"vitest": "1.4.0"
},
"sideEffects": false,
"lint-staged": {
Expand Down
31 changes: 12 additions & 19 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 5ba18b5

Please sign in to comment.