Skip to content

Commit

Permalink
Update NextJS
Browse files Browse the repository at this point in the history
  • Loading branch information
iggy890 committed Mar 3, 2023
1 parent 05be927 commit 29651c1
Show file tree
Hide file tree
Showing 4 changed files with 2,422 additions and 2,578 deletions.
2 changes: 1 addition & 1 deletion components/common/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function Header() {
</label>
</Action>
<Action>
<Button href="https://github.com/CodeEditApp/CodeEdit/releases/latest" target="_blank" compact>Download Alpha</Button>
<Button href="https://github.com/CodeEditApp/CodeEdit/releases/latest" target="_blank" compact>Download</Button>
</Action>
</Actions>
</Menu>
Expand Down
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@/hooks/*": ["./hooks/*"],
"@/styles/*": ["./styles/*"],
"@/utils/*": ["./utils/*"],
"@/assets/*": ["./assets/*"]
"@/assets/*": ["./assets/*"],
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@svgr/webpack": "^6.3.1",
"globby": "13.1.2",
"next": "12.1.0",
"next": "^12.1.0",
"prettier": "^2.5.1",
"prop-types": "^15.8.1",
"react": "17.0.2",
Expand Down
Loading

0 comments on commit 29651c1

Please sign in to comment.