Skip to content

Commit

Permalink
Bumping all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
markojak committed Jun 3, 2022
1 parent aa283d2 commit 7ddc77f
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 1,742 deletions.
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"lint": "next lint"
},
"dependencies": {
"next": "12.0.2",
"react": "17.0.2",
"react-dom": "17.0.2"
"next": "^12.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"devDependencies": {
"@types/node": "16.11.6",
"@types/react": "17.0.34",
"eslint": "7",
"eslint-config-next": "12.0.2",
"typescript": "4.4.4"
"@types/node": "^17.0.38",
"@types/react": "^18.0.10",
"eslint": "^8.16.0",
"eslint-config-next": "^12.1.6",
"typescript": "^4.7.2"
}
}
Loading

0 comments on commit 7ddc77f

Please sign in to comment.