@autoguru/overdrive 4.40.1 → 4.40.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autoguru/overdrive",
|
|
3
|
-
"version": "4.40.
|
|
3
|
+
"version": "4.40.2",
|
|
4
4
|
"description": "Overdrive is a product component library, and design system for AutoGuru.",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"core-js": "^3.41.0",
|
|
132
132
|
"csstype": "^3.1.3",
|
|
133
133
|
"deepmerge": "^4.3.1",
|
|
134
|
-
"eslint": "9.
|
|
134
|
+
"eslint": "9.24.0",
|
|
135
135
|
"eslint-plugin-storybook": "0.12.0",
|
|
136
136
|
"husky": "^9.1.7",
|
|
137
137
|
"intersection-observer": "^0.12.2",
|
|
@@ -151,17 +151,17 @@
|
|
|
151
151
|
"react-dom": "^19.1.0",
|
|
152
152
|
"react-focus-lock": "2.13.6",
|
|
153
153
|
"react-intersection-observer": "^9.16.0",
|
|
154
|
-
"react-keyed-flatten-children": "
|
|
154
|
+
"react-keyed-flatten-children": "5.0.0",
|
|
155
155
|
"react-stately": "^3.36.1",
|
|
156
156
|
"react-swipeable": "^7.0.2",
|
|
157
157
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
158
158
|
"storybook": "8.6.12",
|
|
159
159
|
"storybook-addon-tag-badges": "^1.4.0",
|
|
160
|
-
"typescript": "
|
|
160
|
+
"typescript": "5.8.3",
|
|
161
161
|
"url-loader": "^4.1.1",
|
|
162
162
|
"vite": "6.2.5",
|
|
163
163
|
"vitest": "^3.1.1",
|
|
164
|
-
"webpack": "
|
|
164
|
+
"webpack": "5.99.1"
|
|
165
165
|
},
|
|
166
166
|
"peerDependencies": {
|
|
167
167
|
"@autoguru/icons": ">=1.8.4",
|
|
@@ -177,13 +177,13 @@
|
|
|
177
177
|
"react-dom": ">=18 || >=19.0.0-rc.0",
|
|
178
178
|
"react-focus-lock": "^2.13.6",
|
|
179
179
|
"react-intersection-observer": ">=9.16.0",
|
|
180
|
-
"react-keyed-flatten-children": "^2.2.1",
|
|
180
|
+
"react-keyed-flatten-children": "^2.2.1 || ^5.0.0",
|
|
181
181
|
"react-swipeable": ">=7.0.2",
|
|
182
182
|
"webpack": "*"
|
|
183
183
|
},
|
|
184
184
|
"volta": {
|
|
185
185
|
"node": "22.14.0",
|
|
186
|
-
"yarn": "4.
|
|
186
|
+
"yarn": "4.9.1"
|
|
187
187
|
},
|
|
188
|
-
"packageManager": "yarn@4.
|
|
188
|
+
"packageManager": "yarn@4.9.1"
|
|
189
189
|
}
|