Skip to content

Commit 2d49b1c

Browse files
committed
Bump up lib versions
1 parent 7b0e4f3 commit 2d49b1c

20 files changed

+5549
-5784
lines changed

.github/workflows/e2e.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: End-to-end Tests
22
on:
33
push:
4-
branches: [main, develop]
4+
branches: [main, develop, prod]
55
pull_request:
6-
branches: [main, develop]
6+
branches: [main, develop, prod]
77
jobs:
88
e2e:
99
timeout-minutes: 60

.github/workflows/validate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Lint, Format and Build
22
on:
33
push:
4-
branches: [main, develop]
4+
branches: [main, develop, prod]
55
pull_request:
6-
branches: [main, develop]
6+
branches: [main, develop, prod]
77
jobs:
88
validate:
99
timeout-minutes: 60

next-env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)