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] authored Jan 17, 2024
1 parent 2781754 commit e4b043f
Show file tree
Hide file tree
Showing 8 changed files with 71 additions and 50 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"
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
}
},
"devDependencies": {
"@babel/preset-env": "7.23.6",
"@babel/preset-env": "7.23.8",
"@babel/preset-typescript": "7.23.3",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@commitlint/cz-commitlint": "18.4.3",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@commitlint/cz-commitlint": "18.4.4",
"@rightcapital/exceptions": "workspace:*",
"@rightcapital/prettier-config": "6.0.8",
"@rightcapital/prettier-config": "6.0.10",
"@types/jest": "29.5.11",
"beachball": "2.39.0",
"commitizen": "4.3.0",
Expand All @@ -52,7 +52,7 @@
"husky": "8.0.3",
"inquirer": "9.2.12",
"jest": "29.7.0",
"prettier": "3.1.1",
"prettier": "3.2.3",
"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.4",
"typedoc": "0.25.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"
},
"devDependencies": {
"typedoc": "0.25.4",
"typedoc": "0.25.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.1.1",
"typedoc": "0.25.4",
"prettier": "3.2.3",
"typedoc": "0.25.7",
"typedoc-plugin-markdown": "3.17.1"
}
}
80 changes: 40 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4b043f

Please sign in to comment.