Skip to content

Commit

Permalink
updated next to v14.1.4 and cypress to v13.7.2 (#112)
Browse files Browse the repository at this point in the history
* updated next to v14.1.4 and cypress to v13.7.2

* added .nvmrc
  • Loading branch information
TomasBankauskas authored Apr 11, 2024
1 parent e6404f1 commit 22236aa
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 78 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18
134 changes: 59 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"export": "next export"
},
"dependencies": {
"cypress": "^13.4.0",
"next": "^14.0.1",
"cypress": "^13.7.2",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
3 changes: 2 additions & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
html,
body {
background-color: #f8fafc;
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell,
Expand All @@ -20,7 +21,7 @@ main {
}

code {
background: #fafafa;
background: #e2e8f0;
border-radius: 5px;
padding: 0.75rem;
font-family: Menlo, Monaco, Lucida Console, Courier New, monospace;
Expand Down

0 comments on commit 22236aa

Please sign in to comment.