@wildberries/boilerplate-config-packager
Advanced tools
Comparing version 0.3.113 to 0.3.114
{ | ||
"engines": { | ||
"node": ">=14.18.1" | ||
"node": ">=18.8.0", | ||
"npm": ">=8.18.0" | ||
}, | ||
@@ -26,3 +27,3 @@ "dependencies": { | ||
"@wildberries/ui-kit": "1.3.0-beta.17", | ||
"@wildberries/webpack-config-stream": "2.0.2", | ||
"@wildberries/webpack-config-stream": "2.0.3", | ||
"@mihanizm56/react-final-form-utils": "0.0.8-beta.1", | ||
@@ -66,3 +67,3 @@ "final-form": "4.20.6", | ||
"@wildberries/service-cdn-uploader": "2.0.0", | ||
"@wildberries/eslint-config": "2.1.11", | ||
"@wildberries/eslint-config": "2.1.12", | ||
"@wildberries/stylelint-config": "2.1.4", | ||
@@ -115,6 +116,5 @@ "postcss": "8.4.14", | ||
}, | ||
"resolutions": { | ||
"overrides": { | ||
"es5-ext": "0.10.53", | ||
"graceful-fs": "4.2.10", | ||
"@types/react": "17.0.21" | ||
"graceful-fs": "4.2.10" | ||
}, | ||
@@ -121,0 +121,0 @@ "eslintConfig": { |
@@ -38,3 +38,2 @@ const path = require('path'); | ||
}, | ||
resolutions: commandsFile.resolutions, | ||
browserslist: Array.isArray(commandsFile.browserslist) | ||
@@ -69,2 +68,10 @@ ? commandsFile.browserslist | ||
if (commandsFile.overrides) { | ||
newPackage.overrides = commandsFile.overrides; | ||
} | ||
if (commandsFile.resolutions) { | ||
newPackage.resolutions = commandsFile.resolutions; | ||
} | ||
await writeFile( | ||
@@ -71,0 +78,0 @@ path.join(process.cwd(), 'package.json'), |
{ | ||
"name": "@wildberries/boilerplate-config-packager", | ||
"version": "0.3.113", | ||
"version": "0.3.114", | ||
"description": "boilerplate cli-executor", | ||
@@ -5,0 +5,0 @@ "scripts": { |
1963365
8617