Skip to content

Commit

Permalink
chore: Upgrade Lerna & remove Husky
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc committed Nov 20, 2023
1 parent 136f85f commit a1fe534
Show file tree
Hide file tree
Showing 3 changed files with 531 additions and 1,241 deletions.
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
"packages/core",
"packages/auth",
Expand Down
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@
"ts-coverage": "lerna run ts-coverage",
"prepare": "./scripts/set-preid-versions.sh"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"workspaces": {
"packages": [
"packages/core",
Expand Down Expand Up @@ -96,14 +91,12 @@
"babel-loader": "^8.3.0",
"codecov": "^3.6.5",
"glob": "^10.3.10",
"husky": "^3.0.5",
"jest": "^24.x.x",
"jest-config": "24.8.0",
"json-loader": "^0.5.7",
"lerna": "^6.6.1",
"lerna": "^7.4.2",
"license-check-and-add": "^4.0.5",
"prettier": "^3.1.0",
"pretty-quick": "^1.11.1",
"rimraf": "^2.6.2",
"rollup": "^0.67.4",
"rollup-plugin-commonjs": "^9.2.0",
Expand Down
Loading

0 comments on commit a1fe534

Please sign in to comment.