|
59 | 59 | "test:watch": "vitest --config vitest.config.ts" |
60 | 60 | }, |
61 | 61 | "dependencies": { |
62 | | - "@metamask/design-system-react": "^0.1.0", |
63 | | - "@metamask/design-system-tailwind-preset": "^0.5.0", |
64 | | - "@metamask/design-tokens": "^8.0.0", |
| 62 | + "@metamask/design-system-react": "^0.6.0", |
| 63 | + "@metamask/design-system-tailwind-preset": "^0.6.1", |
| 64 | + "@metamask/design-tokens": "^8.1.1", |
65 | 65 | "@metamask/kernel-browser-runtime": "workspace:^", |
66 | 66 | "@metamask/kernel-rpc-methods": "workspace:^", |
67 | 67 | "@metamask/kernel-utils": "workspace:^", |
|
71 | 71 | "tailwindcss": "^3.0.0" |
72 | 72 | }, |
73 | 73 | "peerDependencies": { |
74 | | - "react": "^17.0.2", |
75 | | - "react-dom": "^17.0.2" |
| 74 | + "react": "^18.3.1", |
| 75 | + "react-dom": "^18.3.1" |
76 | 76 | }, |
77 | 77 | "devDependencies": { |
78 | 78 | "@arethetypeswrong/cli": "^0.17.4", |
|
84 | 84 | "@solana/addresses": "^2.0.0", |
85 | 85 | "@testing-library/dom": "^10.4.0", |
86 | 86 | "@testing-library/jest-dom": "^6.6.3", |
87 | | - "@testing-library/react": "^12.1.5", |
88 | | - "@testing-library/react-hooks": "^8.0.1", |
| 87 | + "@testing-library/react": "^16.3.0", |
89 | 88 | "@testing-library/user-event": "^14.6.1", |
90 | 89 | "@ts-bridge/cli": "^0.6.3", |
91 | 90 | "@ts-bridge/shims": "^0.1.1", |
92 | 91 | "@types/chrome": "^0.0.313", |
93 | | - "@types/react": "^17.0.11", |
94 | | - "@types/react-dom": "^17.0.11", |
| 92 | + "@types/react": "^18.3.18", |
| 93 | + "@types/react-dom": "^18.3.5", |
95 | 94 | "@typescript-eslint/eslint-plugin": "^8.29.0", |
96 | 95 | "@typescript-eslint/parser": "^8.29.0", |
97 | 96 | "@typescript-eslint/utils": "^8.29.0", |
|
0 commit comments