@corva/create-app 0.102.0-3 → 0.102.0-4
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/lib/constants/package.js +4 -0
- package/package.json +1 -1
package/lib/constants/package.js
CHANGED
|
@@ -138,6 +138,10 @@ const uiPackage = {
|
|
|
138
138
|
const tsUiPackage = {
|
|
139
139
|
...uiPackage,
|
|
140
140
|
devDependencies: tsUiDevDependencies,
|
|
141
|
+
// todo: temporary solution, ref https://github.com/oppia/oppia/issues/22283#issuecomment-2756641371
|
|
142
|
+
resolutions: {
|
|
143
|
+
'@types/babel__traverse': '7.20.6',
|
|
144
|
+
},
|
|
141
145
|
};
|
|
142
146
|
|
|
143
147
|
const nodeNpmScripts = {
|