web: update re-ansi to the latest version
This change combines https://review.opendev.org/c/zuul/zuul/+/908197 as well as a toolchain update to support the new rescript standard. To support esmodule, the test command had to be adjusted according to https://github.com/facebook/create-react-app/issues/9938 See the following issue for more details: https://github.com/rescript-lang/rescript-compiler/issues/6754 Change-Id: If596891537858e0eb3ccda7a4116bb7092a4f31a
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
"@patternfly/react-charts": "^6.51.5",
|
||||
"@patternfly/react-core": "^4.198.5",
|
||||
"@patternfly/react-table": "^4.67.5",
|
||||
"@softwarefactory-project/re-ansi": "^0.5.0",
|
||||
"@softwarefactory-project/re-ansi": "^0.7.2",
|
||||
"axios": "^0.26.0",
|
||||
"broadcast-channel": "^4.5.0",
|
||||
"d3-graphviz": "2.6.1",
|
||||
@ -62,7 +62,7 @@
|
||||
"start:multi": "REACT_APP_ZUUL_API='https://softwarefactory-project.io/zuul/api/' react-app-rewired start",
|
||||
"start": "react-app-rewired start",
|
||||
"build": "react-app-rewired --max_old_space_size=4096 build",
|
||||
"test": "react-app-rewired test --env=jsdom --watchAll=false",
|
||||
"test": "react-app-rewired test --env=jsdom --watchAll=false --transformIgnorePatterns 'node_modules/(?!@softwarefactory-project)/' --transformIgnorePatterns 'node_modules/d3/'",
|
||||
"eject": "react-scripts eject",
|
||||
"lint": "eslint --ext .js --ext .jsx src",
|
||||
"lint-fix": "eslint --ext .js --ext .jsx --fix src"
|
||||
|
@ -1722,13 +1722,10 @@
|
||||
lodash "^4.17.4"
|
||||
read-pkg-up "^7.0.0"
|
||||
|
||||
"@softwarefactory-project/re-ansi@^0.5.0":
|
||||
version "0.5.0"
|
||||
resolved "https://registry.npmjs.org/@softwarefactory-project/re-ansi/-/re-ansi-0.5.0.tgz"
|
||||
integrity sha512-T9cfcra+auRq5oX3EtjzHlCN97FfrmPQpzlcl4G7WjNoNG5EouI3SkvUVxK6nAX+IQVO98INUejfOsbHcK4EZQ==
|
||||
dependencies:
|
||||
bs-platform "^8.2.0"
|
||||
reason-react "^0.9.1"
|
||||
"@softwarefactory-project/re-ansi@^0.7.2":
|
||||
version "0.7.2"
|
||||
resolved "https://registry.yarnpkg.com/@softwarefactory-project/re-ansi/-/re-ansi-0.7.2.tgz#c381c4495f67b6349eb1be0064207cae42bb2552"
|
||||
integrity sha512-KbI5BD71tT5qxPsQwvP947vcbT/bgDxqQico3LqeRLnaA/9ByRRtZLDWnhg5pIM0wkJVIKxnDJenfb++fV9KwA==
|
||||
|
||||
"@svgr/babel-plugin-add-jsx-attribute@^4.2.0":
|
||||
version "4.2.0"
|
||||
@ -3449,11 +3446,6 @@ browserslist@^4.0.0, browserslist@^4.11.1, browserslist@^4.12.0, browserslist@^4
|
||||
node-releases "^2.0.6"
|
||||
update-browserslist-db "^1.0.5"
|
||||
|
||||
bs-platform@^8.2.0:
|
||||
version "8.4.2"
|
||||
resolved "https://registry.npmjs.org/bs-platform/-/bs-platform-8.4.2.tgz"
|
||||
integrity sha512-9q7S4/LLV/a68CweN382NJdCCr/lOSsJR3oQYnmPK98ChfO/AdiA3lYQkQTp6T+U0I5Z5RypUAUprNstwDtMDQ==
|
||||
|
||||
bser@2.1.1:
|
||||
version "2.1.1"
|
||||
resolved "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz"
|
||||
@ -13178,11 +13170,6 @@ realpath-native@^1.1.0:
|
||||
dependencies:
|
||||
util.promisify "^1.0.0"
|
||||
|
||||
reason-react@^0.9.1:
|
||||
version "0.9.1"
|
||||
resolved "https://registry.npmjs.org/reason-react/-/reason-react-0.9.1.tgz"
|
||||
integrity sha512-nlH0O2TDy9KzOLOW+vlEQk4ExHOeciyzFdoLcsmmiit6hx6H5+CVDrwJ+8aiaLT/kqK5xFOjy4PS7PftWz4plA==
|
||||
|
||||
recursive-readdir@2.2.2:
|
||||
version "2.2.2"
|
||||
resolved "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz"
|
||||
|
Reference in New Issue
Block a user