|
108 | 108 | ]
|
109 | 109 | },
|
110 | 110 | "devDependencies": {
|
111 |
| - "@amplitude/ampli": "^1.34.0", |
112 |
| - "@babel/plugin-transform-modules-commonjs": "^7.18.6", |
| 111 | + "@amplitude/ampli": "^1.36.2", |
| 112 | + "@babel/plugin-transform-modules-commonjs": "^7.26.3", |
113 | 113 | "@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
114 | 114 | "@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
115 |
| - "@eslint/compat": "^1.1.0", |
116 |
| - "@eslint/js": "^9.5.0", |
117 |
| - "@playwright/test": "^1.44.1", |
118 |
| - "@storybook/addon-actions": "^7.5.3", |
119 |
| - "@storybook/addon-essentials": "^7.5.3", |
120 |
| - "@storybook/addon-interactions": "^7.5.3", |
121 |
| - "@storybook/addon-links": "^7.5.3", |
122 |
| - "@storybook/addon-onboarding": "^1.0.8", |
123 |
| - "@storybook/blocks": "^7.5.3", |
| 115 | + "@eslint/compat": "^1.2.8", |
| 116 | + "@eslint/js": "^9.25.1", |
| 117 | + "@playwright/test": "^1.52.0", |
| 118 | + "@storybook/addon-actions": "^7.6.20", |
| 119 | + "@storybook/addon-essentials": "^7.6.20", |
| 120 | + "@storybook/addon-interactions": "^7.6.20", |
| 121 | + "@storybook/addon-links": "^7.6.20", |
| 122 | + "@storybook/addon-onboarding": "^1.0.11", |
| 123 | + "@storybook/blocks": "^7.6.20", |
124 | 124 | "@storybook/node-logger": "^7.5.3",
|
125 |
| - "@storybook/react": "^7.5.3", |
126 |
| - "@storybook/react-vite": "^7.5.3", |
| 125 | + "@storybook/react": "^7.6.20", |
| 126 | + "@storybook/react-vite": "^7.6.20", |
127 | 127 | "@storybook/testing-library": "^0.2.2",
|
128 |
| - "@synthetixio/synpress": "^4.0.0-alpha.7", |
| 128 | + "@synthetixio/synpress": "^4.0.10", |
129 | 129 | "@testing-library/dom": "^10.4.0",
|
130 |
| - "@testing-library/react": "^16.0.0", |
| 130 | + "@testing-library/react": "^16.3.0", |
131 | 131 | "@types/jest": "^29.5.14",
|
132 |
| - "@types/lodash-es": "^4.17.5", |
| 132 | + "@types/lodash-es": "^4.17.12", |
133 | 133 | "@types/luxon": "^3.3.0",
|
134 | 134 | "@types/node": "^12.0.0",
|
135 | 135 | "@types/numeral": "^2.0.5",
|
136 | 136 | "@types/react": "v18",
|
137 | 137 | "@types/react-dom": "v18",
|
138 | 138 | "@types/react-router-dom": "5.3.3",
|
139 |
| - "@vercel/node": "^5.0.2", |
140 |
| - "@vitejs/plugin-react": "^4.3.4", |
141 |
| - "axios-mock-adapter": "^1.21.2", |
142 |
| - "chalk": "^5.3.0", |
143 |
| - "chromatic": "^11.25.1", |
144 |
| - "dotenv": "^16.4.5", |
145 |
| - "eslint": "^9.5.0", |
| 139 | + "@vercel/node": "^5.1.14", |
| 140 | + "@vitejs/plugin-react": "^4.4.1", |
| 141 | + "axios-mock-adapter": "^1.22.0", |
| 142 | + "chalk": "^5.4.1", |
| 143 | + "chromatic": "^11.28.2", |
| 144 | + "dotenv": "^16.5.0", |
| 145 | + "eslint": "^9.25.1", |
146 | 146 | "eslint-config-prettier": "^9.1.0",
|
147 |
| - "eslint-plugin-react": "^7.37.4", |
| 147 | + "eslint-plugin-react": "^7.37.5", |
148 | 148 | "eslint-plugin-react-hooks": "^4.6.2",
|
149 |
| - "eslint-plugin-storybook": "^0.6.15", |
150 |
| - "husky": "^8.0.0", |
151 |
| - "jest": "^29.5.0", |
152 |
| - "jest-environment-jsdom": "^29.5.0", |
| 149 | + "eslint-plugin-storybook": "^0.12.0", |
| 150 | + "husky": "^8.0.3", |
| 151 | + "jest": "^29.7.0", |
| 152 | + "jest-environment-jsdom": "^29.7.0", |
153 | 153 | "jest-transform-stub": "^2.0.0",
|
154 |
| - "lint-staged": "^13.0.3", |
155 |
| - "patch-package": "^7.0.0", |
156 |
| - "prettier": "^3.4.2", |
157 |
| - "rollup-plugin-visualizer": "^5.12.0", |
158 |
| - "storybook": "^7.5.3", |
159 |
| - "ts-jest": "^29.1.1", |
| 154 | + "lint-staged": "^13.3.0", |
| 155 | + "patch-package": "^7.0.2", |
| 156 | + "prettier": "^3.5.3", |
| 157 | + "rollup-plugin-visualizer": "^5.14.0", |
| 158 | + "storybook": "^7.6.20", |
| 159 | + "ts-jest": "^29.3.2", |
160 | 160 | "ts-node": "^10.9.2",
|
161 |
| - "tsx": "^4.15.6", |
162 |
| - "typescript-eslint": "^7.13.1", |
163 |
| - "vercel": "^39.3.0", |
164 |
| - "vite": "^4.5.6", |
| 161 | + "tsx": "^4.19.3", |
| 162 | + "typescript-eslint": "^7.18.0", |
| 163 | + "vercel": "^39.4.2", |
| 164 | + "vite": "^4.5.13", |
165 | 165 | "vite-plugin-environment": "^1.1.3",
|
166 | 166 | "vite-plugin-eslint": "^1.8.1",
|
167 |
| - "vite-plugin-svgr": "^3.2.0", |
168 |
| - "vite-tsconfig-paths": "^4.2.0" |
| 167 | + "vite-plugin-svgr": "^3.3.0", |
| 168 | + "vite-tsconfig-paths": "^4.3.2" |
169 | 169 | },
|
170 | 170 | "babel": {
|
171 | 171 | "env": {
|
|
0 commit comments