@theroutingcompany/components 0.0.26-alpha.6 → 0.0.26-alpha.7
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 +1 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theroutingcompany/components",
|
|
3
|
-
"version": "0.0.26-alpha.
|
|
3
|
+
"version": "0.0.26-alpha.7",
|
|
4
4
|
"description": "The Routing Company Components",
|
|
5
5
|
"main": "./dist/trc-components.umd.js",
|
|
6
6
|
"module": "./dist/trc-components.es.js",
|
|
@@ -161,9 +161,5 @@
|
|
|
161
161
|
"typescript": "^5.0.4",
|
|
162
162
|
"vite": "^4.2.1",
|
|
163
163
|
"vite-tsconfig-paths": "^4.1.0"
|
|
164
|
-
},
|
|
165
|
-
"overrides": {
|
|
166
|
-
"react": "^18.2.0",
|
|
167
|
-
"react-dom": "^18.2.0"
|
|
168
164
|
}
|
|
169
165
|
}
|