|
47 | 47 | "react-dom": "^19.1.2" |
48 | 48 | }, |
49 | 49 | "dependencies": { |
50 | | - "@fontsource-variable/roboto-flex": "5.2.5", |
51 | | - "@fontsource/material-icons-outlined": "5.2.5", |
52 | | - "@internationalized/date": "3.12.0", |
| 50 | + "@fontsource-variable/roboto-flex": "5.2.8", |
| 51 | + "@fontsource/material-icons-outlined": "5.2.6", |
| 52 | + "@internationalized/date": "3.12.2", |
53 | 53 | "@gouvfr-lasuite/cunningham-tokens": "*", |
54 | | - "@react-aria/calendar": "3.9.5", |
55 | | - "@react-aria/datepicker": "3.16.1", |
56 | | - "@react-aria/i18n": "3.12.16", |
57 | | - "@react-stately/calendar": "3.9.3", |
58 | | - "@react-stately/datepicker": "3.16.1", |
| 54 | + "@react-aria/calendar": "3.10.1", |
| 55 | + "@react-aria/datepicker": "3.17.1", |
| 56 | + "@react-aria/i18n": "3.13.1", |
| 57 | + "@react-stately/calendar": "3.10.1", |
| 58 | + "@react-stately/datepicker": "3.17.1", |
59 | 59 | "@tanstack/react-table": "8.21.3", |
60 | 60 | "@types/react-modal": "3.16.3", |
61 | | - "chromatic": "11.28.2", |
| 61 | + "chromatic": "17.7.1", |
62 | 62 | "classnames": "2.5.1", |
63 | | - "downshift": "9.0.9", |
64 | | - "react-aria": "3.47.0", |
65 | | - "react-aria-components": "1.16.0", |
| 63 | + "downshift": "9.3.6", |
| 64 | + "react-aria": "3.50.0", |
| 65 | + "react-aria-components": "1.19.0", |
66 | 66 | "react-modal": "3.16.3", |
67 | | - "react-stately": "3.45.0" |
| 67 | + "react-stately": "3.48.0" |
68 | 68 | }, |
69 | 69 | "engines": { |
70 | 70 | "node": ">=18.0.0" |
71 | 71 | }, |
72 | 72 | "devDependencies": { |
73 | | - "@babel/core": "7.27.1", |
74 | | - "@babel/plugin-proposal-decorators": "7.27.1", |
75 | | - "@babel/plugin-proposal-export-default-from": "7.27.1", |
76 | | - "@babel/preset-typescript": "7.27.1", |
77 | | - "@chromatic-com/storybook": "3.2.6", |
78 | | - "@faker-js/faker": "9.7.0", |
79 | | - "@hookform/resolvers": "5.0.1", |
| 73 | + "@babel/core": "8.0.1", |
| 74 | + "@babel/plugin-proposal-decorators": "8.0.2", |
| 75 | + "@babel/plugin-proposal-export-default-from": "8.0.1", |
| 76 | + "@babel/preset-typescript": "8.0.1", |
| 77 | + "@chromatic-com/storybook": "5.2.1", |
| 78 | + "@faker-js/faker": "10.5.0", |
| 79 | + "@hookform/resolvers": "5.4.0", |
80 | 80 | "@gouvfr-lasuite/cunningham-tokens": "*", |
81 | 81 | "@gouvfr-lasuite/typescript-configs": "*", |
82 | | - "@storybook/addon-a11y": "8.6.12", |
83 | | - "@storybook/addon-actions": "8.6.12", |
84 | | - "@storybook/addon-essentials": "8.6.12", |
85 | | - "@storybook/addon-interactions": "8.6.12", |
86 | | - "@storybook/addon-links": "8.6.12", |
| 82 | + "@storybook/addon-a11y": "10.4.6", |
| 83 | + "@storybook/addon-actions": "9.0.8", |
| 84 | + "@storybook/addon-essentials": "8.6.14", |
| 85 | + "@storybook/addon-interactions": "8.6.14", |
| 86 | + "@storybook/addon-links": "10.4.6", |
87 | 87 | "@storybook/preset-scss": "1.0.3", |
88 | | - "@storybook/react": "8.6.12", |
89 | | - "@storybook/react-vite": "8.6.12", |
| 88 | + "@storybook/react": "10.4.6", |
| 89 | + "@storybook/react-vite": "10.4.6", |
90 | 90 | "@storybook/storybook-deployer": "2.8.16", |
91 | | - "@testing-library/dom": "10.4.0", |
92 | | - "@testing-library/jest-dom": "6.6.3", |
93 | | - "@testing-library/react": "16.3.0", |
| 91 | + "@testing-library/dom": "10.4.1", |
| 92 | + "@testing-library/jest-dom": "6.9.1", |
| 93 | + "@testing-library/react": "16.3.2", |
94 | 94 | "@testing-library/user-event": "14.6.1", |
95 | | - "@types/jest": "29.5.14", |
96 | | - "@types/react": "19.1.2", |
97 | | - "@types/react-dom": "19.1.3", |
98 | | - "@vitejs/plugin-react": "4.4.1", |
| 95 | + "@types/jest": "30.0.0", |
| 96 | + "@types/react": "19.2.17", |
| 97 | + "@types/react-dom": "19.2.3", |
| 98 | + "@vitejs/plugin-react": "6.0.3", |
99 | 99 | "@vitest/coverage-c8": "0.33.0", |
100 | | - "@vitest/ui": "3.1.2", |
101 | | - "babel-loader": "10.0.0", |
102 | | - "css-loader": "7.1.2", |
103 | | - "glob": "11.1.0", |
104 | | - "jsdom": "26.1.0", |
105 | | - "react-hook-form": "7.56.2", |
| 100 | + "@vitest/ui": "4.1.9", |
| 101 | + "babel-loader": "10.1.1", |
| 102 | + "css-loader": "7.1.4", |
| 103 | + "glob": "13.0.6", |
| 104 | + "jsdom": "29.1.1", |
| 105 | + "react-hook-form": "7.80.0", |
106 | 106 | "remark-gfm": "4.0.0", |
107 | | - "sass": "1.87.0", |
108 | | - "sass-loader": "16.0.5", |
| 107 | + "sass": "1.101.0", |
| 108 | + "sass-loader": "17.0.0", |
109 | 109 | "storybook": "8.6.12", |
110 | 110 | "style-loader": "4.0.0", |
111 | | - "typescript": "5.8.3", |
| 111 | + "typescript": "6.0.3", |
112 | 112 | "vite": "6.4.1", |
113 | | - "vite-plugin-dts": "4.5.3", |
114 | | - "vite-tsconfig-paths": "5.1.4", |
| 113 | + "vite-plugin-dts": "5.0.3", |
| 114 | + "vite-tsconfig-paths": "6.1.1", |
115 | 115 | "vitest": "3.1.2", |
116 | 116 | "vitest-fetch-mock": "0.4.5", |
117 | | - "yup": "1.6.1" |
| 117 | + "yup": "1.7.1" |
118 | 118 | }, |
119 | 119 | "volta": { |
120 | 120 | "node": "20.16.0", |
|
0 commit comments