Skip to content

Commit

Permalink
fix(deps): update non-major updates(auto merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent 6267252 commit a209111
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix(deps): update non-major updates(auto merge)",
"packageName": "@rightcapital/color-helpers",
"email": "email not defined",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix(deps): update non-major updates(auto merge)",
"packageName": "@rightcapital/date-helpers",
"email": "email not defined",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix(deps): update non-major updates(auto merge)",
"packageName": "@rightcapital/exceptions",
"email": "email not defined",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"author": "RightCapital Ecosystem team <npm-publisher@rightcapital.com>",
"private": true,
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.14.2",
"engines": {
"node": ">=18.16.1"
},
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 @@ -11,7 +11,7 @@
"TypeScript"
],
"license": "MIT",
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.14.2",
"main": "lib/color-helpers.js",
"typings": "lib/color-helpers.d.ts",
"homepage": "https://www.rightcapital.com",
Expand Down
4 changes: 2 additions & 2 deletions packages/date-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://www.rightcapital.com",
"repository": "https://github.com/RightCapitalHQ/frontend-libraries",
"license": "MIT",
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.14.2",
"main": "lib/date-helpers.js",
"typings": "lib/date-helpers.d.ts",
"directories": {
Expand All @@ -35,7 +35,7 @@
},
"dependencies": {
"@rightcapital/exceptions": "workspace:*",
"date-fns": "3.3.0"
"date-fns": "3.3.1"
},
"peerDependencies": {
"date-fns": "^2.29.3 || ^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/exceptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"homepage": "https://www.rightcapital.com",
"repository": "https://github.com/RightCapitalHQ/frontend-libraries",
"license": "MIT",
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.14.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"directories": {
Expand Down
8 changes: 4 additions & 4 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 a209111

Please sign in to comment.