Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
Beachball-bump-type: none
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent b87465f commit f90fb60
Show file tree
Hide file tree
Showing 5 changed files with 513 additions and 388 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@
}
},
"devDependencies": {
"@babel/preset-env": "7.23.9",
"@babel/preset-typescript": "7.23.3",
"@commitlint/cli": "19.0.0",
"@commitlint/config-conventional": "19.0.0",
"@commitlint/cz-commitlint": "19.0.0",
"@babel/preset-env": "7.25.4",
"@babel/preset-typescript": "7.24.7",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/cz-commitlint": "19.5.0",
"@rightcapital/exceptions": "workspace:*",
"@rightcapital/prettier-config": "6.0.12",
"@types/jest": "29.5.11",
"beachball": "2.39.0",
"commitizen": "4.3.0",
"@rightcapital/prettier-config": "6.0.16",
"@types/jest": "29.5.13",
"beachball": "2.47.1",
"commitizen": "4.3.1",
"concurrently": "8.2.2",
"eslint": "8.56.0",
"husky": "9.0.7",
"inquirer": "9.2.13",
"eslint": "8.57.1",
"husky": "9.1.6",
"inquirer": "9.3.7",
"jest": "29.7.0",
"prettier": "3.2.4",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.3.3"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/color-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prettier": "prettier \"{src,__tests__}/**/*.{tsx,ts}\" -l"
},
"devDependencies": {
"typedoc": "0.25.7",
"typedoc": "0.26.7",
"typedoc-plugin-markdown": "3.17.1"
}
}
2 changes: 1 addition & 1 deletion packages/date-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"date-fns": "^2.29.3 || ^3.0.0"
},
"devDependencies": {
"typedoc": "0.25.7",
"typedoc": "0.26.7",
"typedoc-plugin-markdown": "3.17.1"
}
}
4 changes: 2 additions & 2 deletions packages/exceptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"prettier": "prettier \"{src,__tests__}/**/*.{tsx,ts}\" -l"
},
"devDependencies": {
"prettier": "3.2.4",
"typedoc": "0.25.7",
"prettier": "3.3.3",
"typedoc": "0.26.7",
"typedoc-plugin-markdown": "3.17.1"
}
}
Loading

0 comments on commit f90fb60

Please sign in to comment.