-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies (#119)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c6a6c59
commit 2bb2ad5
Showing
4 changed files
with
245 additions
and
234 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
.yarn/releases/yarn-3.6.2.cjs → .yarn/releases/yarn-3.6.3.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,21 +25,21 @@ | |
"react-hook-form": "7.45.4" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.22.10", | ||
"@babel/core": "7.22.11", | ||
"@babel/preset-env": "7.22.10", | ||
"@babel/preset-react": "7.22.5", | ||
"@netlify/plugin-nextjs": "4.40.1", | ||
"@testing-library/react": "14.0.0", | ||
"babel-jest": "29.6.3", | ||
"babel-jest": "29.6.4", | ||
"cypress": "12.17.4", | ||
"eslint": "8.47.0", | ||
"eslint": "8.48.0", | ||
"eslint-config-next": "13.4.19", | ||
"eslint-config-twilio": "2.0.0", | ||
"eslint-config-twilio-react": "2.0.0", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"jest": "29.6.3", | ||
"jest": "29.6.4", | ||
"prettier": "2.8.8", | ||
"start-server-and-test": "2.0.0" | ||
}, | ||
"packageManager": "[email protected].2" | ||
"packageManager": "[email protected].3" | ||
} |
Oops, something went wrong.