Skip to content

Commit

Permalink
chore: update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
caijf committed Mar 21, 2024
1 parent 7ba87a1 commit 8f3bfe4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 23 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- 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 lint-staged
36 changes: 19 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint-fix:js": "npm run lint:js -- --fix",
"prepublishOnly": "npm test && npm run build",
"tsc": "tsc --noEmit",
"prepare": "husky install"
"prepare": "husky"
},
"files": [
"dist",
Expand Down Expand Up @@ -57,37 +57,39 @@
},
"homepage": "https://github.com/caijf/create-puzzle#readme",
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/cz-commitlint": "^19.2.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.2.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.58",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@types/react": "^18.2.67",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@umijs/fabric": "^2.14.1",
"antd": "^5.14.2",
"antd-more": "^4.2.10",
"cz-conventional-changelog": "^3.3.0",
"antd": "^5.15.3",
"antd-more": "^4.2.16",
"commitizen": "^4.3.0",
"dumi": "^1.1.54",
"element-remove": "^1.0.4",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"inquirer": "9",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.29.4",
"rollup": "^4.13.0",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"typescript": "^5.4.3",
"ut2": "^1.7.1"
},
"dependencies": {
Expand Down

0 comments on commit 8f3bfe4

Please sign in to comment.