Skip to content

Commit a192623

Browse files
fix(deps): update dependency next to v13 [security] (#1058)
* fix(deps): update dependency next to v13 [security] * deps: Update NextJS --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Piouffle <[email protected]>
1 parent f2cc3d6 commit a192623

File tree

3 files changed

+1218
-630
lines changed

3 files changed

+1218
-630
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"plugin:@typescript-eslint/recommended",
66
"plugin:react/recommended",
77
"plugin:react-hooks/recommended",
8-
"plugin:import/typescript"
8+
"plugin:import/typescript",
9+
"next"
910
],
1011
"parser": "@typescript-eslint/parser",
1112
"env": {

0 commit comments

Comments
 (0)