-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR-URL: #390 Co-authored-by: Joe Karow <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Loading branch information
1 parent
28261f8
commit dd6feb0
Showing
11 changed files
with
2,092 additions
and
2,523 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
version = 1 | ||
|
||
exclude_patterns = [ | ||
"prisma/migrations/**", | ||
"prisma/data-migrations/**", | ||
"prisma/_queries/**" | ||
] | ||
|
||
[[analyzers]] | ||
name = "secrets" | ||
|
||
[[analyzers]] | ||
name = "javascript" | ||
|
||
[analyzers.meta] | ||
plugins = ["react"] | ||
environment = [ | ||
"nodejs", | ||
"browser" | ||
] | ||
|
||
[[transformers]] | ||
name = "prettier" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20.11.1 | ||
20.12.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
"with-env": "dotenv -e ./.env --" | ||
}, | ||
"dependencies": { | ||
"@crowdin/crowdin-api-client": "1.30.0", | ||
"@crowdin/crowdin-api-client": "1.33.0", | ||
"@emotion/react": "11.11.4", | ||
"@emotion/server": "11.11.0", | ||
"@mantine/carousel": "6.0.21", | ||
|
@@ -41,8 +41,9 @@ | |
"@mantine/next": "6.0.21", | ||
"@neondatabase/serverless": "0.9.0", | ||
"@next/bundle-analyzer": "14.1.4", | ||
"@prisma/adapter-neon": "5.11.0", | ||
"@prisma/client": "5.11.0", | ||
"@prisma/adapter-neon": "5.12.1", | ||
"@prisma/client": "5.12.1", | ||
"@storybook/test": "8.0.6", | ||
"@tabler/icons-react": "2.47.0", | ||
"@tanstack/react-query": "4.36.1", | ||
"@tanstack/react-query-devtools": "4.36.1", | ||
|
@@ -54,10 +55,10 @@ | |
"@vercel/speed-insights": "1.0.10", | ||
"embla-carousel-auto-height": "7.1.0", | ||
"embla-carousel-react": "7.1.0", | ||
"i18next": "23.10.1", | ||
"i18next-browser-languagedetector": "7.2.0", | ||
"i18next": "23.11.0", | ||
"i18next-browser-languagedetector": "7.2.1", | ||
"i18next-http-backend": "2.5.0", | ||
"nanoid": "5.0.6", | ||
"nanoid": "5.0.7", | ||
"next": "14.1.4", | ||
"next-i18next": "15.2.0", | ||
"next-sitemap": "4.2.3", | ||
|
@@ -73,59 +74,58 @@ | |
"devDependencies": { | ||
"@faker-js/faker": "7.6.0", | ||
"@paralleldrive/cuid2": "2.2.2", | ||
"@storybook/addon-a11y": "7.6.17", | ||
"@storybook/addon-essentials": "7.6.17", | ||
"@storybook/addon-interactions": "7.6.17", | ||
"@storybook/addon-links": "7.6.17", | ||
"@storybook/addon-viewport": "7.6.17", | ||
"@storybook/blocks": "7.6.17", | ||
"@storybook/nextjs": "7.6.17", | ||
"@storybook/react": "7.6.17", | ||
"@storybook/testing-library": "0.2.2", | ||
"@storybook/addon-a11y": "8.0.6", | ||
"@storybook/addon-essentials": "8.0.6", | ||
"@storybook/addon-interactions": "8.0.6", | ||
"@storybook/addon-links": "8.0.6", | ||
"@storybook/addon-viewport": "8.0.6", | ||
"@storybook/blocks": "8.0.6", | ||
"@storybook/nextjs": "8.0.6", | ||
"@storybook/react": "8.0.6", | ||
"@tomfreudenberg/next-auth-mock": "0.5.6", | ||
"@types/luxon": "3.4.2", | ||
"@types/node": "20.11.30", | ||
"@types/prettier": "2.7.3", | ||
"@types/react": "18.2.67", | ||
"@types/react-dom": "18.2.22", | ||
"@types/node": "20.12.5", | ||
"@types/react": "18.2.74", | ||
"@types/react-dom": "18.2.24", | ||
"@types/umami": "0.1.5", | ||
"@types/ws": "8.5.10", | ||
"@typescript-eslint/eslint-plugin": "7.3.1", | ||
"@typescript-eslint/parser": "7.3.1", | ||
"@typescript-eslint/eslint-plugin": "7.5.0", | ||
"@typescript-eslint/parser": "7.5.0", | ||
"boxen": "7.1.1", | ||
"chromatic": "11.2.0", | ||
"chromatic": "11.3.0", | ||
"dotenv": "16.4.5", | ||
"dotenv-cli": "7.4.1", | ||
"eslint": "8.57.0", | ||
"eslint-config-next": "14.1.4", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-formatter-github": "1.1.4", | ||
"eslint-import-resolver-typescript": "3.6.1", | ||
"eslint-plugin-codegen": "0.26.0", | ||
"eslint-plugin-codegen": "0.28.0", | ||
"eslint-plugin-i18next": "6.0.3", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-import": "npm:eslint-plugin-i@2.29.1", | ||
"eslint-plugin-node": "npm:[email protected]", | ||
"eslint-plugin-react": "7.34.1", | ||
"eslint-plugin-storybook": "0.8.0", | ||
"eslint-plugin-turbo": "1.12.5", | ||
"eslint-plugin-turbo": "1.13.2", | ||
"husky": "9.0.11", | ||
"knip": "5.9.1", | ||
"lint-staged": "15.2.2", | ||
"listr2": "8.0.2", | ||
"listr2": "8.2.1", | ||
"luxon": "3.4.4", | ||
"merge-anything": "5.1.7", | ||
"prettier": "3.2.5", | ||
"prettier-plugin-jsdoc": "1.3.0", | ||
"prettier-plugin-packagejson": "2.4.12", | ||
"prettier-plugin-packagejson": "2.4.14", | ||
"prettier-plugin-prisma": "5.0.0", | ||
"prisma": "5.11.0", | ||
"prisma": "5.12.1", | ||
"react-docgen-typescript": "2.2.2", | ||
"storybook": "7.6.17", | ||
"tsx": "4.7.1", | ||
"turbo": "1.12.5", | ||
"type-fest": "4.13.1", | ||
"typescript": "5.4.2" | ||
"storybook": "8.0.6", | ||
"tsx": "4.7.2", | ||
"turbo": "1.13.2", | ||
"type-fest": "4.15.0", | ||
"typescript": "5.4.4" | ||
}, | ||
"packageManager": "[email protected].5", | ||
"packageManager": "[email protected].6", | ||
"engines": { | ||
"node": "^20.0.0", | ||
"pnpm": "^8.0.0" | ||
|
@@ -138,10 +138,5 @@ | |
"budgetPercentIncreaseRed": 20, | ||
"minimumChangeThreshold": 512, | ||
"showDetails": true | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"eslint-plugin-import": "npm:eslint-plugin-i" | ||
} | ||
} | ||
} |
Oops, something went wrong.