|
16 | 16 | "test-integration": "start-server-and-test start http://localhost:3000 cy:run" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@docusaurus/core": "^3.8.1", |
20 | | - "@docusaurus/preset-classic": "^3.8.1", |
21 | | - "@docusaurus/remark-plugin-npm2yarn": "3.8.1", |
22 | | - "chalk": "^5.5.0", |
23 | | - "console-table-printer": "^2.14.6", |
24 | | - "react": "^19.1.1", |
25 | | - "react-dom": "^19.1.1", |
| 19 | + "@docusaurus/core": "^3.9.2", |
| 20 | + "@docusaurus/preset-classic": "^3.9.2", |
| 21 | + "@docusaurus/remark-plugin-npm2yarn": "3.9.2", |
| 22 | + "chalk": "^5.6.2", |
| 23 | + "console-table-printer": "^2.15.0", |
| 24 | + "react": "^19.2.0", |
| 25 | + "react-dom": "^19.2.0", |
26 | 26 | "styled-components": "^6.1.19" |
27 | 27 | }, |
28 | 28 | "browserslist": { |
|
38 | 38 | ] |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "@babel/core": "^7.28.0", |
42 | | - "@babel/preset-env": "^7.28.0", |
| 41 | + "@babel/core": "^7.28.4", |
| 42 | + "@babel/preset-env": "^7.28.3", |
43 | 43 | "@babel/preset-react": "^7.27.1", |
44 | 44 | "@babel/preset-typescript": "^7.27.1", |
45 | | - "@docusaurus/module-type-aliases": "^3.8.1", |
46 | | - "@docusaurus/tsconfig": "3.8.1", |
| 45 | + "@docusaurus/module-type-aliases": "^3.9.2", |
| 46 | + "@docusaurus/tsconfig": "3.9.2", |
47 | 47 | "@testing-library/dom": "^10.4.1", |
48 | | - "@testing-library/jest-dom": "^6.6.4", |
| 48 | + "@testing-library/jest-dom": "^6.9.1", |
49 | 49 | "@testing-library/react": "^16.3.0", |
50 | 50 | "@testing-library/user-event": "^14.6.1", |
51 | 51 | "@types/jest": "^30.0.0", |
52 | | - "@types/react": "^19.1.10", |
| 52 | + "@types/react": "^19.2.2", |
53 | 53 | "@types/react-helmet": "^6.1.11", |
54 | 54 | "@types/react-router-dom": "^5.3.3", |
55 | 55 | "@types/styled-components": "^5.1.34", |
56 | | - "babel-jest": "^30.0.5", |
| 56 | + "babel-jest": "^30.2.0", |
57 | 57 | "codecov": "^3.8.3", |
58 | | - "cypress": "^14.5.4", |
| 58 | + "cypress": "^15.5.0", |
59 | 59 | "identity-obj-proxy": "^3.0.0", |
60 | | - "jest": "^30.0.5", |
61 | | - "jest-environment-jsdom": "^30.0.5", |
| 60 | + "jest": "^30.2.0", |
| 61 | + "jest-environment-jsdom": "^30.2.0", |
62 | 62 | "jest-junit": "^16.0.0", |
63 | | - "start-server-and-test": "^2.0.13", |
64 | | - "typescript": "^5.9.2" |
| 63 | + "start-server-and-test": "^2.1.2", |
| 64 | + "typescript": "^5.9.3" |
65 | 65 | } |
66 | 66 | } |
0 commit comments