Skip to content

Commit

Permalink
fix(dpes): upgrade husky
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Feb 12, 2020
1 parent aa09dd9 commit abc4f63
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 88 deletions.
2 changes: 2 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@
"ignoreChanges": [
"**/*.md",
"**/.*",
"**/.*/**",
"**/coverage/**",
"**/node_modules/**",
"**/tests/**",
"**/lerna.json",
"**/tsconfig.json",
"**/tslint.json",
"**/yarn.lock"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@angular/core": "^9.0.0",
"@types/jest": "^25.1.2",
"@types/node": "^13.7.0",
"@types/node": "^13.7.1",
"@types/react": "^16.9.19",
"@types/unist": "^2.0.3",
"core-js": "^3.6.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@pkgr/imagemin": "^0.4.0",
"browserslist": "^4.8.6",
"eslint": "^6.8.0",
"husky": "^3.1.0",
"husky": "^4.2.2",
"lint-staged": "^10.0.7",
"postcss": "^7.0.26",
"prettier": "^1.19.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^16.0.0",
"eslint-plugin-unicorn": "^16.1.0",
"eslint-plugin-vue": "^6.1.2",
"is-glob": "^4.0.1",
"tiny-glob": "^0.2.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@babel/core": "^7.8.4",
"@pkgr/rollup": "^0.10.0",
"eslint": "^6.8.0",
"husky": "^3.1.0",
"husky": "^4.2.2",
"jest": "^25.1.0",
"lint-staged": "^10.0.7",
"prettier": "^1.19.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@pkgr/utils": "^0.4.0",
"@prettier/plugin-pug": "^1.1.6",
"@prettier/plugin-pug": "^1.1.7",
"@prettier/plugin-ruby": "^0.17.0",
"cross-env": "^7.0.0",
"prettier": "^1.19.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prettier": ">=1.18.0"
},
"dependencies": {
"@prettier/plugin-pug": "^1.1.6",
"@prettier/plugin-pug": "^1.1.7",
"@prettier/plugin-ruby": "^0.17.0",
"prettier-plugin-pkg": "^0.4.10",
"prettier-plugin-sh": "^0.2.8",
Expand Down
160 changes: 78 additions & 82 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit abc4f63

Please sign in to comment.