Skip to content

Commit

Permalink
fix(deps): update dependency lint-staged to v12.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 30, 2021
1 parent 7482211 commit e472772
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions example/react-component-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
"lib",
"src"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,tsx,ts,less,md,json}": [
"prettier --write"
Expand All @@ -48,22 +43,24 @@
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/react-github-corners": "1.5.3",
"@uiw/react-markdown-preview": "3.4.5",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@kkt/less-modules": "6.11.0",
"@kkt/raw-modules": "6.11.0",
"@kkt/scope-plugin-options": "6.11.0",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@types/react-test-renderer": "17.0.1",
"@uiw/react-github-corners": "1.5.3",
"@uiw/react-markdown-preview": "3.4.5",
"compile-less-cli": "1.8.9",
"husky": "7.0.4",
"kkt": "6.11.0",
"lint-staged": "11.2.6",
"lint-staged": "12.1.4",
"prettier": "2.5.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-test-renderer": "17.0.2",
"tsbb": "3.5.4"
},
Expand Down

0 comments on commit e472772

Please sign in to comment.