Skip to content

Commit

Permalink
chore: 升级开发依赖包
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Feb 26, 2024
1 parent b1771c3 commit 3cce1ab
Show file tree
Hide file tree
Showing 6 changed files with 1,410 additions and 1,470 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install prettier --cache --check .
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "vitest run",
"prepublishOnly": "tsup",
"docs": "docsify serve ./docs",
"prepare": "husky install"
"prepare": "husky"
},
"exports": {
".": {
Expand Down Expand Up @@ -67,22 +67,21 @@
"topic": "^3.0.2"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@react-native-async-storage/async-storage": "^1.19.3",
"@redux-devtools/extension": "^3.2.5",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.4.9",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@react-native-async-storage/async-storage": "^1.22.2",
"@redux-devtools/extension": "^3.3.0",
"@testing-library/react": "^14.2.1",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@vitest/coverage-istanbul": "^1.3.1",
"browserslist": "^4.21.10",
"docsify-cli": "^4.4.4",
"fake-indexeddb": "^4.0.2",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"fake-indexeddb": "^5.0.2",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"localforage": "^1.10.0",
"prettier": "^3.0.1",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
Expand Down
Loading

0 comments on commit 3cce1ab

Please sign in to comment.