feat: apply cumulative update to address various issues (#10324)
This commit is contained in:
59
package.json
59
package.json
@@ -53,6 +53,8 @@
|
||||
"lint": "eslint --ext \".js,.jsx\" src test dev-helpers flavors",
|
||||
"lint-errors": "eslint --quiet --ext \".js,.jsx\" src test dev-helpers flavors",
|
||||
"lint-fix": "eslint --ext \".js,.jsx\" src test dev-helpers flavors --fix",
|
||||
"lint-styles": "stylelint \"**/*.scss\"",
|
||||
"lint-styles-fix": "stylelint \"**/*.scss\" --fix",
|
||||
"test": "run-s lint-errors test:unit cy:ci",
|
||||
"test:artifact": "cross-env NODE_ENV=production BABEL_ENV=commonjs BROWSERSLIST_ENV=node-development jest --config ./config/jest/jest.artifact.config.js",
|
||||
"test:unit": "cross-env NODE_ENV=test BABEL_ENV=commonjs BROWSERSLIST_ENV=node-development jest --config ./config/jest/jest.unit.config.js",
|
||||
@@ -71,8 +73,7 @@
|
||||
"start": "npm-run-all --parallel serve-static open-static"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "^7.26.9",
|
||||
"@braintree/sanitize-url": "=7.0.4",
|
||||
"@babel/runtime-corejs3": "^7.26.7",
|
||||
"@scarf/scarf": "=1.4.0",
|
||||
"base64-js": "^1.5.1",
|
||||
"classnames": "^2.5.1",
|
||||
@@ -94,15 +95,15 @@
|
||||
"react-immutable-proptypes": "2.2.0",
|
||||
"react-immutable-pure-component": "^2.2.0",
|
||||
"react-inspector": "^6.0.1",
|
||||
"react-redux": "^9.1.2",
|
||||
"react-syntax-highlighter": "^15.5.0",
|
||||
"react-redux": "^9.2.0",
|
||||
"react-syntax-highlighter": "^15.6.1",
|
||||
"redux": "^5.0.1",
|
||||
"redux-immutable": "^4.0.0",
|
||||
"remarkable": "^2.0.1",
|
||||
"reselect": "^5.1.1",
|
||||
"serialize-error": "^8.1.0",
|
||||
"sha.js": "^2.4.11",
|
||||
"swagger-client": "^3.34.0",
|
||||
"swagger-client": "^3.34.1",
|
||||
"url-parse": "^1.5.10",
|
||||
"xml": "=1.0.1",
|
||||
"xml-but-prettier": "^1.0.1",
|
||||
@@ -110,43 +111,46 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "=7.26.4",
|
||||
"@babel/core": "=7.26.8",
|
||||
"@babel/core": "=7.26.9",
|
||||
"@babel/eslint-parser": "=7.26.8",
|
||||
"@babel/plugin-transform-runtime": "=7.26.9",
|
||||
"@babel/plugin-transform-runtime": "=7.26.8",
|
||||
"@babel/preset-env": "=7.26.9",
|
||||
"@babel/preset-react": "=7.24.7",
|
||||
"@babel/preset-react": "=7.26.3",
|
||||
"@babel/register": "=7.25.9",
|
||||
"@cfaester/enzyme-adapter-react-18": "=0.8.0",
|
||||
"@commitlint/cli": "^19.6.1",
|
||||
"@commitlint/config-conventional": "^19.2.2",
|
||||
"@commitlint/cli": "^19.7.1",
|
||||
"@commitlint/config-conventional": "^19.7.1",
|
||||
"@jest/globals": "=29.7.0",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
||||
"@release-it/conventional-changelog": "=8.0.1",
|
||||
"@release-it/conventional-changelog": "=8.0.2",
|
||||
"@svgr/webpack": "=8.1.0",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"babel-loader": "^9.1.3",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"babel-loader": "^9.2.1",
|
||||
"babel-plugin-lodash": "=3.3.4",
|
||||
"babel-plugin-module-resolver": "=5.0.2",
|
||||
"babel-plugin-transform-react-remove-prop-types": "=0.4.24",
|
||||
"body-parser": "^1.19.0",
|
||||
"buffer": "^6.0.3",
|
||||
"cheerio": "=1.0.0-rc.12",
|
||||
"cors": "^2.8.5",
|
||||
"cross-env": "=7.0.3",
|
||||
"css-loader": "=7.1.2",
|
||||
"cssnano": "=7.0.6",
|
||||
"cypress": "=13.13.0",
|
||||
"cypress": "=14.0.3",
|
||||
"dedent": "^1.5.3",
|
||||
"deepmerge": "^4.3.1",
|
||||
"enzyme": "=3.11.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-import": "^2.29.0",
|
||||
"eslint-config-prettier": "^10.0.1",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-jest": "^28.11.0",
|
||||
"eslint-plugin-react": "^7.34.3",
|
||||
"eslint-plugin-prettier": "^5.2.3",
|
||||
"eslint-plugin-react": "^7.37.4",
|
||||
"esm": "=3.2.25",
|
||||
"expect": "=29.7.0",
|
||||
"express": "^4.21.1",
|
||||
"express": "^4.21.2",
|
||||
"git-describe": "^4.1.0",
|
||||
"html-webpack-plugin": "^5.5.1",
|
||||
"html-webpack-plugin": "^5.6.3",
|
||||
"html-webpack-skip-assets-plugin": "^1.0.4",
|
||||
"husky": "=9.1.7",
|
||||
"inspectpack": "=4.7.1",
|
||||
@@ -157,31 +161,34 @@
|
||||
"json-loader": "^0.5.7",
|
||||
"json-merger": "^2.0.0",
|
||||
"json-server": "=0.17.4",
|
||||
"less": "^4.2.0",
|
||||
"less": "^4.2.2",
|
||||
"license-checker": "^25.0.0",
|
||||
"lint-staged": "^15.4.3",
|
||||
"local-web-server": "^5.3.3",
|
||||
"mini-css-extract-plugin": "^2.9.0",
|
||||
"local-web-server": "^5.4.0",
|
||||
"mini-css-extract-plugin": "^2.9.2",
|
||||
"npm-audit-ci-wrapper": "^3.0.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"oauth2-server": "^2.4.1",
|
||||
"open": "^10.1.0",
|
||||
"postcss": "^8.5.2",
|
||||
"postcss-scss": "^4.0.9",
|
||||
"postcss-loader": "^8.1.1",
|
||||
"postcss-preset-env": "^9.6.0",
|
||||
"postcss-preset-env": "^10.1.4",
|
||||
"prettier": "^3.5.2",
|
||||
"process": "^0.11.10",
|
||||
"react-refresh": "^0.16.0",
|
||||
"react-test-renderer": "^18.3.1",
|
||||
"release-it": "=17.10.0",
|
||||
"rimraf": "^5.0.7",
|
||||
"sass": "^1.77.6",
|
||||
"sass-loader": "^14.2.1",
|
||||
"release-it": "=17.11.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"sass-embedded": "=1.83.4",
|
||||
"sass-loader": "^16.0.4",
|
||||
"shx": "=0.3.4",
|
||||
"sinon": "=19.0.2",
|
||||
"source-map-support": "^0.5.21",
|
||||
"start-server-and-test": "^2.0.10",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"stylelint": "^16.14.1",
|
||||
"stylelint-prettier": "^5.0.3",
|
||||
"tachyons-sass": "^4.9.5",
|
||||
"terser-webpack-plugin": "^5.3.11",
|
||||
"webpack": "^5.97.1",
|
||||
|
||||
Reference in New Issue
Block a user