Skip to content

Commit 0504392

Browse files
author
samuel.gomez
committed
chore(deps): update script packages
1 parent 0fc85ce commit 0504392

File tree

1 file changed

+36
-31
lines changed

1 file changed

+36
-31
lines changed

scripts/files/package.json

Lines changed: 36 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -22,58 +22,63 @@
2222
"cz": "cz"
2323
},
2424
"dependencies": {
25-
"@axa-fr/react-oidc": "7.22.17",
25+
"@axa-fr/react-oidc": "7.22.18",
2626
"@axa-fr/react-toolkit-all": "2.3.1",
2727
"@axa-fr/react-toolkit-core": "2.3.1",
28-
"@tanstack/react-query": "5.51.1",
29-
"@tanstack/react-query-devtools": "5.51.1",
28+
"@tanstack/react-query": "5.51.3",
29+
"@tanstack/react-query-devtools": "5.51.3",
3030
"cross-fetch": "4.0.0",
3131
"lodash": "4.17.21",
3232
"react": "18.3.1",
3333
"react-dom": "18.3.1",
3434
"react-hook-form": "7.52.1",
35-
"react-router-dom": "6.24.1"
35+
"react-router-dom": "6.25.0"
3636
},
3737
"devDependencies": {
38-
"@commitlint/cli": "19.0.3",
39-
"@commitlint/config-conventional": "19.0.3",
40-
"@testing-library/jest-dom": "6.4.2",
41-
"@testing-library/react": "14.2.1",
38+
"@commitlint/cli": "19.3.0",
39+
"@commitlint/config-conventional": "19.2.2",
40+
"@eslint/compat": "1.1.1",
41+
"@eslint/eslintrc": "3.1.0",
42+
"@eslint/js": "9.7.0",
43+
"@testing-library/dom": "10.3.2",
44+
"@testing-library/jest-dom": "6.4.6",
45+
"@testing-library/react": "16.0.0",
4246
"@testing-library/react-hooks": "8.0.1",
4347
"@testing-library/user-event": "14.5.2",
4448
"@types/jest-axe": "3.5.9",
45-
"@types/lodash": "4.14.202",
46-
"@types/node": "20.11.25",
49+
"@types/lodash": "4.17.7",
50+
"@types/node": "20.14.11",
4751
"@types/react": "18.2.64",
48-
"@types/react-dom": "18.2.21",
49-
"@typescript-eslint/eslint-plugin": "7.1.1",
50-
"@typescript-eslint/parser": "7.1.1",
51-
"@vitejs/plugin-react": "4.2.1",
52-
"@vitest/coverage-v8": "1.3.1",
52+
"@types/react-dom": "18.3.0",
53+
"@typescript-eslint/eslint-plugin": "7.16.1",
54+
"@typescript-eslint/parser": "7.16.1",
55+
"@vitejs/plugin-react": "4.3.1",
56+
"@vitest/coverage-v8": "2.0.3",
5357
"cz-conventional-changelog": "3.3.0",
54-
"eslint": "8.57.0",
58+
"eslint": "9.7.0",
5559
"eslint-config-airbnb": "19.0.4",
5660
"eslint-config-airbnb-typescript": "18.0.0",
5761
"eslint-config-prettier": "9.1.0",
5862
"eslint-plugin-import": "2.29.1",
59-
"eslint-plugin-jsx-a11y": "6.8.0",
63+
"eslint-plugin-jsx-a11y": "6.9.0",
6064
"eslint-plugin-prettier": "5.1.3",
61-
"eslint-plugin-react": "7.34.0",
62-
"eslint-plugin-react-hooks": "4.6.0",
65+
"eslint-plugin-react": "7.34.4",
66+
"eslint-plugin-react-hooks": "4.6.2",
67+
"globals": "15.8.0",
6368
"husky": "9.0.11",
64-
"jest-axe": "8.0.0",
65-
"jest-cucumber": "3.0.1",
66-
"jsdom": "24.0.0",
67-
"lint-staged": "15.2.2",
68-
"msw": "2.2.3",
69-
"prettier": "3.2.5",
69+
"jest-axe": "9.0.0",
70+
"jest-cucumber": "4.4.0",
71+
"jsdom": "24.1.0",
72+
"lint-staged": "15.2.7",
73+
"msw": "2.3.1",
74+
"prettier": "3.3.3",
7075
"rollup-plugin-visualizer": "5.12.0",
71-
"sass": "1.71.1",
72-
"serve": "14.2.1",
73-
"typescript": "5.4.2",
74-
"vite": "5.1.6",
75-
"vite-tsconfig-paths": "4.3.1",
76-
"vitest": "1.3.1",
76+
"sass": "1.77.8",
77+
"serve": "14.2.3",
78+
"typescript": "5.5.3",
79+
"vite": "5.3.4",
80+
"vite-tsconfig-paths": "4.3.2",
81+
"vitest": "2.0.3",
7782
"vitest-sonar-reporter": "2.0.0",
7883
"whatwg-fetch": "3.6.20"
7984
},

0 commit comments

Comments
 (0)