Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 14, 2024
1 parent 9e341f5 commit f693fb9
Show file tree
Hide file tree
Showing 8 changed files with 142 additions and 128 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(deps): update devdependencies",
"packageName": "@rightcapital/color-helpers",
"email": "email not defined",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(deps): update devdependencies",
"packageName": "@rightcapital/date-helpers",
"email": "email not defined",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(deps): update devdependencies",
"packageName": "@rightcapital/exceptions",
"email": "email not defined",
"dependentChangeType": "none"
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
"devDependencies": {
"@babel/preset-env": "7.23.9",
"@babel/preset-typescript": "7.23.3",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@commitlint/cz-commitlint": "18.6.0",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.1",
"@commitlint/cz-commitlint": "18.6.1",
"@rightcapital/exceptions": "workspace:*",
"@rightcapital/prettier-config": "6.0.12",
"@types/jest": "29.5.11",
"@types/jest": "29.5.12",
"beachball": "2.39.0",
"commitizen": "4.3.0",
"concurrently": "8.2.2",
"eslint": "8.56.0",
"husky": "9.0.7",
"inquirer": "9.2.13",
"husky": "9.0.11",
"inquirer": "9.2.14",
"jest": "29.7.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"ts-node": "10.9.2",
"typescript": "5.3.3"
}
Expand Down
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.25.8",
"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.25.8",
"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.2.5",
"typedoc": "0.25.8",
"typedoc-plugin-markdown": "3.17.1"
}
}

0 comments on commit f693fb9

Please sign in to comment.