Skip to content

Commit b5dcc73

Browse files
fix(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 473f5ac commit b5dcc73

File tree

2 files changed

+256
-230
lines changed

2 files changed

+256
-230
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"@mantine/form": "6.0.22",
4040
"@mantine/hooks": "6.0.22",
4141
"@mantine/next": "6.0.22",
42-
"@neondatabase/serverless": "0.9.4",
42+
"@neondatabase/serverless": "0.9.5",
4343
"@next/bundle-analyzer": "14.2.5",
44-
"@prisma/adapter-neon": "5.18.0",
45-
"@prisma/client": "5.18.0",
44+
"@prisma/adapter-neon": "5.19.1",
45+
"@prisma/client": "5.19.1",
4646
"@storybook/test": "8.2.9",
4747
"@tabler/icons-react": "2.47.0",
4848
"@tanstack/react-query": "4.36.1",
@@ -74,7 +74,7 @@
7474
"devDependencies": {
7575
"@faker-js/faker": "7.6.0",
7676
"@paralleldrive/cuid2": "2.2.2",
77-
"@relative-ci/agent": "4.2.10",
77+
"@relative-ci/agent": "4.2.11",
7878
"@storybook/addon-a11y": "8.2.9",
7979
"@storybook/addon-essentials": "8.2.9",
8080
"@storybook/addon-interactions": "8.2.9",
@@ -85,8 +85,8 @@
8585
"@storybook/react": "8.2.9",
8686
"@tomfreudenberg/next-auth-mock": "0.5.6",
8787
"@types/luxon": "3.4.2",
88-
"@types/node": "20.16.1",
89-
"@types/react": "18.3.4",
88+
"@types/node": "20.16.4",
89+
"@types/react": "18.3.5",
9090
"@types/react-dom": "18.3.0",
9191
"@types/umami": "0.1.5",
9292
"@types/ws": "8.5.12",
@@ -100,34 +100,34 @@
100100
"eslint-config-next": "14.2.5",
101101
"eslint-config-prettier": "9.1.0",
102102
"eslint-formatter-github": "1.1.4",
103-
"eslint-import-resolver-typescript": "3.6.1",
103+
"eslint-import-resolver-typescript": "3.6.3",
104104
"eslint-plugin-codegen": "0.28.0",
105105
"eslint-plugin-i18next": "6.0.9",
106106
"eslint-plugin-import": "npm:[email protected]",
107107
"eslint-plugin-node": "npm:[email protected]",
108-
"eslint-plugin-react": "7.35.0",
108+
"eslint-plugin-react": "7.35.2",
109109
"eslint-plugin-storybook": "0.8.0",
110110
"eslint-plugin-turbo": "1.13.4",
111111
"husky": "9.1.5",
112112
"i18next-hmr": "3.1.3",
113-
"knip": "5.27.3",
114-
"lint-staged": "15.2.9",
113+
"knip": "5.29.2",
114+
"lint-staged": "15.2.10",
115115
"listr2": "8.2.4",
116116
"luxon": "3.5.0",
117117
"merge-anything": "6.0.2",
118118
"prettier": "3.3.3",
119119
"prettier-plugin-jsdoc": "1.3.0",
120-
"prettier-plugin-packagejson": "2.5.1",
120+
"prettier-plugin-packagejson": "2.5.2",
121121
"prettier-plugin-prisma": "5.0.0",
122-
"prisma": "5.18.0",
122+
"prisma": "5.19.1",
123123
"react-docgen-typescript": "2.2.2",
124124
"storybook": "8.2.9",
125-
"tsx": "4.17.0",
125+
"tsx": "4.19.0",
126126
"turbo": "1.13.4",
127-
"type-fest": "4.25.0",
127+
"type-fest": "4.26.0",
128128
"typescript": "5.5.4"
129129
},
130-
"packageManager": "pnpm@9.8.0",
130+
"packageManager": "pnpm@9.9.0",
131131
"engines": {
132132
"node": "^20.12.2",
133133
"pnpm": "^9.0.0"

0 commit comments

Comments
 (0)