Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
erikian committed Jan 19, 2024
1 parent 4baa794 commit 04362bc
Show file tree
Hide file tree
Showing 2 changed files with 484 additions and 276 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"generate-changelog": "^1.8.0",
"husky": "^7.0.1",
"inquirer": "^8.0.0",
"lerna": "^7.0.0",
"lerna": "^8.0.2",
"lint-staged": "^12.1.7",
"listr2": "^5.0.3",
"minimist": "^1.2.6",
Expand All @@ -141,7 +141,7 @@
"rimraf": "^3.0.1",
"sinon": "^13.0.1",
"sinon-chai": "^3.6.0",
"syncpack": "^10.0.0",
"syncpack": "^12.3.0",
"ts-node": "^10.0.0",
"typedoc": "^0.22.15",
"typedoc-plugin-missing-exports": "^1.0.0",
Expand Down Expand Up @@ -170,7 +170,7 @@
"prettier --write",
"eslint --fix"
],
"*.{json,lock}": "syncpack"
"*.{json,lock}": "syncpack fix-mismatches"
},
"prettier": {
"singleQuote": true
Expand Down
Loading

0 comments on commit 04362bc

Please sign in to comment.