|
16 | 16 | "test-integration": "start-server-and-test start http://localhost:3000 cy:run" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@docusaurus/core": "^3.8.0", |
20 | | - "@docusaurus/preset-classic": "^3.8.0", |
21 | | - "@docusaurus/remark-plugin-npm2yarn": "3.8.0", |
| 19 | + "@docusaurus/core": "^3.8.1", |
| 20 | + "@docusaurus/preset-classic": "^3.8.1", |
| 21 | + "@docusaurus/remark-plugin-npm2yarn": "3.8.1", |
22 | 22 | "react": "^19.1.0", |
23 | 23 | "react-dom": "^19.1.0", |
24 | | - "styled-components": "^6.1.18" |
| 24 | + "styled-components": "^6.1.19" |
25 | 25 | }, |
26 | 26 | "browserslist": { |
27 | 27 | "production": [ |
|
36 | 36 | ] |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@babel/core": "^7.27.3", |
| 39 | + "@babel/core": "^7.27.4", |
40 | 40 | "@babel/preset-env": "^7.27.2", |
41 | 41 | "@babel/preset-react": "^7.27.1", |
42 | 42 | "@babel/preset-typescript": "^7.27.1", |
43 | | - "@docusaurus/module-type-aliases": "^3.8.0", |
44 | | - "@docusaurus/tsconfig": "3.8.0", |
| 43 | + "@docusaurus/module-type-aliases": "^3.8.1", |
| 44 | + "@docusaurus/tsconfig": "3.8.1", |
45 | 45 | "@testing-library/dom": "^10.4.0", |
46 | 46 | "@testing-library/jest-dom": "^6.6.3", |
47 | 47 | "@testing-library/react": "^16.3.0", |
48 | 48 | "@testing-library/user-event": "^14.6.1", |
49 | | - "@types/jest": "^29.5.14", |
50 | | - "@types/react": "^19.1.6", |
| 49 | + "@types/jest": "^30.0.0", |
| 50 | + "@types/react": "^19.1.8", |
51 | 51 | "@types/react-helmet": "^6.1.11", |
52 | 52 | "@types/react-router-dom": "^5.3.3", |
53 | 53 | "@types/styled-components": "^5.1.34", |
54 | | - "babel-jest": "^30.0.0-beta.3", |
| 54 | + "babel-jest": "^30.0.0", |
55 | 55 | "codecov": "^3.8.3", |
56 | | - "cypress": "^14.4.0", |
| 56 | + "cypress": "^14.4.1", |
57 | 57 | "identity-obj-proxy": "^3.0.0", |
58 | | - "jest": "^29.7.0", |
59 | | - "jest-environment-jsdom": "^30.0.0-beta.3", |
| 58 | + "jest": "^30.0.0", |
| 59 | + "jest-environment-jsdom": "^30.0.0", |
60 | 60 | "jest-junit": "^16.0.0", |
61 | 61 | "start-server-and-test": "^2.0.12", |
62 | 62 | "typescript": "^5.8.3" |
|
0 commit comments