|
60 | 60 | "react": "^18.3.1", |
61 | 61 | "react-dom": "^18.3.1", |
62 | 62 | "react-hook-form": "^7.54.2", |
63 | | - "react-intl": "^7.0.4", |
| 63 | + "react-intl": "^7.1.0", |
64 | 64 | "react-relay": "^18.2.0", |
65 | | - "react-router-dom": "^7.1.1", |
| 65 | + "react-router": "^7.1.1", |
66 | 66 | "semver": "^7.6.3", |
67 | 67 | "tailwind-merge": "^2.6.0", |
68 | 68 | "tailwindcss-animate": "^1.0.7", |
|
86 | 86 | "@storybook/react-vite": "^8.4.7", |
87 | 87 | "@storybook/test": "^8.4.7", |
88 | 88 | "@storybook/theming": "^8.4.7", |
89 | | - "@types/node": "^22.10.2", |
| 89 | + "@types/node": "^22.10.4", |
90 | 90 | "@types/react": "^18", |
91 | 91 | "@types/react-dom": "^18.3.1", |
92 | 92 | "@types/react-relay": "^18.2.0", |
|
97 | 97 | "autoprefixer": "^10.4.20", |
98 | 98 | "babel-plugin-relay": "^18.2.0", |
99 | 99 | "chromatic": "^11.20.2", |
100 | | - "concurrently": "^9.1.0", |
| 100 | + "concurrently": "^9.1.2", |
101 | 101 | "escodegen": "^2.1.0", |
102 | 102 | "eslint": "^9.17.0", |
103 | 103 | "eslint-plugin-import": "^2.31.0", |
104 | 104 | "eslint-plugin-react-hooks": "^5.1.0", |
105 | 105 | "eslint-plugin-react-refresh": "^0.4.16", |
106 | | - "eslint-plugin-storybook": "0.11.1", |
| 106 | + "eslint-plugin-storybook": "0.11.2", |
107 | 107 | "globals": "^15.14.0", |
108 | 108 | "postcss": "^8.4.49", |
109 | 109 | "prettier": "^3.4.2", |
110 | 110 | "relay-compiler": "^18.2.0", |
111 | 111 | "relay-test-utils": "^18.2.0", |
112 | 112 | "rollup-plugin-jsx-remove-attributes": "^2.1.0", |
113 | 113 | "storybook": "^8.4.7", |
114 | | - "storybook-addon-remix-react-router": "^3.0.2", |
| 114 | + "storybook-addon-remix-react-router": "^4.0.0", |
115 | 115 | "tailwindcss": "^3.4.17", |
116 | 116 | "type-fest": "^4.31.0", |
117 | 117 | "typescript": "^5.7.2", |
118 | | - "typescript-eslint": "^8.18.2", |
119 | | - "vite": "^6.0.6", |
| 118 | + "typescript-eslint": "^8.19.0", |
| 119 | + "vite": "^6.0.7", |
120 | 120 | "vite-plugin-relay": "^2.1.0" |
121 | 121 | }, |
122 | | - "packageManager": "yarn@4.5.3", |
| 122 | + "packageManager": "yarn@4.6.0", |
123 | 123 | "eslintConfig": { |
124 | 124 | "extends": [ |
125 | 125 | "plugin:storybook/recommended" |
|
0 commit comments