Skip to content

Commit 8ada84a

Browse files
Update dependency upgrades - non-major (solution) (#412)
* Update dependency upgrades - non-major * Downgrade to typescript@5.2.2 for Cypress Ref: cypress-io/cypress#28385 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Karl Horky <karl.horky@gmail.com>
1 parent d5b3ed4 commit 8ada84a

File tree

2 files changed

+199
-142
lines changed

2 files changed

+199
-142
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
"dependencies": {
1313
"@emotion/react": "11.11.1",
1414
"focus-visible": "5.2.0",
15-
"next": "14.0.3",
15+
"next": "14.0.4",
1616
"react": "18.2.0",
1717
"react-dom": "18.2.0"
1818
},
1919
"devDependencies": {
2020
"@jest/globals": "29.7.0",
21-
"@testing-library/jest-dom": "6.1.4",
21+
"@testing-library/jest-dom": "6.1.5",
2222
"@testing-library/react": "14.1.2",
23-
"@types/jest": "29.5.10",
24-
"@types/node": "20.9.4",
25-
"@types/react": "18.2.38",
23+
"@types/jest": "29.5.11",
24+
"@types/node": "20.10.4",
25+
"@types/react": "18.2.42",
2626
"@types/react-dom": "18.2.17",
27-
"cypress": "13.6.0",
28-
"eslint": "8.54.0",
29-
"eslint-config-upleveled": "7.3.3",
27+
"cypress": "13.6.1",
28+
"eslint": "8.55.0",
29+
"eslint-config-upleveled": "7.3.4",
3030
"jest": "29.7.0",
3131
"jest-environment-jsdom": "29.7.0",
3232
"local-cypress": "1.2.6",

0 commit comments

Comments
 (0)