Skip to content

Commit 267774c

Browse files
fix(deps): update all non-major dependencies (#144)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa20489 commit 267774c

File tree

2 files changed

+233
-179
lines changed

2 files changed

+233
-179
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@
1818
"dependencies": {
1919
"@twilio-paste/core": "latest",
2020
"@twilio-paste/icons": "latest",
21-
"next": "13.5.7",
21+
"next": "13.5.8",
2222
"prop-types": "15.8.1",
2323
"react": "18.2.0",
2424
"react-dom": "18.2.0",
25-
"react-hook-form": "7.53.2"
25+
"react-hook-form": "7.54.2"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.26.0",
29-
"@babel/preset-env": "7.26.0",
30-
"@babel/preset-react": "7.25.9",
28+
"@babel/core": "7.26.7",
29+
"@babel/preset-env": "7.26.7",
30+
"@babel/preset-react": "7.26.3",
3131
"@testing-library/react": "14.3.1",
3232
"babel-jest": "29.7.0",
33-
"cypress": "13.16.0",
33+
"cypress": "13.17.0",
3434
"eslint": "8.57.1",
35-
"eslint-config-next": "13.5.7",
35+
"eslint-config-next": "13.5.8",
3636
"eslint-config-twilio": "2.0.0",
3737
"eslint-config-twilio-react": "2.0.0",
3838
"eslint-plugin-prettier": "4.2.1",
3939
"jest": "29.7.0",
4040
"prettier": "2.8.8",
41-
"start-server-and-test": "2.0.8"
41+
"start-server-and-test": "2.0.10"
4242
},
4343
"packageManager": "[email protected]"
4444
}

0 commit comments

Comments
 (0)