Skip to content

Commit

Permalink
Update dependency upgrades - non-major (solution) (#412)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] and karlhorky committed Dec 8, 2023
1 parent d5b3ed4 commit 8ada84a
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 142 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"dependencies": {
"@emotion/react": "11.11.1",
"focus-visible": "5.2.0",
"next": "14.0.3",
"next": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@types/jest": "29.5.10",
"@types/node": "20.9.4",
"@types/react": "18.2.38",
"@types/jest": "29.5.11",
"@types/node": "20.10.4",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"cypress": "13.6.0",
"eslint": "8.54.0",
"eslint-config-upleveled": "7.3.3",
"cypress": "13.6.1",
"eslint": "8.55.0",
"eslint-config-upleveled": "7.3.4",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"local-cypress": "1.2.6",
Expand Down

0 comments on commit 8ada84a

Please sign in to comment.