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 Apr 4, 2024
1 parent 9290ab5 commit e49993a
Show file tree
Hide file tree
Showing 8 changed files with 178 additions and 169 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"
}
26 changes: 13 additions & 13 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.24.4",
"@babel/preset-typescript": "7.24.1",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@commitlint/cz-commitlint": "19.2.0",
"@rightcapital/exceptions": "workspace:*",
"@rightcapital/prettier-config": "6.0.12",
"@types/jest": "29.5.11",
"beachball": "2.39.0",
"@rightcapital/prettier-config": "6.0.15",
"@types/jest": "29.5.12",
"beachball": "2.41.0",
"commitizen": "4.3.0",
"concurrently": "8.2.2",
"eslint": "8.56.0",
"husky": "9.0.7",
"inquirer": "9.2.13",
"eslint": "8.57.0",
"husky": "9.0.11",
"inquirer": "9.2.17",
"jest": "29.7.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"ts-node": "10.9.2",
"typescript": "5.3.3"
"typescript": "5.4.4"
}
}
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.12",
"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.12",
"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.12",
"typedoc-plugin-markdown": "3.17.1"
}
}

0 comments on commit e49993a

Please sign in to comment.