Merge branch 'master' into next

This commit is contained in:
Vladimir Gorej
2023-05-08 15:33:27 +02:00
2 changed files with 514 additions and 143 deletions

View File

@@ -62,7 +62,7 @@
"start": "npm-run-all --parallel serve-static open-static"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.21.0",
"@babel/runtime-corejs3": "^7.21.5",
"@braintree/sanitize-url": "=6.0.2",
"base64-js": "^1.5.1",
"classnames": "^2.3.1",
@@ -105,7 +105,7 @@
"@babel/eslint-parser": "=7.21.3",
"@babel/plugin-proposal-class-properties": "=7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.18.6",
"@babel/plugin-proposal-object-rest-spread": "=7.19.4",
"@babel/plugin-proposal-object-rest-spread": "=7.20.7",
"@babel/plugin-proposal-optional-chaining": "=7.21.0",
"@babel/plugin-transform-modules-commonjs": "=7.21.2",
"@babel/plugin-transform-runtime": "=7.21.0",
@@ -162,7 +162,7 @@
"npm-run-all": "^4.1.5",
"oauth2-server": "^2.4.1",
"open": "^9.1.0",
"postcss": "^8.4.14",
"postcss": "^8.4.23",
"postcss-loader": "^7.2.4",
"postcss-preset-env": "^8.3.0",
"prettier": "^2.8.7",
@@ -170,7 +170,7 @@
"react-refresh": "^0.14.0",
"react-test-renderer": "=17.0.2",
"release-it": "=15.4.2",
"rimraf": "^4.3.1",
"rimraf": "^5.0.0",
"sass": "^1.54.0",
"sass-loader": "^12.6.0",
"sinon": "=15.0.1",
@@ -178,7 +178,7 @@
"start-server-and-test": "^2.0.0",
"stream-browserify": "^3.0.0",
"tachyons-sass": "^4.9.5",
"terser-webpack-plugin": "^5.3.7",
"terser-webpack-plugin": "^5.3.8",
"webpack": "^5.80.0",
"webpack-bundle-size-analyzer": "^3.1.0",
"webpack-cli": "^4.10.0",