|
33 | 33 | "postinstall": "yarn packages:build" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@changesets/changelog-github": "^0.5.0", |
37 | | - "@changesets/cli": "^2.27.12", |
38 | | - "@swc-node/register": "^1.10.9", |
39 | | - "@swc/core": "^1.10.12", |
| 36 | + "@changesets/changelog-github": "^0.5.1", |
| 37 | + "@changesets/cli": "^2.29.2", |
| 38 | + "@swc-node/register": "^1.10.10", |
| 39 | + "@swc/core": "^1.11.24", |
40 | 40 | "@testing-library/cypress": "^10.0.3", |
41 | 41 | "@testing-library/jest-dom": "^6.6.3", |
42 | 42 | "@testing-library/react": "^14.3.1", |
43 | 43 | "@types/chroma-js": "^3.1.1", |
44 | 44 | "@types/fs-extra": "^11.0.4", |
45 | 45 | "@types/loadable__component": "^5.13.9", |
46 | | - "@types/node": "^20.17.32", |
| 46 | + "@types/node": "^22.15.3", |
47 | 47 | "@types/react": "^18.3.20", |
48 | 48 | "@types/react-dom": "^18.3.7", |
49 | 49 | "@types/styled-system": "^5.1.23", |
50 | 50 | "@types/styled-system__css": "^5.0.21", |
51 | 51 | "@types/three": "^0.176.0", |
52 | 52 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
53 | 53 | "@typescript-eslint/parser": "^7.18.0", |
54 | | - "@vitest/coverage-v8": "^3.0.4", |
| 54 | + "@vitest/coverage-v8": "^3.1.2", |
55 | 55 | "cross-env": "^7.0.3", |
56 | | - "cypress": "^14.0.1", |
| 56 | + "cypress": "^14.3.2", |
57 | 57 | "eslint": "^8.57.1", |
58 | 58 | "eslint-config-airbnb": "^19.0.4", |
59 | 59 | "eslint-config-prettier": "^9.1.0", |
60 | 60 | "eslint-plugin-import": "^2.31.0", |
61 | 61 | "eslint-plugin-jsx-a11y": "^6.10.2", |
62 | | - "eslint-plugin-mdx": "^3.1.5", |
63 | | - "eslint-plugin-prettier": "^5.2.3", |
64 | | - "eslint-plugin-react": "^7.37.4", |
| 62 | + "eslint-plugin-mdx": "^3.4.1", |
| 63 | + "eslint-plugin-prettier": "^5.3.1", |
| 64 | + "eslint-plugin-react": "^7.37.5", |
65 | 65 | "eslint-plugin-react-hooks": "^4.6.2", |
66 | 66 | "fs-extra": "^11.3.0", |
67 | 67 | "gatsby-cypress": "^3.14.0", |
68 | 68 | "glob": "^10.4.5", |
69 | 69 | "husky": "^9.1.7", |
70 | | - "jsdom": "^26.0.0", |
71 | | - "lint-staged": "^15.4.3", |
| 70 | + "jsdom": "^26.1.0", |
| 71 | + "lint-staged": "^15.5.1", |
72 | 72 | "plop": "^4.0.1", |
73 | | - "prettier": "^3.4.2", |
74 | | - "start-server-and-test": "^2.0.10", |
| 73 | + "prettier": "^3.5.3", |
| 74 | + "start-server-and-test": "^2.0.11", |
75 | 75 | "typescript": "^5.8.3", |
76 | | - "vitest": "^3.0.4" |
| 76 | + "vitest": "^3.1.2" |
77 | 77 | }, |
78 | 78 | "resolutions": { |
79 | | - "cypress": "^14.2.1" |
| 79 | + "cypress": "^14.3.2" |
80 | 80 | }, |
81 | 81 | "packageManager": "yarn@4.8.1" |
82 | 82 | } |
0 commit comments