Skip to content

Commit 504f6c0

Browse files
committed
update next
1 parent 9320619 commit 504f6c0

File tree

6 files changed

+145
-112
lines changed

6 files changed

+145
-112
lines changed

.github/workflows/label-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: global:label_pr
1+
name: Label_pr
22

33
on:
44
- pull_request_target

.github/workflows/lint-commit-messages.yml

-12
This file was deleted.

commitlint.config.js

-6
This file was deleted.

next-env.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/types/global" />
3+
/// <reference types="next/image-types/global" />
4+
5+
// NOTE: This file should not be edited
6+
// see https://nextjs.org/docs/basic-features/typescript for more information.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"eslint": "^7.11.0",
1212
"husky": "^6.0.0",
1313
"lint-staged": "^10.5.4",
14-
"next": "^10.2.3",
14+
"next": "11.1.0",
1515
"react": "^17.0.2",
1616
"react-dom": "^17.0.2",
1717
"react-is": "^17.0.2",

0 commit comments

Comments
 (0)