Skip to content

Commit

Permalink
chore(deps): bump various dependencies
Browse files Browse the repository at this point in the history
Note this ignores the Next.js update to v12.2.3 since it adds warnings about unknown next.config.js properties; see vercel/next.js#38967

Closes #261, #263, #264, #265, #266, #267, #268
  • Loading branch information
dirkdev98 committed Jul 25, 2022
1 parent a3c3165 commit 6bc195f
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 314 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -22,7 +22,7 @@
"axios": "0.27.2",
"jwt-decode": "3.1.2",
"next": "12.2.2",
"next-i18next": "11.1.1",
"next-i18next": "11.3.0",
"nookies": "2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -31,17 +31,17 @@
"devDependencies": {
"@compas/code-gen": "0.0.210",
"@compas/stdlib": "0.0.210",
"@playwright/test": "1.23.4",
"@svgr/webpack": "6.2.1",
"@types/node": "18.0.4",
"@playwright/test": "1.24.0",
"@svgr/webpack": "6.3.1",
"@types/node": "18.6.1",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/eslint-plugin": "5.30.7",
"autoprefixer": "10.4.7",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-no-relative-import-paths": "1.3.4",
"eslint-plugin-no-relative-import-paths": "1.4.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unused-imports": "2.0.0",
"postcss": "8.4.14",
Expand Down
1 change: 1 addition & 0 deletions src/hooks/useFeatureFlag.tsx
Expand Up @@ -15,5 +15,6 @@ export default function useFeatureFlag(): FeatureFlagCurrentResponseApi {
},
});

// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
return data!;
}

0 comments on commit 6bc195f

Please sign in to comment.