Skip to content

Commit cc34314

Browse files
authored
build(next): update next to v12.2.0 (#99)
1 parent 45c3edb commit cc34314

4 files changed

Lines changed: 761 additions & 1900 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424

2525
- name: Install modules
2626
run: yarn
27-
- name: Run Linter
28-
run: npm run lint
2927
- name: Check Build Status
3028
env:
3129
CMS_API: ${{ secrets.CMS_API }}

next-env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/// <reference types="next" />
2-
/// <reference types="next/types/global" />
32
/// <reference types="next/image-types/global" />
43

54
// NOTE: This file should not be edited

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"axios": "0.21.2",
1818
"glob": "7.1.6",
1919
"lodash": "4.17.21",
20-
"next": "12.0.0",
20+
"next": "12.2.0",
2121
"next-pwa": "3.1.5",
2222
"postcss": "8.4.4",
2323
"postcss-import": "12.0.1",
@@ -38,8 +38,8 @@
3838
"babel-plugin-inline-react-svg": "1.1.1",
3939
"command-line-args": "5.1.3",
4040
"dotenv": "10.0.0",
41-
"eslint": "7.8.1",
42-
"eslint-config-next": "^11.1.2",
41+
"eslint": "7.32.0",
42+
"eslint-config-next": "11.1.4",
4343
"eslint-config-prettier": "6.11.0",
4444
"eslint-plugin-prettier": "3.1.3",
4545
"eslint-plugin-react": "7.20.6",

0 commit comments

Comments
 (0)