|
26 | 26 | "url": "https://github.com/CMSgov/qpp-submissions-docs/issues" |
27 | 27 | }, |
28 | 28 | "homepage": "https://cmsgov.github.io/qpp-submissions-docs", |
| 29 | + "overrides": { |
| 30 | + "react-day-picker": "^9.6.7" |
| 31 | + }, |
29 | 32 | "dependencies": { |
30 | | - "@cmsgov/design-system": "11.0.0", |
| 33 | + "@cmsgov/design-system": "12.4.1", |
31 | 34 | "@vitejs/plugin-react": "4.3.1", |
32 | | - "@xzar90/react-router-hash-link": "6.0.4", |
33 | 35 | "core-js": "3.36.0", |
34 | 36 | "font-awesome": "4.7.0", |
35 | 37 | "postcss": "8.4.35", |
36 | 38 | "postcss-scss": "4.0.9", |
37 | | - "react": "17.0.2", |
| 39 | + "react": "19.1.0", |
38 | 40 | "react-code-blocks": "0.1.6", |
39 | | - "react-dom": "17.0.2", |
40 | | - "react-router-dom": "6.22.3", |
| 41 | + "react-dom": "19.1.0", |
| 42 | + "react-router-dom": "7.6.3", |
41 | 43 | "react-router-hash-link": "2.4.3", |
42 | 44 | "sass": "1.64.0", |
43 | 45 | "typescript": "5.3.3", |
44 | | - "vite": "5.4.8", |
| 46 | + "vite": "5.4.19", |
45 | 47 | "vite-tsconfig-paths": "4.3.1" |
46 | 48 | }, |
47 | 49 | "devDependencies": { |
| 50 | + "@emotion/is-prop-valid": "1.3.1", |
48 | 51 | "@eslint/eslintrc": "3.1.0", |
49 | 52 | "@eslint/js": "9.11.1", |
50 | | - "@testing-library/jest-dom": "6.4.2", |
51 | | - "@testing-library/react": "12.1.5", |
52 | | - "@testing-library/user-event": "14.5.2", |
| 53 | + "@testing-library/jest-dom": "6.6.3", |
| 54 | + "@testing-library/react": "16.3.0", |
| 55 | + "@testing-library/user-event": "14.6.1", |
53 | 56 | "@types/jest": "29.5.13", |
54 | 57 | "@types/node": "^20.11.25", |
55 | | - "@types/react": "^17.0.11", |
56 | | - "@types/react-dom": "^18.0.4", |
57 | | - "@types/react-router-dom": "5.3.3", |
| 58 | + "@types/react": "19.1.8", |
| 59 | + "@types/react-dom": "19.1.6", |
58 | 60 | "@types/react-router-hash-link": "2.4.9", |
59 | 61 | "@typescript-eslint/eslint-plugin": "8.7.0", |
60 | 62 | "@typescript-eslint/parser": "8.7.0", |
|
83 | 85 | "jest": { |
84 | 86 | "preset": "ts-jest/presets/js-with-ts", |
85 | 87 | "testEnvironment": "jest-environment-jsdom", |
| 88 | + "setupFiles": ["<rootDir>/jest.setup.ts"], |
86 | 89 | "moduleNameMapper": { |
87 | 90 | "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js", |
88 | 91 | "\\.(css|scss|less)$": "<rootDir>/__mocks__/styleMock.js" |
|
0 commit comments