@autoguru/overdrive 4.35.1 → 4.35.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 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autoguru/overdrive",
|
|
3
|
-
"version": "4.35.
|
|
3
|
+
"version": "4.35.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",
|
|
@@ -36,7 +36,6 @@
|
|
|
36
36
|
"copy:public": "node scripts/copyPublic.js",
|
|
37
37
|
"check-deps": "npx npm-check-updates@latest --interactive --format group",
|
|
38
38
|
"format": "prettier --list-different --write \"**/*.+(js|jsx|ts|tsx|json|yml|md|mdx|html)\"",
|
|
39
|
-
"postinstall": "patch-package",
|
|
40
39
|
"prepublishOnly": "yarn run build && yarn run typeEmit",
|
|
41
40
|
"lint:tsc": "tsc --noEmit --skipLibCheck",
|
|
42
41
|
"lint:eslint": "eslint \"lib/**/*.+(ts|tsx)\" --fix --quiet",
|
|
@@ -124,14 +123,13 @@
|
|
|
124
123
|
"csstype": "^3.1.3",
|
|
125
124
|
"deepmerge": "^4.3.1",
|
|
126
125
|
"eslint": "^8.57.1",
|
|
127
|
-
"eslint-plugin-jest": "28.
|
|
126
|
+
"eslint-plugin-jest": "28.10.0",
|
|
128
127
|
"eslint-plugin-storybook": "^0.11.1",
|
|
129
128
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
130
129
|
"intersection-observer": "^0.12.2",
|
|
131
130
|
"jest": "26.6.3",
|
|
132
131
|
"magic-string": "^0.30.14",
|
|
133
132
|
"mini-css-extract-plugin": "^2.9.2",
|
|
134
|
-
"patch-package": "^8.0.0",
|
|
135
133
|
"plop": "^4.0.1",
|
|
136
134
|
"postcss": "^8.4.49",
|
|
137
135
|
"prettier": "^3.4.1",
|
|
@@ -140,7 +138,7 @@
|
|
|
140
138
|
"react": "^18.3.1",
|
|
141
139
|
"react-aria": "^3.36.0",
|
|
142
140
|
"react-dom": "^18.3.1",
|
|
143
|
-
"react-focus-lock": "2.13.
|
|
141
|
+
"react-focus-lock": "2.13.5",
|
|
144
142
|
"react-intersection-observer": "^9.13.1",
|
|
145
143
|
"react-keyed-flatten-children": "^2.2.1",
|
|
146
144
|
"react-swipeable": "^7.0.2",
|
|
@@ -168,9 +166,12 @@
|
|
|
168
166
|
"react-swipeable": ">=7.0.0",
|
|
169
167
|
"webpack": "*"
|
|
170
168
|
},
|
|
169
|
+
"resolutions": {
|
|
170
|
+
"@joshwooding/vite-plugin-react-docgen-typescript": "0.3.0"
|
|
171
|
+
},
|
|
171
172
|
"volta": {
|
|
172
173
|
"node": "20.18.1",
|
|
173
|
-
"yarn": "4.
|
|
174
|
+
"yarn": "4.6.0"
|
|
174
175
|
},
|
|
175
|
-
"packageManager": "yarn@4.
|
|
176
|
+
"packageManager": "yarn@4.6.0"
|
|
176
177
|
}
|