fix(ui): rebuild package-lock.json

This commit is contained in:
Łukasz Mierzwa
2022-05-09 09:45:45 +01:00
committed by renovate[bot]
parent cc30f6957f
commit b716012863
4 changed files with 2771 additions and 7720 deletions

View File

@@ -7,6 +7,7 @@ module.exports = {
},
core: {
builder: "webpack5",
disableTelemetry: true,
},
staticDirs: ["../public"],
};

View File

@@ -36,7 +36,9 @@ test-js: $(NODE_PATH)/react-scripts $(NODE_PATH)/jest
.PHONY: test-percy
test-percy: $(NODE_PATH)/react-scripts $(NODE_PATH)/build-storybook $(NODE_PATH)/percy-storybook
ln -s ui/package.json ../package.json
CI=true npm run snapshot
rm -f ../package.json
.PHONY: lint-js
lint-js: $(NODE_PATH)/eslint

10479
ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -91,9 +91,12 @@
"typescript": "4.6.4"
},
"overrides": {
"@storybook/builder-webpack5": "6.5.0-beta.0",
"@storybook/manager-webpack5": "6.5.0-beta.0",
"@storybook/react": "6.5.0-beta.0"
"@storybook/builder-webpack5": "6.5.0-beta.7",
"@storybook/manager-webpack5": "6.5.0-beta.7",
"@storybook/react": "6.5.0-beta.7",
"react-scripts@5.0.1": {
"autoprefixer": "10.4.5"
}
},
"scripts": {
"start": "REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",