mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): rebuild package-lock.json
This commit is contained in:
committed by
renovate[bot]
parent
cc30f6957f
commit
b716012863
@@ -7,6 +7,7 @@ module.exports = {
|
||||
},
|
||||
core: {
|
||||
builder: "webpack5",
|
||||
disableTelemetry: true,
|
||||
},
|
||||
staticDirs: ["../public"],
|
||||
};
|
||||
|
||||
@@ -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
10479
ui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user