Skip to content

Commit 6a206e6

Browse files
fix(deps): update all non-major third-party dependencies
1 parent b0ce851 commit 6a206e6

File tree

6 files changed

+52
-52
lines changed

6 files changed

+52
-52
lines changed

.github/actions/pnpm-setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
with:
2727
node-version-file: .node-version
2828

29-
- uses: pnpm/action-setup@v4.0.0
29+
- uses: pnpm/action-setup@v4.1.0
3030
with:
3131
run_install: false
3232

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.13.0
1+
22.14.0

apps/web/.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.13.0
1+
22.14.0

apps/web/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# base node image
2-
FROM node:22.12.0-bullseye as base
2+
FROM node:22.14.0-bullseye as base
33

44
SHELL ["/bin/bash", "-c"]
55

apps/web/package.json

+41-41
Original file line numberDiff line numberDiff line change
@@ -8,79 +8,79 @@
88
},
99
"version": "1.22.2",
1010
"dependencies": {
11-
"@chakra-ui/react": "3.2.5",
11+
"@chakra-ui/react": "3.8.0",
1212
"@emotion/cache": "11.14.0",
1313
"@emotion/react": "11.14.0",
1414
"@emotion/server": "11.11.0",
15-
"@react-router/node": "7.1.1",
15+
"@react-router/node": "7.2.0",
1616
"@supabase/ssr": "0.5.2",
17-
"@supabase/supabase-js": "2.47.10",
17+
"@supabase/supabase-js": "2.48.1",
1818
"cross-env": "7.0.3",
1919
"d3-shape": "3.2.0",
20-
"i18next": "24.2.0",
21-
"i18next-browser-languagedetector": "8.0.2",
20+
"i18next": "24.2.2",
21+
"i18next-browser-languagedetector": "8.0.3",
2222
"i18next-fs-backend": "2.6.0",
23-
"i18next-http-backend": "3.0.1",
24-
"isbot": "5.1.19",
23+
"i18next-http-backend": "3.0.2",
24+
"isbot": "5.1.22",
2525
"next-themes": "0.4.4",
2626
"react": "19.0.0",
2727
"react-dom": "19.0.0",
28-
"react-i18next": "15.4.0",
29-
"react-icons": "5.4.0",
30-
"react-router": "7.1.1",
31-
"recharts": "2.15.0",
28+
"react-i18next": "15.4.1",
29+
"react-icons": "5.5.0",
30+
"react-router": "7.2.0",
31+
"recharts": "2.15.1",
3232
"remix-i18next": "7.0.2",
33-
"supabase": "2.2.1",
33+
"supabase": "2.12.1",
3434
"tiny-invariant": "1.3.3"
3535
},
3636
"devDependencies": {
37-
"@commitlint/config-conventional": "19.6.0",
38-
"@pandacss/dev": "0.51.1",
39-
"@react-router/dev": "7.1.1",
40-
"@react-router/fs-routes": "7.1.1",
41-
"@react-router/remix-routes-option-adapter": "7.1.1",
37+
"@commitlint/config-conventional": "19.7.1",
38+
"@pandacss/dev": "0.53.0",
39+
"@react-router/dev": "7.2.0",
40+
"@react-router/fs-routes": "7.2.0",
41+
"@react-router/remix-routes-option-adapter": "7.2.0",
4242
"@testing-library/dom": "10.4.0",
43-
"@testing-library/react": "16.1.0",
44-
"@testing-library/user-event": "14.5.2",
43+
"@testing-library/react": "16.2.0",
44+
"@testing-library/user-event": "14.6.1",
4545
"@types/eslint": "9.6.1",
46-
"@types/node": "22.10.5",
47-
"@types/react": "19.0.2",
48-
"@types/react-dom": "19.0.2",
49-
"@typescript-eslint/eslint-plugin": "8.19.0",
50-
"@typescript-eslint/parser": "8.19.0",
46+
"@types/node": "22.13.4",
47+
"@types/react": "19.0.10",
48+
"@types/react-dom": "19.0.4",
49+
"@typescript-eslint/eslint-plugin": "8.24.1",
50+
"@typescript-eslint/parser": "8.24.1",
5151
"@vitejs/plugin-react": "4.3.4",
52-
"@vitest/coverage-v8": "2.1.8",
53-
"@vitest/eslint-plugin": "1.1.24",
54-
"@vitest/ui": "2.1.8",
52+
"@vitest/coverage-v8": "2.1.9",
53+
"@vitest/eslint-plugin": "1.1.31",
54+
"@vitest/ui": "2.1.9",
5555
"autoprefixer": "10.4.20",
5656
"c8": "10.1.3",
5757
"dotenv": "16.4.7",
5858
"esbuild": "0.24.2",
59-
"eslint": "9.17.0",
59+
"eslint": "9.20.1",
6060
"eslint-config-prettier": "9.1.0",
61-
"eslint-config-turbo": "2.3.3",
61+
"eslint-config-turbo": "2.4.2",
6262
"eslint-plugin-import": "2.31.0",
6363
"eslint-plugin-jsx-a11y": "6.10.2",
64-
"eslint-plugin-no-relative-import-paths": "1.5.5",
65-
"eslint-plugin-react": "7.37.3",
66-
"eslint-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
64+
"eslint-plugin-no-relative-import-paths": "1.6.1",
65+
"eslint-plugin-react": "7.37.4",
66+
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
6767
"eslint-plugin-react-hooks": "5.1.0",
68-
"eslint-plugin-react-refresh": "0.4.16",
69-
"eslint-plugin-sonarjs": "3.0.1",
70-
"eslint-plugin-storybook": "0.11.2",
68+
"eslint-plugin-react-refresh": "0.4.19",
69+
"eslint-plugin-sonarjs": "3.0.2",
70+
"eslint-plugin-storybook": "0.11.3",
7171
"eslint-plugin-testing-library": "7.1.1",
7272
"eslint-plugin-unused-imports": "4.1.4",
7373
"eslint-plugin-vitest-globals": "1.5.0",
74-
"globals": "15.14.0",
75-
"happy-dom": "16.3.0",
74+
"globals": "15.15.0",
75+
"happy-dom": "16.8.1",
7676
"msw": "2.7.0",
77-
"postcss": "8.4.49",
78-
"remix-flat-routes": "0.6.5",
79-
"rollup-plugin-visualizer": "5.13.1",
77+
"postcss": "8.5.2",
78+
"remix-flat-routes": "0.8.5",
79+
"rollup-plugin-visualizer": "5.14.0",
8080
"tsc-files": "1.1.4",
8181
"tsconfig-paths": "4.2.0",
8282
"typescript-coverage-report": "1.0.0",
83-
"typescript-eslint": "8.19.0",
83+
"typescript-eslint": "8.24.1",
8484
"vite": "6.0.7",
8585
"vite-plugin-checker": "0.8.0",
8686
"vite-tsconfig-paths": "5.1.4",

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flump",
33
"version": "1.18.0",
44
"private": true,
5-
"packageManager": "[email protected].2",
5+
"packageManager": "[email protected].5",
66
"workspaces": [
77
"apps/*",
88
"packages/*"
@@ -21,17 +21,17 @@
2121
},
2222
"dependencies": {
2323
"env-cmd": "10.1.0",
24-
"turbo": "2.3.3"
24+
"turbo": "2.4.2"
2525
},
2626
"devDependencies": {
27-
"@commitlint/cli": "19.6.1",
28-
"commitlint": "19.6.1",
27+
"@commitlint/cli": "19.7.1",
28+
"commitlint": "19.7.1",
2929
"husky": "9.1.7",
30-
"lint-staged": "15.3.0",
31-
"prettier": "3.4.2",
30+
"lint-staged": "15.4.3",
31+
"prettier": "3.5.1",
3232
"rollup-plugin-node-polyfills": "0.2.1",
3333
"type-coverage": "2.29.7",
34-
"typescript": "5.7.2"
34+
"typescript": "5.7.3"
3535
},
3636
"engines": {
3737
"node": ">=14.0.0",

0 commit comments

Comments
 (0)