Skip to content

Commit

Permalink
chore: allow minor versions for dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Sep 23, 2023
1 parent 0041b52 commit 5e92738
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@
},
"devDependencies": {
"@huozhi/testing-package": "1.0.0",
"@swc/jest": "0.2.22",
"@swc/jest": "^0.2.22",
"@swc/types": "^0.1.5",
"@types/jest": "29.0.0",
"@types/node": "^20.4.1",
"husky": "8.0.3",
"husky": "^8.0.3",
"jest": "29.0.1",
"lint-staged": "13.2.3",
"prettier": "3.0.0",
"react": "18.2.0",
"tsx": "3.12.6",
"typescript": "4.9.5"
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"react": "^18.2.0",
"tsx": "^3.12.6",
"typescript": "^4.9.5"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,md,json,yml}": "prettier --write"
Expand Down
14 changes: 7 additions & 7 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 5e92738

Please sign in to comment.