Skip to content

Commit 36d0353

Browse files
chore: update npm dependencies
1 parent dfa9818 commit 36d0353

File tree

4 files changed

+1293
-1338
lines changed

4 files changed

+1293
-1338
lines changed

web/apps/package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,52 +14,52 @@
1414
"clean": "del coverage dist node_modules/.cache"
1515
},
1616
"dependencies": {
17-
"@axa-fr/react-oidc": "^7.25.13",
17+
"@axa-fr/react-oidc": "^7.26.0",
1818
"@graphql-typed-document-node/core": "^3.2.0",
1919
"@radix-ui/react-slot": "^1.2.3",
2020
"@scaffold/ui": "workspace:*",
2121
"class-variance-authority": "^0.7.1",
2222
"clsx": "^2.1.1",
2323
"graphql": "^16.11.0",
24-
"graphql-request": "^7.2.0",
24+
"graphql-request": "^7.3.0",
2525
"graphql-tag": "^2.12.6",
26-
"i18next": "^25.2.0",
27-
"i18next-browser-languagedetector": "^8.1.0",
28-
"react": "^19.0.0",
29-
"react-dom": "^19.0.0",
30-
"react-i18next": "^15.5.2",
31-
"tailwind-merge": "^3.3.0",
32-
"vitest": "^3.1.4"
26+
"i18next": "^25.6.0",
27+
"i18next-browser-languagedetector": "^8.2.0",
28+
"react": "^19.2.0",
29+
"react-dom": "^19.2.0",
30+
"react-i18next": "^16.0.1",
31+
"tailwind-merge": "^3.3.1",
32+
"vitest": "^3.2.4"
3333
},
3434
"devDependencies": {
35-
"@graphql-codegen/cli": "5.0.6",
36-
"@graphql-codegen/client-preset": "4.8.1",
37-
"@graphql-codegen/typescript": "^4.1.6",
38-
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
39-
"@graphql-codegen/typescript-operations": "^4.6.1",
40-
"@tailwindcss/vite": "^4.1.7",
41-
"@testing-library/dom": "^10.4.0",
42-
"@testing-library/jest-dom": "^6.6.3",
43-
"@testing-library/react": "^16.2.0",
35+
"@graphql-codegen/cli": "6.0.0",
36+
"@graphql-codegen/client-preset": "5.1.0",
37+
"@graphql-codegen/typescript": "^5.0.2",
38+
"@graphql-codegen/typescript-graphql-request": "^6.3.0",
39+
"@graphql-codegen/typescript-operations": "^5.0.2",
40+
"@tailwindcss/vite": "^4.1.14",
41+
"@testing-library/dom": "^10.4.1",
42+
"@testing-library/jest-dom": "^6.9.1",
43+
"@testing-library/react": "^16.3.0",
4444
"@testing-library/user-event": "^14.6.1",
45-
"@types/node": "^22.15.23",
46-
"@types/react": "^19.0.10",
47-
"@types/react-dom": "^19.0.4",
48-
"@vitejs/plugin-react": "^4.3.4",
45+
"@types/node": "^22.18.11",
46+
"@types/react": "^19.2.2",
47+
"@types/react-dom": "^19.2.2",
48+
"@vitejs/plugin-react": "^5.0.4",
4949
"autoprefixer": "^10.4.21",
50-
"del-cli": "^6.0.0",
50+
"del-cli": "^7.0.0",
5151
"happy-dom": "^17.1.8",
5252
"i18next-parser": "^9.3.0",
53-
"msw": "^2.7.3",
54-
"postcss": "^8.5.3",
55-
"tailwindcss": "^3.4.17",
53+
"msw": "^2.11.5",
54+
"postcss": "^8.5.6",
55+
"tailwindcss": "^4.1.14",
5656
"tailwindcss-animate": "^1.0.7",
57-
"typescript": "~5.7.2",
57+
"typescript": "~5.9.3",
5858
"vite": "^6.2.0",
5959
"vite-tsconfig-paths": "^5.1.4"
6060
},
6161
"engines": {
62-
"node": ">=22.11.0"
62+
"node": ">=22.20.0"
6363
},
6464
"graphql": {
6565
"schema": "../../../schema/graphql/*.graphql"

web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"typecheck": "tsc -b apps/tsconfig.json --noEmit"
1010
},
1111
"devDependencies": {
12-
"@vitest/coverage-v8": "3.0.7",
13-
"eslint": "^9.21.0",
12+
"@vitest/coverage-v8": "3.2.4",
13+
"eslint": "^9.37.0",
1414
"eslint-config-reearth": "^0.3.8",
15-
"prettier": "^3.5.2",
16-
"vitest": "^3.0.7"
15+
"prettier": "^3.6.2",
16+
"vitest": "^3.2.4"
1717
},
1818
"prettier": "eslint-config-reearth/.prettierrc.json",
19-
"packageManager": "pnpm@10.11.0"
19+
"packageManager": "pnpm@10.18.3"
2020
}

web/packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"exports": "./index.ts",
66
"scripts": {},
77
"dependencies": {
8-
"vitest": "^3.1.4"
8+
"vitest": "^3.2.4"
99
}
1010
}

0 commit comments

Comments
 (0)