|
69 | 69 | },
|
70 | 70 | "homepage": "https://github.com/trussworks/react-uswds#readme",
|
71 | 71 | "peerDependencies": {
|
| 72 | + "@types/react": "^16.x || ^17.x || ^18.x || ^19.x", |
| 73 | + "@types/react-dom": "^16.x || ^17.x || ^18.x || ^19.x", |
72 | 74 | "@uswds/uswds": "^3.7.1",
|
73 | 75 | "focus-trap-react": "^10.2.3",
|
74 |
| - "react": "^16.x || ^17.x || ^18.x", |
75 |
| - "react-dom": "^16.x || ^17.x || ^18.x" |
| 76 | + "react": "^16.x || ^17.x || ^18.x || ^19.x", |
| 77 | + "react-dom": "^16.x || ^17.x || ^18.x || ^19.x" |
76 | 78 | },
|
77 | 79 | "devDependencies": {
|
78 | 80 | "@babel/core": "^7.23.9",
|
79 | 81 | "@eslint/compat": "^1.2.7",
|
80 | 82 | "@eslint/eslintrc": "^3.3.0",
|
81 | 83 | "@eslint/js": "^9.22.0",
|
82 | 84 | "@laynezh/vite-plugin-lib-assets": "^0.5.14",
|
83 |
| - "@storybook/addon-a11y": "^8.0.4", |
84 |
| - "@storybook/addon-essentials": "^8.0.4", |
85 |
| - "@storybook/addon-interactions": "^8.0.4", |
86 |
| - "@storybook/addon-links": "^8.0.4", |
87 |
| - "@storybook/addon-mdx-gfm": "^8.0.4", |
88 |
| - "@storybook/addons": "^7.6.10", |
89 |
| - "@storybook/blocks": "^8.0.0", |
90 |
| - "@storybook/manager-api": "^8.0.4", |
91 |
| - "@storybook/react": "^8.0.4", |
92 |
| - "@storybook/react-vite": "^8.0.4", |
93 |
| - "@storybook/test": "^8.0.4", |
94 |
| - "@storybook/theming": "^8.0.4", |
| 85 | + "@storybook/addon-a11y": "^8.6.4", |
| 86 | + "@storybook/addon-essentials": "^8.6.4", |
| 87 | + "@storybook/addon-interactions": "^8.6.4", |
| 88 | + "@storybook/addon-links": "^8.6.4", |
| 89 | + "@storybook/addon-mdx-gfm": "^8.6.4", |
| 90 | + "@storybook/blocks": "^8.6.4", |
| 91 | + "@storybook/manager-api": "^8.6.4", |
| 92 | + "@storybook/react": "^8.6.4", |
| 93 | + "@storybook/react-vite": "^8.6.4", |
| 94 | + "@storybook/test": "^8.6.4", |
| 95 | + "@storybook/theming": "^8.6.4", |
95 | 96 | "@testing-library/dom": "^9.0.0",
|
96 | 97 | "@testing-library/jest-dom": "^6.4.2",
|
97 |
| - "@testing-library/react": "^14.1.2", |
| 98 | + "@testing-library/react": "^16.2.0", |
98 | 99 | "@testing-library/user-event": "^14.0.4",
|
99 |
| - "@types/react": "^18.2.48", |
100 |
| - "@types/react-dom": "^18.2.18", |
101 |
| - "@types/react-test-renderer": "^18.0.7", |
| 100 | + "@types/react": "^19.0.10", |
| 101 | + "@types/react-dom": "^19.0.4", |
102 | 102 | "@typescript-eslint/eslint-plugin": "^8.26.1",
|
103 | 103 | "@typescript-eslint/parser": "^8.26.1",
|
104 | 104 | "@uswds/uswds": "3.7.1",
|
|
125 | 125 | "husky": "^9.0.10",
|
126 | 126 | "jsdom": "^24.0.0",
|
127 | 127 | "prettier": "^3.2.5",
|
128 |
| - "react": "^18.2.0", |
129 |
| - "react-dom": "^18.2.0", |
130 |
| - "react-test-renderer": "^18.2.0", |
| 128 | + "react": "^19.0.0", |
| 129 | + "react-dom": "^19.0.0", |
131 | 130 | "sass": "^1.26.0",
|
132 |
| - "storybook": "^8.0.4", |
133 |
| - "stylelint": "^16.2.1", |
| 131 | + "storybook": "^8.6.4", |
| 132 | + "stylelint": "^16.12.0", |
134 | 133 | "stylelint-config-css-modules": "^4.4.0",
|
135 |
| - "stylelint-config-prettier": "^9.0.5", |
136 | 134 | "stylelint-config-recommended": "^14.0.0",
|
137 | 135 | "stylelint-config-sass-guidelines": "^12.1.0",
|
138 | 136 | "stylelint-config-standard-scss": "^13.0.0",
|
139 |
| - "stylelint-prettier": "^5.0.0", |
140 | 137 | "typescript": "^5.1.6",
|
141 | 138 | "vite": "^5.0.12",
|
142 | 139 | "vite-plugin-checker": "^0.7.0",
|
|
151 | 148 | "json-schema": "0.4.0",
|
152 | 149 | "trim": "0.0.3",
|
153 | 150 | "trim-newlines": "3.0.1",
|
154 |
| - "@types/react": "18.2.48", |
155 |
| - "@types/react-dom": "18.2.18", |
156 | 151 | "@typescript-eslint/utils": "8.26.1"
|
157 | 152 | },
|
158 | 153 | "packageManager": "[email protected]"
|
|
0 commit comments