From 10bac2a5665b582af97b26b24b9da8f5fc71d032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Thu, 7 Sep 2023 15:18:42 +0200 Subject: [PATCH 1/2] [core] Explicitly define package dependencies --- benchmark/package.json | 11 +- docs/package.json | 30 +- package.json | 53 +-- packages/api-docs-builder/package.json | 16 +- .../eslint-plugin-material-ui/package.json | 3 +- packages/markdown/package.json | 5 + packages/mui-base/package.json | 38 +- packages/mui-codemod/package.json | 4 +- packages/mui-docs/package.json | 16 +- packages/mui-envinfo/package.json | 31 +- packages/mui-icons-material/package.json | 30 +- packages/mui-joy/package.json | 38 +- packages/mui-lab/package.json | 33 +- packages/mui-material-next/package.json | 42 +- packages/mui-material/package.json | 60 ++- packages/mui-private-theming/package.json | 20 +- packages/mui-styled-engine-sc/package.json | 13 +- packages/mui-styled-engine/package.json | 12 +- packages/mui-styles/package.json | 34 +- packages/mui-system/package.json | 40 +- packages/mui-types/package.json | 6 +- packages/mui-utils/package.json | 31 +- packages/rsc-builder/package.json | 10 +- packages/typescript-to-proptypes/package.json | 25 +- packages/zero-runtime/package.json | 7 + packages/zero-tag-processor/package.json | 6 +- packages/zero-vite-plugin/package.json | 2 + test/package.json | 57 +++ yarn.lock | 439 +++++++++--------- 29 files changed, 712 insertions(+), 400 deletions(-) diff --git a/benchmark/package.json b/benchmark/package.json index e0f0b52cfa85f9..e72d557114cec6 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -13,14 +13,19 @@ "dependencies": { "@chakra-ui/system": "^2.6.0", "@emotion/react": "^11.11.1", + "@emotion/server": "^11.11.0", "@emotion/styled": "^11.11.0", - "@mdx-js/react": "^2.3.0", "@mui/material": "^5.14.8", "@mui/styles": "^5.14.7", "@mui/system": "^5.14.8", "@styled-system/css": "^5.1.5", "benchmark": "^2.1.4", + "docs": "^5.0.0", + "express": "^4.18.2", + "fs-extra": "^11.1.1", + "jss": "^10.10.0", "playwright": "^1.37.1", + "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", @@ -29,8 +34,8 @@ "redux": "^4.2.1", "serve-handler": "^6.1.5", "styled-components": "^5.3.11", + "styled-system": "^5.1.5", "theme-ui": "^0.16.1", - "webpack": "^5.88.2", - "webpack-cli": "^4.10.0" + "webpack": "^5.88.2" } } diff --git a/docs/package.json b/docs/package.json index c95bc28997e411..3008dac95767e5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,6 +22,7 @@ "dependencies": { "@babel/core": "^7.22.10", "@babel/plugin-transform-object-assign": "^7.22.5", + "@babel/runtime": "^7.22.10", "@babel/runtime-corejs2": "^7.22.10", "@docsearch/react": "^3.5.2", "@emotion/cache": "^11.11.0", @@ -44,6 +45,7 @@ "@mui/styles": "^5.14.7", "@mui/system": "^5.14.8", "@mui/types": "^7.2.4", + "@mui/utils": "^5.14.8", "@mui/x-charts": "^6.0.0-alpha.9", "@mui/x-data-grid": "6.12.1", "@mui/x-data-grid-generator": "6.12.1", @@ -52,8 +54,9 @@ "@mui/x-date-pickers": "6.12.1", "@mui/x-date-pickers-pro": "6.12.1", "@mui/x-license-pro": "6.10.2", + "@mui/x-tree-view": "6.0.0-alpha.1", + "@popperjs/core": "^2.11.8", "@react-spring/web": "^9.7.3", - "@trendmicro/react-interpolate": "^0.5.5", "@types/autosuggest-highlight": "^3.2.0", "@types/css-mediaquery": "^0.1.1", "@types/json2mq": "^0.2.0", @@ -77,8 +80,6 @@ "css-mediaquery": "^0.1.2", "date-fns": "^2.30.0", "date-fns-jalali": "^2.21.3-1", - "exceljs": "^4.3.0", - "express": "^4.18.2", "feed": "^4.2.2", "fg-loadcss": "^3.1.0", "final-form": "^4.20.10", @@ -109,26 +110,39 @@ "react-runner": "^1.0.3", "react-simple-code-editor": "^0.13.1", "react-swipeable-views": "^0.14.0", + "react-swipeable-views-utils": "^0.14.0", "react-transition-group": "^4.4.5", "react-virtuoso": "^4.5.0", "react-window": "^1.8.9", "recharts": "2.7.3", "rimraf": "^5.0.1", "styled-components": "^5.3.11", - "stylis": "^4.2.0", + "stylis": "4.2.0", "stylis-plugin-rtl": "^2.1.1", "stylis-plugin-rtl-sc": "npm:stylis-plugin-rtl@^1.1.0", "use-count-up": "^3.0.1", - "webfontloader": "^1.6.28", "webpack-bundle-analyzer": "^4.9.1" }, "devDependencies": { "@babel/plugin-transform-react-constant-elements": "^7.22.5", "@babel/preset-typescript": "^7.22.5", - "@types/marked": "^5.0.1", - "@types/recharts": "^2.0.0", + "@mui-internal/docs-utilities": "^1.0.0", + "@types/chai": "^4.3.5", + "@types/node": "^18.17.6", + "@types/prop-types": "^15.7.5", + "@types/react": "^18.2.21", + "@types/react-dom": "18.2.7", + "@types/react-transition-group": "^4.4.6", + "@types/stylis": "^4.2.0", + "chai": "^4.3.7", "cross-fetch": "^4.0.0", "gm": "^1.25.0", - "tailwindcss": "^3.3.3" + "marked": "^5.1.2", + "playwright": "^1.36.2", + "prettier": "^2.8.8", + "tailwindcss": "^3.3.3", + "test": "5.0.0", + "typescript-to-proptypes": "^5.0.0", + "yargs": "^17.7.2" } } diff --git a/package.json b/package.json index 861526264beb68..fd08980a1e71e4 100644 --- a/package.json +++ b/package.json @@ -88,31 +88,24 @@ "@babel/preset-env": "^7.22.10", "@babel/preset-react": "^7.22.5", "@babel/register": "^7.22.5", - "@emotion/react": "^11.11.1", - "@emotion/styled": "^11.11.0", "@googleapis/sheets": "^5.0.4", "@mnajdova/enzyme-adapter-react-18": "^0.2.0", + "@mui-internal/api-docs-builder": "^1.0.0", + "@mui-internal/docs-utilities": "^1.0.0", + "@mui/joy": "5.0.0-beta.5", + "@mui/material": "^5.14.8", + "@mui/utils": "^5.14.8", "@octokit/rest": "^20.0.1", "@playwright/test": "1.37.1", - "@rollup/plugin-replace": "^5.0.2", "@slack/bolt": "^3.13.3", - "@testing-library/dom": "^9.3.1", - "@testing-library/react": "^14.0.0", - "@testing-library/user-event": "^14.4.3", - "@types/chai": "^4.3.5", - "@types/chai-dom": "^1.11.0", + "@slack/web-api": "^6.9.0", "@types/enzyme": "^3.10.13", - "@types/format-util": "^1.0.2", "@types/fs-extra": "^11.0.1", "@types/lodash": "^4.14.197", "@types/mocha": "^10.0.1", "@types/node": "^18.17.14", "@types/prettier": "^2.7.3", "@types/react": "^18.2.21", - "@types/react-is": "^18.2.1", - "@types/react-test-renderer": "^18.0.0", - "@types/sinon": "^10.0.16", - "@types/stylis": "^4.2.0", "@types/yargs": "^17.0.24", "@typescript-eslint/eslint-plugin": "^6.4.1", "@typescript-eslint/parser": "^6.4.1", @@ -122,23 +115,18 @@ "babel-plugin-module-resolver": "^5.0.0", "babel-plugin-optimize-clsx": "^2.6.2", "babel-plugin-react-remove-properties": "^0.3.0", - "babel-plugin-tester": "^11.0.4", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "chai": "^4.3.8", - "chai-dom": "^1.11.0", "chalk": "^5.3.0", "compression-webpack-plugin": "^10.0.0", "concurrently": "^8.2.1", - "confusing-browser-globals": "^1.0.11", - "core-js": "^2.6.11", "cpy-cli": "^5.0.0", "cross-env": "^7.0.3", "danger": "^11.2.8", - "dom-accessibility-api": "^0.6.1", "dtslint": "^4.2.1", "enzyme": "^3.11.0", "eslint": "^8.48.0", "eslint-config-airbnb": "^19.0.4", + "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-config-prettier": "^8.10.0", "eslint-import-resolver-webpack": "^0.13.7", @@ -146,16 +134,14 @@ "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-import": "^2.28.1", "eslint-plugin-jsx-a11y": "^6.7.1", + "eslint-plugin-material-ui": "^5.0.0", "eslint-plugin-mocha": "^10.1.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "fast-glob": "^3.3.1", - "format-util": "^1.0.5", "fs-extra": "^11.1.1", "globby": "^13.2.2", "google-auth-library": "^9.0.0", - "html-webpack-plugin": "^5.5.3", - "jsdom": "^22.1.0", "karma": "^6.4.2", "karma-browserstack-launcher": "~1.6.0", "karma-chrome-launcher": "^3.2.0", @@ -164,45 +150,28 @@ "karma-mocha": "^2.0.1", "karma-sourcemap-loader": "^0.4.0", "karma-webpack": "^5.0.0", - "lerna": "^7.1.5", + "lerna": "^7.2.0", "lodash": "^4.17.21", "markdownlint-cli2": "^0.9.2", "mocha": "^10.2.0", + "nx": "^16.7.4", "nyc": "^15.1.0", "piscina": "^4.1.0", "postcss-styled-syntax": "^0.4.0", "prettier": "^2.8.8", "pretty-quick": "^3.1.3", "process": "^0.11.10", - "prop-types": "^15.8.1", "raw-loader": "4.0.2", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-router-dom": "^6.15.0", - "react-test-renderer": "^18.2.0", - "remark": "^13.0.0", "rimraf": "^5.0.1", - "rollup": "^3.28.1", - "rollup-plugin-babel": "^4.4.0", - "rollup-plugin-commonjs": "^10.1.0", - "rollup-plugin-node-globals": "^1.4.0", - "rollup-plugin-node-resolve": "^5.2.0", - "rollup-plugin-terser": "^7.0.2", "serve": "^14.2.1", - "sinon": "^15.2.0", "stylelint": "^15.10.3", "stylelint-config-standard": "^34.0.0", "stylelint-processor-styled-components": "^1.10.0", - "stylis": "^4.2.0", - "stylis-plugin-rtl": "^2.1.1", - "stylis-plugin-rtl-sc": "npm:stylis-plugin-rtl@^1.1.0", "terser-webpack-plugin": "^5.3.9", - "thenify": "3.3.1", "ts-node": "^10.9.1", "tslint": "5.14.0", "typescript": "^5.1.6", - "unist-util-visit": "^2.0.3", - "util": "^0.12.5", + "typescript-to-proptypes": "^5.0.0", "webpack": "^5.88.2", "webpack-bundle-analyzer": "^4.9.1", "webpack-cli": "^4.10.0", diff --git a/packages/api-docs-builder/package.json b/packages/api-docs-builder/package.json index e0fcaf8f1c9ca2..23b63ffa734f26 100644 --- a/packages/api-docs-builder/package.json +++ b/packages/api-docs-builder/package.json @@ -8,17 +8,31 @@ }, "dependencies": { "@babel/core": "^7.22.10", + "@babel/preset-typescript": "^7.22.5", + "@babel/traverse": "^7.22.10", "@mui-internal/docs-utilities": "^1.0.0", "@mui/markdown": "^5.0.0", + "@mui/utils": "^5.14.8", "ast-types": "^0.14.2", + "docs": "^5.0.0", "doctrine": "^3.0.0", + "fast-glob": "^3.3.1", + "fs-extra": "^11.1.1", "lodash": "^4.17.21", + "prettier": "^2.8.8", "react-docgen": "^5.4.3", "recast": "^0.23.4", - "typescript-to-proptypes": "^5.0.0", + "remark": "^13.0.0", + "unist-util-visit": "^2.0.3", "yargs": "^17.7.2" }, "devDependencies": { + "@types/babel__core": "^7.20.1", + "@types/babel__traverse": "^7.20.1", + "@types/chai": "^4.3.5", + "@types/sinon": "^10.0.16", + "@types/doctrine": "^0.0.5", + "@types/mdast": "4.0.0", "@types/mocha": "^10.0.1", "@types/node": "^18.17.14", "chai": "^4.3.8", diff --git a/packages/eslint-plugin-material-ui/package.json b/packages/eslint-plugin-material-ui/package.json index fb2828a163124a..8828027eb4bef4 100644 --- a/packages/eslint-plugin-material-ui/package.json +++ b/packages/eslint-plugin-material-ui/package.json @@ -9,7 +9,8 @@ }, "devDependencies": { "@types/eslint": "^8.44.2", - "@typescript-eslint/parser": "^6.4.1" + "@typescript-eslint/parser": "^6.4.1", + "eslint": "^8.47.0" }, "scripts": { "test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/eslint-plugin-material-ui/**/*.test.js'" diff --git a/packages/markdown/package.json b/packages/markdown/package.json index fe04b84c548f90..39a501b5263ea2 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -10,8 +10,13 @@ "./prism": "./prism.js" }, "dependencies": { + "@babel/runtime": "^7.22.10", "lodash": "^4.17.21", "marked": "^5.1.2", "prismjs": "^1.29.0" + }, + "devDependencies": { + "@types/chai": "^4.3.5", + "chai": "^4.3.7" } } diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json index 36befabbb5d0e2..2c32eb61222f49 100644 --- a/packages/mui-base/package.json +++ b/packages/mui-base/package.json @@ -40,6 +40,33 @@ "typescript": "tslint -p tsconfig.json \"{src,test}/**/*.{spec,d}.{ts,tsx}\" && tsc -p tsconfig.json", "typescript:module-augmentation": "node scripts/testModuleAugmentation.js" }, + "dependencies": { + "@babel/runtime": "^7.22.10", + "@floating-ui/react-dom": "^2.0.2", + "@mui/types": "^7.2.4", + "@mui/utils": "^5.14.8", + "@popperjs/core": "^2.11.8", + "clsx": "^2.0.0", + "prop-types": "^15.8.1" + }, + "devDependencies": { + "@mui/base": "5.0.0-beta.14", + "@mui/material": "^5.14.8", + "@testing-library/react": "^14.0.0", + "@testing-library/user-event": "^14.4.3", + "@types/chai": "^4.3.5", + "@types/prop-types": "^15.7.5", + "@types/react": "18.2.21", + "@types/react-dom": "18.2.7", + "@types/sinon": "^10.0.16", + "chai": "^4.3.7", + "fast-glob": "^3.3.1", + "lodash": "^4.17.21", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "sinon": "^15.2.0", + "test": "^5.0.0" + }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0", "react": "^17.0.0 || ^18.0.0", @@ -50,17 +77,6 @@ "optional": true } }, - "dependencies": { - "@babel/runtime": "^7.22.10", - "@emotion/is-prop-valid": "^1.2.1", - "@floating-ui/react-dom": "^2.0.2", - "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.8", - "@popperjs/core": "^2.11.8", - "clsx": "^2.0.0", - "prop-types": "^15.8.1", - "react-is": "^18.2.0" - }, "sideEffects": false, "publishConfig": { "access": "public" diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json index ca8ba5c4f3fa2b..947793dec93da2 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -38,7 +38,9 @@ "yargs": "^17.7.2" }, "devDependencies": { - "@types/jscodeshift": "0.11.5" + "@types/chai": "^4.3.5", + "@types/jscodeshift": "0.11.5", + "chai": "^4.3.7" }, "sideEffects": false, "publishConfig": { diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json index 56995571752cff..dfc9993cda675b 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -33,6 +33,17 @@ "release": "yarn build && npm publish build", "test": "exit 0" }, + "dependencies": { + "@babel/runtime": "^7.22.10", + "@mui/base": "5.0.0-beta.14", + "@mui/utils": "^5.14.8", + "nprogress": "^0.2.0", + "prop-types": "^15.8.1" + }, + "devDependencies": { + "@types/react": "^18.2.21", + "react": "^18.2.0" + }, "peerDependencies": { "@mui/material": "^5.0.0", "@types/react": "^17.0.0 || ^18.0.0", @@ -43,11 +54,6 @@ "optional": true } }, - "dependencies": { - "@babel/runtime": "^7.22.10", - "@mui/utils": "^5.14.8", - "nprogress": "^0.2.0" - }, "publishConfig": { "access": "public" }, diff --git a/packages/mui-envinfo/package.json b/packages/mui-envinfo/package.json index cdba3e5b5e4638..55aff8fba7db4e 100644 --- a/packages/mui-envinfo/package.json +++ b/packages/mui-envinfo/package.json @@ -1,28 +1,33 @@ { "name": "@mui/envinfo", + "version": "2.0.9", "private": false, - "publishConfig": { - "access": "public" - }, - "license": "MIT", + "author": "MUI Team", "description": "Logs infos about the environment relevant to @mui/*", - "version": "2.0.9", "bin": "./envinfo.js", - "dependencies": { - "envinfo": "^7.10.0" - }, - "author": "MUI Team", - "bugs": { - "url": "https://github.com/mui/material-ui/issues" - }, - "homepage": "https://github.com/mui/material-ui/tree/HEAD/packages/mui-envinfo", "repository": { "type": "git", "url": "https://github.com/mui/material-ui", "directory": "packages/mui-envinfo" }, + "license": "MIT", + "bugs": { + "url": "https://github.com/mui/material-ui/issues" + }, + "homepage": "https://github.com/mui/material-ui/tree/HEAD/packages/mui-envinfo", "files": [], "scripts": { "build": "node scripts/build" + }, + "dependencies": { + "envinfo": "^7.10.0" + }, + "devDependencies": { + "@types/chai": "^4.3.5", + "chai": "^4.3.7", + "fs-extra": "^11.1.1" + }, + "publishConfig": { + "access": "public" } } diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 5b0892a26413da..ab473473c05e07 100644 --- a/packages/mui-icons-material/package.json +++ b/packages/mui-icons-material/package.json @@ -45,26 +45,36 @@ "test:built-typings": "tslint -p test/generated-types/tsconfig.json \"test/generated-types/*.{ts,tsx}\"", "typescript": "tslint -p tsconfig.json \"src/**/*.{ts,tsx}\"" }, - "peerDependencies": { - "@mui/material": "^5.0.0", - "@types/react": "^17.0.0 || ^18.0.0", - "react": "^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - }, "dependencies": { "@babel/runtime": "^7.22.10" }, "devDependencies": { + "@mui/internal-waterfall": "^1.0.0", + "@types/chai": "^4.3.5", + "@types/react": "^18.2.21", + "chai": "^4.3.7", + "chalk": "^5.3.0", + "cross-fetch": "^4.0.0", + "fast-glob": "^3.3.1", "fs-extra": "^11.1.1", + "lodash": "^4.17.21", "mustache": "^4.2.0", + "react": "^18.2.0", + "rimraf": "^5.0.1", "shx": "^0.3.4", "svgo": "^3.0.2", "yargs": "^17.7.2" }, + "peerDependencies": { + "@mui/material": "^5.0.0", + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + }, "sideEffects": false, "publishConfig": { "access": "public" diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 930c6bd677458b..361852b90975e1 100644 --- a/packages/mui-joy/package.json +++ b/packages/mui-joy/package.json @@ -37,6 +37,32 @@ "typescript": "tslint -p tsconfig.json \"{src,test}/**/*.{spec,d}.{ts,tsx}\" && tsc -p tsconfig.json", "typescript:module-augmentation": "node scripts/testModuleAugmentation.js" }, + "dependencies": { + "@babel/runtime": "^7.22.10", + "@mui/base": "5.0.0-beta.14", + "@mui/core-downloads-tracker": "^5.14.8", + "@mui/system": "^5.14.8", + "@mui/types": "^7.2.4", + "@mui/utils": "^5.14.8", + "clsx": "^2.0.0", + "prop-types": "^15.8.1" + }, + "devDependencies": { + "@mui/material": "^5.14.8", + "@types/chai": "^4.3.5", + "@types/prop-types": "^15.7.5", + "@types/react": "^18.2.21", + "@types/react-dom": "^18.2.7", + "@types/sinon": "^10.0.16", + "chai": "^4.3.7", + "fast-glob": "^3.3.1", + "lodash": "^4.17.21", + "next": "^13.4.13", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "sinon": "^15.2.0", + "test": "^5.0.0" + }, "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", @@ -55,18 +81,6 @@ "optional": true } }, - "dependencies": { - "@babel/runtime": "^7.22.10", - "@mui/base": "5.0.0-beta.14", - "@mui/core-downloads-tracker": "^5.14.8", - "@mui/system": "^5.14.8", - "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.8", - "clsx": "^2.0.0", - "csstype": "^3.1.2", - "prop-types": "^15.8.1", - "react-is": "^18.2.0" - }, "sideEffects": false, "publishConfig": { "access": "public" diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index a2f0e60280efc2..e8d2388143826a 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -40,6 +40,28 @@ "test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/mui-lab/**/*.test.{js,ts,tsx}'", "typescript": "tslint -p tsconfig.json \"{src,test}/**/*.{spec,d}.{ts,tsx}\" && tsc -p tsconfig.json" }, + "dependencies": { + "@babel/runtime": "^7.22.10", + "@mui/base": "5.0.0-beta.14", + "@mui/system": "^5.14.8", + "@mui/types": "^7.2.4", + "@mui/utils": "^5.14.8", + "@mui/x-tree-view": "6.0.0-alpha.1", + "clsx": "^2.0.0", + "prop-types": "^15.8.1" + }, + "devDependencies": { + "@types/chai": "^4.3.5", + "@types/prop-types": "^15.7.5", + "@types/react": "^18.2.21", + "@types/react-dom": "^18.2.7", + "@types/sinon": "^10.0.16", + "chai": "^4.3.7", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "sinon": "^15.2.0", + "test": "^5.0.0" + }, "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", @@ -59,17 +81,6 @@ "optional": true } }, - "dependencies": { - "@babel/runtime": "^7.22.10", - "@mui/base": "5.0.0-beta.14", - "@mui/system": "^5.14.8", - "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.8", - "@mui/x-tree-view": "6.0.0-alpha.1", - "clsx": "^2.0.0", - "prop-types": "^15.8.1", - "react-is": "^18.2.0" - }, "sideEffects": false, "publishConfig": { "access": "public" diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index 4d86a746dc39b8..528c2467dee414 100644 --- a/packages/mui-material-next/package.json +++ b/packages/mui-material-next/package.json @@ -39,6 +39,33 @@ "typescript": "tslint -p tsconfig.json \"{src,test}/**/*.{spec,d}.{ts,tsx}\" && tsc -p tsconfig.json", "typescript:module-augmentation": "node scripts/testModuleAugmentation.js" }, + "dependencies": { + "@babel/runtime": "^7.22.10", + "@mui/base": "5.0.0-beta.14", + "@mui/material": "^5.14.8", + "@mui/system": "^5.14.8", + "@mui/types": "^7.2.4", + "@mui/utils": "^5.14.8", + "@types/react-transition-group": "^4.4.6", + "clsx": "^2.0.0", + "prop-types": "^15.8.1", + "react-transition-group": "^4.4.5" + }, + "devDependencies": { + "@testing-library/user-event": "^14.4.3", + "@types/chai": "^4.3.5", + "@types/prop-types": "^15.7.5", + "@types/react": "^18.2.21", + "@types/react-dom": "^18.2.7", + "@types/sinon": "^10.0.16", + "chai": "^4.3.7", + "lodash": "^4.17.21", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-router-dom": "^6.15.0", + "sinon": "^15.2.0", + "test": "^5.0.0" + }, "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", @@ -57,21 +84,6 @@ "optional": true } }, - "dependencies": { - "@babel/runtime": "^7.22.10", - "@mui/base": "5.0.0-beta.14", - "@mui/material": "^5.14.8", - "@mui/system": "^5.14.8", - "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.8", - "@popperjs/core": "^2.11.8", - "@types/react-transition-group": "^4.4.6", - "clsx": "^2.0.0", - "csstype": "^3.1.2", - "prop-types": "^15.8.1", - "react-is": "^18.2.0", - "react-transition-group": "^4.4.5" - }, "sideEffects": false, "publishConfig": { "access": "public" diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index d40e5da3d28204..2295778aa2199f 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -41,6 +41,52 @@ "typescript": "tslint -p tsconfig.json \"{src,test}/**/*.{spec,d}.{ts,tsx}\" && tsc -p tsconfig.json", "typescript:module-augmentation": "node scripts/testModuleAugmentation.js" }, + "dependencies": { + "@babel/runtime": "^7.22.10", + "@mui/base": "5.0.0-beta.14", + "@mui/core-downloads-tracker": "^5.14.8", + "@mui/system": "^5.14.8", + "@mui/types": "^7.2.4", + "@mui/utils": "^5.14.8", + "@types/react-transition-group": "^4.4.6", + "clsx": "^2.0.0", + "csstype": "^3.1.2", + "prop-types": "^15.8.1", + "react-is": "^18.2.0", + "react-transition-group": "^4.4.5" + }, + "devDependencies": { + "@mui/icons-material": "^5.14.8", + "@mui/lab": "5.0.0-alpha.143", + "@mui/styles": "^5.14.7", + "@popperjs/core": "^2.11.8", + "@rollup/plugin-replace": "^5.0.2", + "@testing-library/dom": "^9.3.1", + "@testing-library/user-event": "^14.4.3", + "@types/chai": "^4.3.5", + "@types/prop-types": "^15.7.5", + "@types/react": "^18.2.21", + "@types/react-dom": "^18.2.7", + "@types/sinon": "^10.0.16", + "chai": "^4.3.7", + "css-mediaquery": "^0.1.2", + "express": "^4.18.2", + "fast-glob": "^3.3.1", + "fs-extra": "^11.1.1", + "lodash": "^4.17.21", + "playwright": "^1.36.2", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-router-dom": "^6.15.0", + "rollup": "^3.28.0", + "rollup-plugin-babel": "^4.4.0", + "rollup-plugin-commonjs": "^10.1.0", + "rollup-plugin-node-globals": "^1.4.0", + "rollup-plugin-node-resolve": "^5.2.0", + "rollup-plugin-terser": "^7.0.2", + "sinon": "^15.2.0", + "test": "^5.0.0" + }, "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", @@ -59,20 +105,6 @@ "optional": true } }, - "dependencies": { - "@babel/runtime": "^7.22.10", - "@mui/base": "5.0.0-beta.14", - "@mui/core-downloads-tracker": "^5.14.8", - "@mui/system": "^5.14.8", - "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.8", - "@types/react-transition-group": "^4.4.6", - "clsx": "^2.0.0", - "csstype": "^3.1.2", - "prop-types": "^15.8.1", - "react-is": "^18.2.0", - "react-transition-group": "^4.4.5" - }, "sideEffects": false, "publishConfig": { "access": "public" diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index 67d71436523df4..425b82cf3783c4 100644 --- a/packages/mui-private-theming/package.json +++ b/packages/mui-private-theming/package.json @@ -37,6 +37,21 @@ "test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/mui-private-theming/**/*.test.{js,ts,tsx}'", "typescript": "tslint -p tsconfig.json \"{src,test}/**/*.{spec,d}.{ts,tsx}\" && tsc -p tsconfig.json" }, + "dependencies": { + "@babel/runtime": "^7.22.10", + "@mui/utils": "^5.14.8", + "prop-types": "^15.8.1" + }, + "devDependencies": { + "@mui/material": "^5.14.8", + "@mui/styles": "^5.14.7", + "@mui/types": "^7.2.4", + "@types/chai": "^4.3.5", + "@types/react": "^18.2.21", + "chai": "^4.3.7", + "react": "^18.2.0", + "test": "^5.0.0" + }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0", "react": "^17.0.0 || ^18.0.0" @@ -46,11 +61,6 @@ "optional": true } }, - "dependencies": { - "@babel/runtime": "^7.22.10", - "@mui/utils": "^5.14.8", - "prop-types": "^15.8.1" - }, "sideEffects": false, "publishConfig": { "access": "public" diff --git a/packages/mui-styled-engine-sc/package.json b/packages/mui-styled-engine-sc/package.json index c89948bf7b7a74..26d19abe40800d 100644 --- a/packages/mui-styled-engine-sc/package.json +++ b/packages/mui-styled-engine-sc/package.json @@ -39,7 +39,18 @@ }, "dependencies": { "@babel/runtime": "^7.22.10", - "prop-types": "^15.8.1" + "csstype": "^3.1.2", + "prop-types": "^15.8.1", + "react": "^18.2.0" + }, + "devDependencies": { + "@mui/styled-engine-sc": "^5.14.8", + "@types/chai": "^4.3.5", + "@types/react": "^18.2.21", + "@types/styled-components": "^5.1.26", + "chai": "^4.3.7", + "styled-components": "^5.3.1", + "test": "^5.0.0" }, "peerDependencies": { "@types/styled-components": "^5.1.14", diff --git a/packages/mui-styled-engine/package.json b/packages/mui-styled-engine/package.json index 655ea05f8cf4e4..7c952999f32adb 100644 --- a/packages/mui-styled-engine/package.json +++ b/packages/mui-styled-engine/package.json @@ -41,7 +41,17 @@ "@babel/runtime": "^7.22.10", "@emotion/cache": "^11.11.0", "csstype": "^3.1.2", - "prop-types": "^15.8.1" + "prop-types": "^15.8.1", + "react": "^18.2.0" + }, + "devDependencies": { + "@emotion/react": "^11.11.1", + "@emotion/styled": "^11.11.0", + "@mui/styled-engine": "^5.14.8", + "@types/chai": "^4.3.5", + "@types/react": "^18.2.21", + "chai": "^4.3.7", + "test": "^5.0.0" }, "peerDependencies": { "@emotion/react": "^11.4.1", diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index e9d453250954d1..7a02eff07afc7d 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -37,19 +37,10 @@ "test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/mui-styles/**/*.test.{js,ts,tsx}'", "typescript": "tslint -p tsconfig.json \"{src,test}/**/*.{spec,d}.{ts,tsx}\" && tsc -p tsconfig.json" }, - "peerDependencies": { - "@types/react": "^17.0.0 || ^18.0.0", - "react": "^17.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - }, "dependencies": { "@babel/runtime": "^7.22.10", "@emotion/hash": "^0.9.1", - "@mui/private-theming": "^5.14.7", + "@mui/private-theming": "^5.14.8", "@mui/types": "^7.2.4", "@mui/utils": "^5.14.8", "clsx": "^2.0.0", @@ -65,6 +56,29 @@ "jss-plugin-vendor-prefixer": "^10.10.0", "prop-types": "^15.8.1" }, + "devDependencies": { + "@mui/joy": "5.0.0-beta.5", + "@mui/material": "^5.14.8", + "@mui/styles": "^5.14.7", + "@types/chai": "^4.3.5", + "@types/react": "^18.2.21", + "@types/react-dom": "^18.2.7", + "@types/sinon": "^10.0.16", + "chai": "^4.3.7", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "sinon": "^15.2.0", + "test": "^5.0.0" + }, + "peerDependencies": { + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + }, "sideEffects": false, "publishConfig": { "access": "public" diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 0b1dae9945161e..a35f3a5d44bd02 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -39,6 +39,36 @@ "typescript": "tslint -p tsconfig.json \"{src,test}/**/*.{spec,d}.{ts,tsx}\" && tsc -p tsconfig.json", "typescript:module-augmentation": "node scripts/testModuleAugmentation.js" }, + "dependencies": { + "@babel/runtime": "^7.22.10", + "@mui/private-theming": "^5.14.8", + "@mui/styled-engine": "^5.14.8", + "@mui/types": "^7.2.4", + "@mui/utils": "^5.14.8", + "clsx": "^2.0.0", + "csstype": "^3.1.2", + "prop-types": "^15.8.1" + }, + "devDependencies": { + "@emotion/react": "^11.5.0", + "@emotion/styled": "^11.3.0", + "@mui/joy": "5.0.0-beta.5", + "@mui/material": "^5.14.8", + "@mui/material-next": "6.0.0-alpha.100", + "@mui/system": "^5.14.8", + "@types/chai": "^4.3.5", + "@types/prop-types": "^15.7.5", + "@types/react": "^18.2.21", + "@types/sinon": "^10.0.16", + "@types/styled-components": "^5.1.26", + "chai": "^4.3.7", + "fast-glob": "^3.3.1", + "lodash": "^4.17.21", + "react": "^18.2.0", + "sinon": "^15.2.0", + "styled-components": "^5.3.11", + "test": "^5.0.0" + }, "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", @@ -56,16 +86,6 @@ "optional": true } }, - "dependencies": { - "@babel/runtime": "^7.22.10", - "@mui/private-theming": "^5.14.8", - "@mui/styled-engine": "^5.14.8", - "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.8", - "clsx": "^2.0.0", - "csstype": "^3.1.2", - "prop-types": "^15.8.1" - }, "sideEffects": false, "publishConfig": { "access": "public" diff --git a/packages/mui-types/package.json b/packages/mui-types/package.json index 89b49335412fef..f190adc1a4e8ec 100644 --- a/packages/mui-types/package.json +++ b/packages/mui-types/package.json @@ -37,8 +37,12 @@ "publishConfig": { "access": "public" }, + "devDependencies": { + "@mui/types": "^7.2.4", + "@types/react": "^18.2.21" + }, "peerDependencies": { - "@types/react": "*" + "@types/react": "^17.0.0 || ^18.0.0" }, "peerDependenciesMeta": { "@types/react": { diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index 4aab08375b7766..5da2a173fc31f7 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -38,21 +38,40 @@ "test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/mui-utils/**/*.test.{js,ts,tsx}'", "typescript": "tslint -p tsconfig.json \"{src,test}/**/*.{spec,d}.{ts,tsx}\" && tsc -p tsconfig.json" }, - "peerDependencies": { - "react": "^17.0.0 || ^18.0.0" - }, "dependencies": { "@babel/runtime": "^7.22.10", - "@types/prop-types": "^15.7.5", - "@types/react-is": "^18.2.1", "prop-types": "^15.8.1", "react-is": "^18.2.0" }, "devDependencies": { "@babel/helper-module-imports": "^7.22.5", + "@mui/types": "^7.2.4", "@types/babel-plugin-macros": "^3.1.0", + "@types/chai": "^4.3.5", + "@types/mocha": "^10.0.1", + "@types/node": "^18.17.6", + "@types/prop-types": "^15.7.5", + "@types/react": "^18.2.21", + "@types/react-dom": "^18.2.7", + "@types/react-is": "^18.2.1", + "@types/sinon": "^10.0.16", "babel-plugin-macros": "^3.1.0", - "babel-plugin-tester": "^11.0.4" + "babel-plugin-tester": "^11.0.4", + "chai": "^4.3.7", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "sinon": "^15.2.0", + "test": "^5.0.0" + }, + "peerDependencies": { + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } }, "sideEffects": false, "publishConfig": { diff --git a/packages/rsc-builder/package.json b/packages/rsc-builder/package.json index 4bccdcb25ee6f8..276a46ef67eff9 100644 --- a/packages/rsc-builder/package.json +++ b/packages/rsc-builder/package.json @@ -2,5 +2,13 @@ "name": "rsc-builder", "version": "1.0.0", "private": "true", - "main": "./buildRsc.ts" + "main": "./buildRsc.ts", + "dependencies": { + "fs-extra": "^11.1.1", + "yargs": "^17.7.2" + }, + "devDependencies": { + "@types/mocha": "^10.0.1", + "@types/node": "^18.17.6" + } } diff --git a/packages/typescript-to-proptypes/package.json b/packages/typescript-to-proptypes/package.json index 21c9f839afda8d..a3ea10736d3215 100644 --- a/packages/typescript-to-proptypes/package.json +++ b/packages/typescript-to-proptypes/package.json @@ -20,26 +20,31 @@ "test": "cd ../../ && cross-env NODE_ENV=test mocha --config packages/typescript-to-proptypes/.mocharc.js 'packages/typescript-to-proptypes/**/*.test.ts'", "typescript": "tsc -p tsconfig.json" }, + "dependencies": { + "@babel/core": "^7.22.10", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-jsx": "^7.22.5", + "@babel/plugin-syntax-typescript": "^7.22.5", + "@babel/types": "^7.22.10", + "@mui-internal/api-docs-builder": "^1.0.0", + "doctrine": "^3.0.0", + "lodash": "^4.17.21", + "typescript": "^5.1.6", + "uuid": "^9.0.0" + }, "devDependencies": { + "@babel/register": "^7.22.5", "@types/babel__core": "^7.20.1", + "@types/chai": "^4.3.5", "@types/doctrine": "^0.0.6", "@types/lodash": "^4.14.197", "@types/node": "^18.17.14", "@types/prettier": "^2.7.3", "@types/react": "^18.2.21", "@types/uuid": "^9.0.3", + "chai": "^4.3.7", "fast-glob": "^3.3.1", "prettier": "^2.8.8", "rimraf": "^5.0.1" - }, - "dependencies": { - "@babel/core": "^7.22.10", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.22.5", - "@babel/types": "^7.22.10", - "doctrine": "^3.0.0", - "lodash": "^4.17.21", - "typescript": "^5.1.6", - "uuid": "^9.0.0" } } diff --git a/packages/zero-runtime/package.json b/packages/zero-runtime/package.json index cb3fc6caf5f69c..cb148b1af68942 100644 --- a/packages/zero-runtime/package.json +++ b/packages/zero-runtime/package.json @@ -41,6 +41,13 @@ "dependencies": { "clsx": "^2.0.0" }, + "devDependencies": { + "@types/chai": "^4.3.5", + "@types/mocha": "^10.0.1", + "@types/node": "^18.17.6", + "@types/react": "^18.2.21", + "react": "^18.2.0" + }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0" }, diff --git a/packages/zero-tag-processor/package.json b/packages/zero-tag-processor/package.json index d9a9816c7add2f..72a8253bc32277 100644 --- a/packages/zero-tag-processor/package.json +++ b/packages/zero-tag-processor/package.json @@ -43,6 +43,7 @@ "@babel/helper-module-imports": "^7.22.5", "@babel/helper-plugin-utils": "^7.22.5", "@babel/parser": "^7.22.10", + "@babel/types": "^7.22.10", "@emotion/css": "^11.11.2", "@linaria/tags": "^4.5.4", "@linaria/utils": "^4.5.3", @@ -54,7 +55,10 @@ "@types/babel__core": "^7.20.1", "@types/babel__helper-module-imports": "^7.18.0", "@types/babel__helper-plugin-utils": "^7.10.0", - "@types/lodash.get": "^4.4.7" + "@types/lodash.get": "^4.4.7", + "@types/chai": "^4.3.5", + "@types/mocha": "^10.0.1", + "@types/node": "^18.17.6" }, "sideEffects": false, "publishConfig": { diff --git a/packages/zero-vite-plugin/package.json b/packages/zero-vite-plugin/package.json index 281b99799530bc..f1c6554069d2fe 100644 --- a/packages/zero-vite-plugin/package.json +++ b/packages/zero-vite-plugin/package.json @@ -45,6 +45,8 @@ }, "devDependencies": { "@types/babel__core": "^7.20.1", + "@types/chai": "^4.3.5", + "chai": "^4.3.8", "vite": "^4.4.9" }, "peerDependencies": { diff --git a/test/package.json b/test/package.json index 156ff50f118c4e..4e2e50e122a583 100644 --- a/test/package.json +++ b/test/package.json @@ -4,5 +4,62 @@ "private": true, "scripts": { "typescript": "tsc -p tsconfig.json" + }, + "devDependencies": { + "@babel/plugin-transform-modules-commonjs": "^7.22.5", + "@babel/preset-typescript": "^7.22.5", + "@babel/register": "^7.22.5", + "@babel/runtime": "^7.22.10", + "@emotion/cache": "^11.11.0", + "@emotion/react": "^11.11.1", + "@mnajdova/enzyme-adapter-react-18": "^0.2.0", + "@mui/base": "5.0.0-beta.14", + "@mui/icons-material": "^5.14.8", + "@mui/joy": "5.0.0-beta.5", + "@mui/lab": "5.0.0-alpha.143", + "@mui/material-next": "6.0.0-alpha.100", + "@mui/material": "^5.14.8", + "@mui/system": "^5.14.8", + "@mui/utils": "^5.14.8", + "@playwright/test": "1.37.1", + "@testing-library/dom": "^9.3.1", + "@testing-library/react": "^14.0.0", + "@types/chai": "^4.3.5", + "@types/chai-dom": "^1.11.0", + "@types/enzyme": "^3.10.13", + "@types/format-util": "^1.0.2", + "@types/prop-types": "^15.7.5", + "@types/react-dom": "^18.2.7", + "@types/react-test-renderer": "^18.0.0", + "@types/react": "^18.2.21", + "@types/react-is": "^18.2.1", + "@types/sinon": "^10.0.16", + "chai-dom": "^1.11.0", + "chai": "^4.3.7", + "docs": "^5.0.0", + "dom-accessibility-api": "^0.6.1", + "enzyme": "^3.11.0", + "fast-glob": "^3.3.1", + "format-util": "^1.0.5", + "fs-extra": "^11.1.1", + "html-webpack-plugin": "^5.5.3", + "jsdom": "^22.1.0", + "lodash": "^4.17.21", + "mocha": "^10.2.0", + "playwright": "^1.36.2", + "prop-types": "^15.8.1", + "react-dom": "^18.2.0", + "react-router-dom": "^6.15.0", + "react-test-renderer": "^18.2.0", + "react": "^18.2.0", + "react-is": "^18.2.0", + "sinon": "^15.2.0", + "styled-components": "6.0.7", + "stylis-plugin-rtl-sc": "npm:stylis-plugin-rtl@^1.1.0", + "stylis-plugin-rtl": "^2.1.1", + "stylis": "4.2.0", + "webfontloader": "^1.6.28", + "webpack": "^5.88.2", + "yargs": "^17.7.2" } } diff --git a/yarn.lock b/yarn.lock index 85ec0d67095778..6b3677c3e497da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -169,10 +169,10 @@ resolved "https://registry.yarnpkg.com/@assemblyscript/loader/-/loader-0.10.1.tgz#70e45678f06c72fa2e350e8553ec4a4d72b92e06" integrity sha512-H71nDOOL8Y7kWRLqf6Sums+01Q5msqBW2KhDUTemh1tvY04eSkSXrK0uj/4mmY0Xr16/3zyZmsrxN7CKuRbNRg== -"@babel/cli@^7.22.10": - version "7.22.10" - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.22.10.tgz#25e4bbd8d0a0d8b4b389e1b5e2d7a238bd4c1b75" - integrity sha512-rM9ZMmaII630zGvtMtQ3P4GyHs28CHLYE9apLG7L8TgaSqcfoIGrlLSLsh4Q8kDTdZQQEXZm1M0nQtOvU/2heg== +"@babel/cli@^7.21.0", "@babel/cli@^7.22.10": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.22.15.tgz#22ed82d76745a43caa60a89917bedb7c9b5bd145" + integrity sha512-prtg5f6zCERIaECeTZzd2fMtVjlfjhUcO+fBLQ6DXXdq5FljN+excVitJ2nogsusdf31LeqkjAfXZ7Xq+HmN8g== dependencies: "@jridgewell/trace-mapping" "^0.3.17" commander "^4.0.1" @@ -185,7 +185,7 @@ "@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3" chokidar "^3.4.0" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.22.10", "@babel/code-frame@^7.22.5": +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.22.10", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.22.5": version "7.22.10" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.10.tgz#1c20e612b768fefa75f6e90d6ecb86329247f0a3" integrity sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA== @@ -198,7 +198,7 @@ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== -"@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.22.10", "@babel/core@^7.22.9", "@babel/core@^7.7.5": +"@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.21.0", "@babel/core@^7.22.10", "@babel/core@^7.22.9", "@babel/core@^7.7.5": version "7.22.10" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.10.tgz#aad442c7bcd1582252cb4576747ace35bc122f35" integrity sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw== @@ -219,12 +219,12 @@ json5 "^2.2.2" semver "^6.3.1" -"@babel/generator@^7.12.11", "@babel/generator@^7.22.10", "@babel/generator@^7.22.9", "@babel/generator@^7.6.2": - version "7.22.10" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.10.tgz#c92254361f398e160645ac58831069707382b722" - integrity sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A== +"@babel/generator@^7.12.11", "@babel/generator@^7.22.10", "@babel/generator@^7.22.15", "@babel/generator@^7.22.9", "@babel/generator@^7.6.2": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339" + integrity sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA== dependencies: - "@babel/types" "^7.22.10" + "@babel/types" "^7.22.15" "@jridgewell/gen-mapping" "^0.3.2" "@jridgewell/trace-mapping" "^0.3.17" jsesc "^2.5.1" @@ -316,12 +316,12 @@ dependencies: "@babel/types" "^7.22.5" -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.16.0", "@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#1a8f4c9f4027d23f520bd76b364d44434a72660c" - integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg== +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.16.0", "@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.18.6", "@babel/helper-module-imports@^7.22.5": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0" + integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w== dependencies: - "@babel/types" "^7.22.5" + "@babel/types" "^7.22.15" "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9": version "7.22.9" @@ -393,10 +393,10 @@ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== -"@babel/helper-validator-identifier@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" - integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ== +"@babel/helper-validator-identifier@^7.22.15", "@babel/helper-validator-identifier@^7.22.5": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044" + integrity sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ== "@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.22.5": version "7.22.5" @@ -442,10 +442,10 @@ regenerator-runtime "^0.14.0" v8flags "^3.1.1" -"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.10", "@babel/parser@^7.22.5", "@babel/parser@^7.8.3": - version "7.22.10" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.10.tgz#e37634f9a12a1716136c44624ef54283cabd3f55" - integrity sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ== +"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.10", "@babel/parser@^7.22.15", "@babel/parser@^7.22.5", "@babel/parser@^7.8.3": + version "7.22.16" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95" + integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA== "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5": version "7.22.5" @@ -463,6 +463,13 @@ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" "@babel/plugin-transform-optional-chaining" "^7.22.5" +"@babel/plugin-external-helpers@^7.18.6": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.22.5.tgz#92b0705b74756123f289388320e0e12c407fdf9a" + integrity sha512-ngnNEWxmykPk82mH4ajZT0qTztr3Je6hrMuKAslZVM8G1YZTENJSYwrIGtt6KOtznug3exmAtF4so/nPqJuA4A== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3" @@ -1151,7 +1158,7 @@ "@babel/helper-create-regexp-features-plugin" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" -"@babel/preset-env@^7.22.10", "@babel/preset-env@^7.22.9": +"@babel/preset-env@^7.20.2", "@babel/preset-env@^7.22.10", "@babel/preset-env@^7.22.9": version "7.22.10" resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.10.tgz#3263b9fe2c8823d191d28e61eac60a79f9ce8a0f" integrity sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A== @@ -1255,7 +1262,7 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/preset-react@^7.22.5": +"@babel/preset-react@^7.18.6", "@babel/preset-react@^7.22.5": version "7.22.5" resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.22.5.tgz#c4d6058fbf80bccad02dd8c313a9aaa67e3c3dd6" integrity sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ== @@ -1267,7 +1274,7 @@ "@babel/plugin-transform-react-jsx-development" "^7.22.5" "@babel/plugin-transform-react-pure-annotations" "^7.22.5" -"@babel/preset-typescript@^7.13.0", "@babel/preset-typescript@^7.22.5": +"@babel/preset-typescript@^7.13.0", "@babel/preset-typescript@^7.21.0", "@babel/preset-typescript@^7.22.5": version "7.22.5" resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.22.5.tgz#16367d8b01d640e9a507577ed4ee54e0101e51c8" integrity sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ== @@ -1326,29 +1333,29 @@ "@babel/parser" "^7.22.5" "@babel/types" "^7.22.5" -"@babel/traverse@^7.1.6", "@babel/traverse@^7.22.10", "@babel/traverse@^7.22.5", "@babel/traverse@^7.22.8", "@babel/traverse@^7.4.5", "@babel/traverse@^7.8.3": - version "7.22.10" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa" - integrity sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig== +"@babel/traverse@^7.1.6", "@babel/traverse@^7.21.2", "@babel/traverse@^7.22.10", "@babel/traverse@^7.22.5", "@babel/traverse@^7.22.8", "@babel/traverse@^7.4.5", "@babel/traverse@^7.8.3": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.15.tgz#75be4d2d6e216e880e93017f4e2389aeb77ef2d9" + integrity sha512-DdHPwvJY0sEeN4xJU5uRLmZjgMMDIvMPniLuYzUVXj/GGzysPl0/fwt44JBkyUIzGJPV8QgHMcQdQ34XFuKTYQ== dependencies: - "@babel/code-frame" "^7.22.10" - "@babel/generator" "^7.22.10" + "@babel/code-frame" "^7.22.13" + "@babel/generator" "^7.22.15" "@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-function-name" "^7.22.5" "@babel/helper-hoist-variables" "^7.22.5" "@babel/helper-split-export-declaration" "^7.22.6" - "@babel/parser" "^7.22.10" - "@babel/types" "^7.22.10" + "@babel/parser" "^7.22.15" + "@babel/types" "^7.22.15" debug "^4.1.0" globals "^11.1.0" -"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.20.7", "@babel/types@^7.22.10", "@babel/types@^7.22.5", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.6.1": - version "7.22.10" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.10.tgz#4a9e76446048f2c66982d1a989dd12b8a2d2dc03" - integrity sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg== +"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.20.7", "@babel/types@^7.22.10", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.4.4", "@babel/types@^7.6.1": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.15.tgz#266cb21d2c5fd0b3931e7a91b6dd72d2f617d282" + integrity sha512-X+NLXr0N8XXmN5ZsaQdm9U2SSC3UbIYq/doL++sueHOTisgZHoKaQtZxGuV2cUPQHMfjKEfg/g6oy7Hm6SKFtA== dependencies: "@babel/helper-string-parser" "^7.22.5" - "@babel/helper-validator-identifier" "^7.22.5" + "@babel/helper-validator-identifier" "^7.22.15" to-fast-properties "^2.0.0" "@bcoe/v8-coverage@^0.2.3": @@ -1615,7 +1622,7 @@ resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17" integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA== -"@emotion/react@^11.11.1": +"@emotion/react@^11.11.1", "@emotion/react@^11.5.0": version "11.11.1" resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.11.1.tgz#b2c36afac95b184f73b08da8c214fdf861fa4157" integrity sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA== @@ -1655,7 +1662,7 @@ resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec" integrity sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA== -"@emotion/styled@^11.11.0": +"@emotion/styled@^11.11.0", "@emotion/styled@^11.3.0": version "11.11.0" resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.11.0.tgz#26b75e1b5a1b7a629d7c0a8b708fbf5a9cdce346" integrity sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng== @@ -1677,7 +1684,7 @@ resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed" integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg== -"@emotion/unitless@^0.8.1": +"@emotion/unitless@^0.8.0", "@emotion/unitless@^0.8.1": version "0.8.1" resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3" integrity sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ== @@ -2074,21 +2081,21 @@ "@jridgewell/resolve-uri" "3.1.0" "@jridgewell/sourcemap-codec" "1.4.14" -"@lerna/child-process@7.1.5": - version "7.1.5" - resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-7.1.5.tgz#a01e8821fb7b17a68d1c1527127543af6cf27f1b" - integrity sha512-YXmxzxXTP3u9HQpSXvK8qqoAm7VWQIFria3FVMQKkOSkWkph1TNnvt3Q1JvKT7/Jgd1HfTc3QrK09a2FND9+8A== +"@lerna/child-process@7.2.0": + version "7.2.0" + resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-7.2.0.tgz#42de5b0a4eb7479c2a72b4bf61685616740cf818" + integrity sha512-8cRsYYX8rGZTXL1KcLBv0RHD9PMvphWZay8yg4qf2giX6x86dQyTetSU4SplG2LBGVClilmNHJa/CQwvPQNUFA== dependencies: chalk "^4.1.0" execa "^5.0.0" strong-log-transformer "^2.1.0" -"@lerna/create@7.1.5": - version "7.1.5" - resolved "https://registry.yarnpkg.com/@lerna/create/-/create-7.1.5.tgz#180b26f028be25b541a327429168da6c10bdb265" - integrity sha512-/CDI/cvXJbycgSDzWXzP7DBuJ10qL/uYEouFt3/mxi9+hSfM885fu6lbVPV7QOf8A0otXcTs7PN2dVyMrnWQeg== +"@lerna/create@7.2.0": + version "7.2.0" + resolved "https://registry.yarnpkg.com/@lerna/create/-/create-7.2.0.tgz#a8080b419c1f8ab5d575693fcb883a6a0d82c7e0" + integrity sha512-bBypNfwqOQNcfR2nXJ3mWUeIAIoSFpXg8MjuFSf87PzIiyeTEKa3Z57vAa3bDbHQtcB7x6f0rWysK1eQZSH15Q== dependencies: - "@lerna/child-process" "7.1.5" + "@lerna/child-process" "7.2.0" "@npmcli/run-script" "6.0.2" "@nx/devkit" ">=16.5.1 < 17" "@octokit/plugin-enterprise-rest" "6.0.1" @@ -2113,6 +2120,7 @@ ini "^1.3.8" init-package-json "5.0.0" inquirer "^8.2.4" + is-ci "3.0.1" is-stream "2.0.0" js-yaml "4.1.0" libnpmpublish "7.3.0" @@ -2250,14 +2258,6 @@ dependencies: "@types/react" "*" -"@mdx-js/react@^2.3.0": - version "2.3.0" - resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.3.0.tgz#4208bd6d70f0d0831def28ef28c26149b03180b3" - integrity sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g== - dependencies: - "@types/mdx" "^2.0.0" - "@types/react" ">=16" - "@mnajdova/enzyme-adapter-react-18@^0.2.0": version "0.2.0" resolved "https://registry.yarnpkg.com/@mnajdova/enzyme-adapter-react-18/-/enzyme-adapter-react-18-0.2.0.tgz#d73aa8c557b5522f1b11df51e784502860245f63" @@ -2535,12 +2535,13 @@ dependencies: "@nx/devkit" "16.5.2" -"@nrwl/tao@16.5.2": - version "16.5.2" - resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-16.5.2.tgz#6b46b880e36ff0af4cceaf2409fd2055bf2cf2b1" - integrity sha512-4vQt0Jj9xHc8SpNgM2TxkPZrkjf4ayNW7elgt5rlOT1yD3Q1Fn3/VHb3cWtm/RC2vSckB4qUEuFGpdEU8wEnCg== +"@nrwl/tao@16.8.0": + version "16.8.0" + resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-16.8.0.tgz#cec82dae982ac68aeac8add7bc3f6ed76ae64442" + integrity sha512-b8SteybQrq34SBnrkdpsShD6hyjmq2WNi6WY2fLxkWg4IvBtG1U3KC8SdHhmbBqLA8PpBt8bV7paH8IgsiajtA== dependencies: - nx "16.5.2" + nx "16.8.0" + tslib "^2.3.0" "@nx/devkit@16.5.2", "@nx/devkit@>=16.5.1 < 17": version "16.5.2" @@ -2554,55 +2555,55 @@ tmp "~0.2.1" tslib "^2.3.0" -"@nx/nx-darwin-arm64@16.5.2": - version "16.5.2" - resolved "https://registry.yarnpkg.com/@nx/nx-darwin-arm64/-/nx-darwin-arm64-16.5.2.tgz#0efcc62881eddd20e5bb8f881e6c8cc082c864f8" - integrity sha512-myiNbDJLhhVHRLo6z3TeiaUeYTWdvBR3RdHQq4szTgb82Bnn8ruzteRGGJwKZd551YlttRcieBysxzUzHkmVBg== - -"@nx/nx-darwin-x64@16.5.2": - version "16.5.2" - resolved "https://registry.yarnpkg.com/@nx/nx-darwin-x64/-/nx-darwin-x64-16.5.2.tgz#6b03c1f4569411db7f8f90df90c820b083bde65f" - integrity sha512-m354qmKrv7a5eD9Qv8bGEmrLCBEyCS6/y0PyOR32Dmi7qwlgHsQ4FfVkOnlWefC5ednhFLJQT6yxwhg8cFGDxw== - -"@nx/nx-freebsd-x64@16.5.2": - version "16.5.2" - resolved "https://registry.yarnpkg.com/@nx/nx-freebsd-x64/-/nx-freebsd-x64-16.5.2.tgz#931e8be5c70d87b87f17d8faf0b9089383df0505" - integrity sha512-qrR9yxcC2BLnw9JulecILmyp6Jco9unHHzQcfhLZTpw5c1PNHmZzHwJ3i3iNEf1o2kXEIa+SlOCis9ndvNQQVA== - -"@nx/nx-linux-arm-gnueabihf@16.5.2": - version "16.5.2" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-16.5.2.tgz#d9d865f99ba1128f6aa5b6bf0887bb743590eeb6" - integrity sha512-+I1Oj54caDymMsQuRu/l4ULS4RVvwDUM1nXey5JhWulDOUF//09Ckz03Q9p0NCnvBvQd3SyE65++PMfZrrurbA== - -"@nx/nx-linux-arm64-gnu@16.5.2": - version "16.5.2" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-16.5.2.tgz#c442df598108776cce297561555520ffbce251ea" - integrity sha512-4Q4jpgtNBTb4lMegFKS9hkzS/WttH3MxkgM//8qs1zhgUz/AsuXTitBo71E3xCnQl/i38p0eIpiKXXwBJeHgDw== - -"@nx/nx-linux-arm64-musl@16.5.2": - version "16.5.2" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-16.5.2.tgz#e07c0031f60372e726d2272fac5f3743c4d9591c" - integrity sha512-VLukS/pfenr/Qw/EUn3GPAREDVXuSmfKeYBQKkALXEK6cRVQhXFXMLGHgMemCYbpoUJyFtFEO94PKV7VU7wZPg== - -"@nx/nx-linux-x64-gnu@16.5.2": - version "16.5.2" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-16.5.2.tgz#0748beae6944b42276f4705bc41b9e06cefb1d55" - integrity sha512-TAGmY+MXbNl/aGg2KMvtg53rbmX0XHwnJRQtjhjqjAyvaOfFWI/WOqTU7xf/QCkXBUIK0D9xHWpALfA/fZFCBA== - -"@nx/nx-linux-x64-musl@16.5.2": - version "16.5.2" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-16.5.2.tgz#7b150081e21ba7aa0da511f80aae1c5d230d1664" - integrity sha512-YyWmqcNbZgU76+LThAt+0arx9C2ewfI5UUI6kooZRniAd408EA2xl5fx2AWLLrISGH4nTb5p20HGmeWfGqjHPA== - -"@nx/nx-win32-arm64-msvc@16.5.2": - version "16.5.2" - resolved "https://registry.yarnpkg.com/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-16.5.2.tgz#f06f74b876c92d6b12cd351baff016b18bfd9a73" - integrity sha512-pl7LluCc/57kl9VZ1ES27ym16ps4zgfCIeJiF8Ne8C6ALgt7C3PEG6417sFqbQw5J7NhsZ1aTb3eJ9fa9hurhA== - -"@nx/nx-win32-x64-msvc@16.5.2": - version "16.5.2" - resolved "https://registry.yarnpkg.com/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-16.5.2.tgz#6ae96b6a90924daba81350863da4f9d12884fe8e" - integrity sha512-bKSMElhzP37MkzWQ/Y12pQlesZ6TxwOOqwoaK/vHe6ZtxPxvG2+U8tQ21Nw5L3KyrDCnU5MJHGFtQVHHHt5MwA== +"@nx/nx-darwin-arm64@16.8.0": + version "16.8.0" + resolved "https://registry.yarnpkg.com/@nx/nx-darwin-arm64/-/nx-darwin-arm64-16.8.0.tgz#2f13a60029c96b80023556f65790565db402c200" + integrity sha512-yNmEJoRKl9JZH/O6oWUvbt5eYbSRHIJtGwvxVCtNRqykyNZNlEzMSLxz0Mx8x3h0QQ3zjZEUmMjac4tb4BPPLw== + +"@nx/nx-darwin-x64@16.8.0": + version "16.8.0" + resolved "https://registry.yarnpkg.com/@nx/nx-darwin-x64/-/nx-darwin-x64-16.8.0.tgz#8fc8a8678d03680b7e87e4e80eff46277bad1109" + integrity sha512-YOSLslyMJ682FrhRsmPRl0zJmr2gpSzCHR5ETScPbFaQ+kxGVuTzSUr1PFTw9lAOGiqspFf0CCqxS3ZmY4DjSg== + +"@nx/nx-freebsd-x64@16.8.0": + version "16.8.0" + resolved "https://registry.yarnpkg.com/@nx/nx-freebsd-x64/-/nx-freebsd-x64-16.8.0.tgz#93846e0385368463f59686cb933b24467fa25b2f" + integrity sha512-puHAmnvDdemUoDt+hO53IqgWXHb6cpCmiIrT7N+sZfBVVoyieb9S9zWCXJO/HCwdkS6ibx7nixNQpYBT7J+1WQ== + +"@nx/nx-linux-arm-gnueabihf@16.8.0": + version "16.8.0" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-16.8.0.tgz#112c5239eca330b984fda6c99e135027c75b879d" + integrity sha512-wymaeEElhVmXHHB0kC6uL2iE7J2Ze9s0Ws1qp5mQ8275wHEC4/OLAWSnh/B9WsGFsHPlVj/QYoXmevUyjK5etw== + +"@nx/nx-linux-arm64-gnu@16.8.0": + version "16.8.0" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-16.8.0.tgz#ce94b08d0ed69848f14b00ec43f0ed72f1601d69" + integrity sha512-Hc32BOQ9yw7oS+rHYAlRYZ4rW+YDsGHiUAcKekFh6WtKvj49OpXUfNw8dNzPuCmohi0Nvpm96TAi7rilRS79TQ== + +"@nx/nx-linux-arm64-musl@16.8.0": + version "16.8.0" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-16.8.0.tgz#8aed46828b89d981e453711c5423933aa4897ac8" + integrity sha512-JsJyZswdPA5Wllh7xdusxogPKmiA/F4LzjFGy01sUy0DV3+5WJasp3VDNbl/o8v4f0BZ2/dfMlVJnF+hLBhK5g== + +"@nx/nx-linux-x64-gnu@16.8.0": + version "16.8.0" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-16.8.0.tgz#21eb66850f83b396d2260c341dd5e2bba9a91f37" + integrity sha512-WpZ90jcbbTO5g5FtNpZRgpem7HCE3iBKOx0lG2xt7ZWd5JoypzZg9tEjHaDvCm6uNloUqZZigKnVyxZ/ulaq/Q== + +"@nx/nx-linux-x64-musl@16.8.0": + version "16.8.0" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-16.8.0.tgz#50b31d00b0435a1b9c2bfba90f32fc16c34f8d57" + integrity sha512-iuOT42XEN/NPytNrZLB/V1WHbqletE4q2V3GxY08OFay6jyjA3CZWhUQ0IhiqXs2MXlbeKZM1Y9M8ogXr1bLHA== + +"@nx/nx-win32-arm64-msvc@16.8.0": + version "16.8.0" + resolved "https://registry.yarnpkg.com/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-16.8.0.tgz#da9e7b82e6f8e3f4cbf1b96d9887e28837e52a89" + integrity sha512-zB9EekQAc9DAp8G+2bvO4ko/jJJRDEN9Si+J/xMMCfTNWQE3+JJqqbN9P48Z3UKYZcm2DFRJFPA1Qfy5lv/MNA== + +"@nx/nx-win32-x64-msvc@16.8.0": + version "16.8.0" + resolved "https://registry.yarnpkg.com/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-16.8.0.tgz#9c2689cb83620c3189004ac39c5afe6b4057579e" + integrity sha512-PvF3hvsMFqN90t3GldLAdVW+qEr1J3g18t6QdnRHL39I4+BYCXip1hzWlK+aOP+TxQuZaSbVMMChZQw1eC97LA== "@octokit/auth-token@^2.4.4": version "2.5.0" @@ -3157,24 +3158,24 @@ p-queue "^2.4.2" ws "^7.5.3" -"@slack/types@^2.0.0", "@slack/types@^2.8.0": +"@slack/types@^2.8.0": version "2.8.0" resolved "https://registry.yarnpkg.com/@slack/types/-/types-2.8.0.tgz#11ea10872262a7e6f86f54e5bcd4f91e3a41fe91" integrity sha512-ghdfZSF0b4NC9ckBA8QnQgC9DJw2ZceDq0BIjjRSv6XAZBXJdWgxIsYz0TYnWSiqsKZGH2ZXbj9jYABZdH3OSQ== -"@slack/web-api@^6.2.3", "@slack/web-api@^6.3.0", "@slack/web-api@^6.7.1": - version "6.8.1" - resolved "https://registry.yarnpkg.com/@slack/web-api/-/web-api-6.8.1.tgz#c6c1e7405c884c4d9048f8b1d3901bd138d00610" - integrity sha512-eMPk2S99S613gcu7odSw/LV+Qxr8A+RXvBD0GYW510wJuTERiTjP5TgCsH8X09+lxSumbDE88wvWbuFuvGa74g== +"@slack/web-api@^6.2.3", "@slack/web-api@^6.3.0", "@slack/web-api@^6.7.1", "@slack/web-api@^6.9.0": + version "6.9.0" + resolved "https://registry.yarnpkg.com/@slack/web-api/-/web-api-6.9.0.tgz#d829dcfef490dbce8e338912706b6f39dcde3ad2" + integrity sha512-RME5/F+jvQmZHkoP+ogrDbixq1Ms1mBmylzuWq4sf3f7GCpMPWoiZ+WqWk+sism3vrlveKWIgO9R4Qg9fiRyoQ== dependencies: "@slack/logger" "^3.0.0" - "@slack/types" "^2.0.0" + "@slack/types" "^2.8.0" "@types/is-stream" "^1.1.0" "@types/node" ">=12.0.0" axios "^0.27.2" eventemitter3 "^3.1.0" form-data "^2.5.0" - is-electron "2.2.0" + is-electron "2.2.2" is-stream "^1.1.0" p-queue "^6.6.1" p-retry "^4.0.0" @@ -3383,14 +3384,6 @@ resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf" integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== -"@trendmicro/react-interpolate@^0.5.5": - version "0.5.5" - resolved "https://registry.yarnpkg.com/@trendmicro/react-interpolate/-/react-interpolate-0.5.5.tgz#70a5040524b46475ee0104939f371db201886a0d" - integrity sha512-PjkRT3XeK30kGjmSRn//4L106ekZfFkjqQ85G8K1hDdT7aYdng0Hz1MSLJjW9XNiljdTNB8D8Sm4tiBhdz5P3A== - dependencies: - lodash.omit "^4.5.0" - prop-types "^15.5.8" - "@trysound/sax@0.2.0": version "0.2.0" resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad" @@ -3487,12 +3480,12 @@ "@babel/parser" "^7.1.0" "@babel/types" "^7.0.0" -"@types/babel__traverse@*": - version "7.18.1" - resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.18.1.tgz#ce5e2c8c272b99b7a9fd69fa39f0b4cd85028bd9" - integrity sha512-FSdLaZh2UxaMuLp9lixWaHq/golWTRWOnRsAXzDTDSDOQLuZb1nsdCt6pJSPWSEQt2eFZ2YVk3oYhn+1kLMeMA== +"@types/babel__traverse@*", "@types/babel__traverse@^7.20.1": + version "7.20.1" + resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.20.1.tgz#dd6f1d2411ae677dcb2db008c962598be31d6acf" + integrity sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg== dependencies: - "@babel/types" "^7.3.0" + "@babel/types" "^7.20.7" "@types/body-parser@*": version "1.19.2" @@ -3604,6 +3597,11 @@ resolved "https://registry.yarnpkg.com/@types/d3-timer/-/d3-timer-3.0.0.tgz#e2505f1c21ec08bda8915238e397fb71d2fc54ce" integrity sha512-HNB/9GHqu7Fo8AQiugyJbv6ZxYz58wef0esl4Mv828w1ZKpAshw/uFWVDUcIB9KKFeFKoxS3cHY07FFgtTRZ1g== +"@types/doctrine@^0.0.5": + version "0.0.5" + resolved "https://registry.yarnpkg.com/@types/doctrine/-/doctrine-0.0.5.tgz#9768264221e8fd422e4989c8cfdab2ff781f4eb6" + integrity sha512-JJwEeFy8Sl9ctiugU4h4DGN9hCB47oyhUkM2H8g8xZr4tHTEXtmV4U6krKrU8Ng0S7RlG/J7fkta1rGu3pq+YQ== + "@types/doctrine@^0.0.6": version "0.0.6" resolved "https://registry.yarnpkg.com/@types/doctrine/-/doctrine-0.0.6.tgz#12ede1f7cd3797be5856277c85f031299ccd2641" @@ -3770,10 +3768,12 @@ dependencies: markdown-to-jsx "*" -"@types/marked@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@types/marked/-/marked-5.0.1.tgz#15acd796d722b91bf00738c8c8539aaf5034f0c6" - integrity sha512-Y3pAUzHKh605fN6fvASsz5FDSWbZcs/65Q6xYRmnIP9ZIYz27T4IOmXfH9gWJV1dpi7f1e7z7nBGUTx/a0ptpA== +"@types/mdast@4.0.0": + version "4.0.0" + resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-4.0.0.tgz#9f9462d4584a8b3e3711ea8bb4a94c485559ab90" + integrity sha512-YLeG8CujC9adtj/kuDzq1N4tCDYKoZ5l/bnjq8d74+t/3q/tHquJOJKUQXJrLCflOHpKjXgcI/a929gpmLOEng== + dependencies: + "@types/unist" "*" "@types/mdast@^3.0.0": version "3.0.10" @@ -3782,11 +3782,6 @@ dependencies: "@types/unist" "*" -"@types/mdx@^2.0.0": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.2.tgz#64be19baddba4323ae7893e077e98759316fe279" - integrity sha512-mJGfgj4aWpiKb8C0nnJJchs1sHBHn0HugkVfqqyQi7Wn6mBRksLeQsPOFvih/Pu8L1vlDzfe/LidhVHBeUk3aQ== - "@types/mime@*": version "3.0.1" resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10" @@ -3807,7 +3802,7 @@ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.1.tgz#2f4f65bb08bc368ac39c96da7b2f09140b26851b" integrity sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q== -"@types/node@*", "@types/node@>=10.0.0", "@types/node@>=12", "@types/node@>=12.0.0", "@types/node@^14.0.1", "@types/node@^14.14.35", "@types/node@^18.17.14": +"@types/node@*", "@types/node@>=10.0.0", "@types/node@>=12", "@types/node@>=12.0.0", "@types/node@^14.0.1", "@types/node@^14.14.35", "@types/node@^18.17.14", "@types/node@^18.17.6": version "18.17.14" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.14.tgz#a621ad26e7eb076d6846dd3d39557ddf9d89f04b" integrity sha512-ZE/5aB73CyGqgQULkLG87N9GnyGe5TcQjv34pwS8tfBs1IkCh0ASM69mydb2znqd6v0eX+9Ytvk6oQRqu8T1Vw== @@ -3857,7 +3852,7 @@ resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc" integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== -"@types/react-dom@^18.0.0", "@types/react-dom@^18.2.7": +"@types/react-dom@18.2.7", "@types/react-dom@^18.0.0", "@types/react-dom@^18.2.7": version "18.2.7" resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.7.tgz#67222a08c0a6ae0a0da33c3532348277c70abb63" integrity sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA== @@ -3908,7 +3903,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@>=16", "@types/react@^16", "@types/react@^18.2.21": +"@types/react@*", "@types/react@18.2.21", "@types/react@^16", "@types/react@^18.2.21": version "18.2.21" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9" integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA== @@ -3917,13 +3912,6 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/recharts@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@types/recharts/-/recharts-2.0.0.tgz#2fe20913b5d69b0fc0202c32ee7d9ffbfb36ac7a" - integrity sha512-O9iWQ9y0nu/EFslfBed6fZYJGzyjeSV+nv6S5UTLcoPVpeCUBJ1gap6VGfbYJJ59n+xQpVQnkaYZzhWmg8hifw== - dependencies: - recharts "*" - "@types/resolve@0.0.8": version "0.0.8" resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194" @@ -3973,7 +3961,7 @@ resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.2.tgz#bf2e02a3dbd4aecaf95942ecd99b7402e03fad5e" integrity sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA== -"@types/styled-components@5.1.26": +"@types/styled-components@5.1.26", "@types/styled-components@^5.1.26": version "5.1.26" resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.26.tgz#5627e6812ee96d755028a98dae61d28e57c233af" integrity sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw== @@ -3989,7 +3977,7 @@ dependencies: csstype "^3.0.2" -"@types/stylis@^4.2.0": +"@types/stylis@^4.0.2", "@types/stylis@^4.2.0": version "4.2.0" resolved "https://registry.yarnpkg.com/@types/stylis/-/stylis-4.2.0.tgz#199a3f473f0c3a6f6e4e1b17cdbc967f274bdc6b" integrity sha512-n4sx2bqL0mW1tvDf/loQ+aMX7GQD3lc3fkCMC55VFNDu/vBOabO+LTIeXKM14xK0ppk5TUGcWRjiSpIlUpghKw== @@ -5681,7 +5669,7 @@ chai-dom@^1.11.0: resolved "https://registry.yarnpkg.com/chai-dom/-/chai-dom-1.11.0.tgz#aa3af405b3d9b0470d185b17081ed23ca5fdaeb4" integrity sha512-ZzGlEfk1UhHH5+N0t9bDqstOxPEXmn3EyXvtsok5rfXVDOFDJbHVy12rED6ZwkJAUDs2w7/Da4Hlq2LB63kltg== -chai@^4.3.8: +chai@^4.3.7, chai@^4.3.8: version "4.3.8" resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.8.tgz#40c59718ad6928da6629c70496fe990b2bb5b17c" integrity sha512-vX4YvVVtxlfSZ2VecZgFUTU5qPCYsobVI2O9FmwEXBhDigYGQA6jRXCycIs1yJnnWbZ6/+a2zNIF5DfVCcJBFQ== @@ -6250,7 +6238,7 @@ concurrently@^8.2.1: tree-kill "^1.2.2" yargs "^17.7.2" -confusing-browser-globals@^1.0.10, confusing-browser-globals@^1.0.11: +confusing-browser-globals@^1.0.10: version "1.0.11" resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81" integrity sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA== @@ -6604,10 +6592,10 @@ css-select@^5.1.0: domutils "^3.0.1" nth-check "^2.0.1" -css-to-react-native@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/css-to-react-native/-/css-to-react-native-3.0.0.tgz#62dbe678072a824a689bcfee011fc96e02a7d756" - integrity sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ== +css-to-react-native@^3.0.0, css-to-react-native@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/css-to-react-native/-/css-to-react-native-3.2.0.tgz#cdd8099f71024e149e4f6fe17a7d46ecd55f1e32" + integrity sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ== dependencies: camelize "^1.0.0" css-color-keywords "^1.0.0" @@ -7268,10 +7256,15 @@ dot-prop@^5.1.0: dependencies: is-obj "^2.0.0" -dotenv@~10.0.0: +dotenv-expand@~10.0.0: version "10.0.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81" - integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q== + resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37" + integrity sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A== + +dotenv@~16.3.1: + version "16.3.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e" + integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ== dts-critic@latest: version "3.3.11" @@ -7917,7 +7910,7 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4 resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== -eslint@^8.48.0: +eslint@^8.47.0, eslint@^8.48.0: version "8.48.0" resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.48.0.tgz#bf9998ba520063907ba7bfe4c480dc8be03c2155" integrity sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg== @@ -9902,10 +9895,10 @@ is-docker@^2.0.0, is-docker@^2.1.1: resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== -is-electron@2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/is-electron/-/is-electron-2.2.0.tgz#8943084f09e8b731b3a7a0298a7b5d56f6b7eef0" - integrity sha512-SpMppC2XR3YdxSzczXReBjqs2zGscWQpBIKqwXYBFic0ERaxNVgwLCHwOLZeESfdJQjX0RDvrJ1lBXX2ij+G1Q== +is-electron@2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/is-electron/-/is-electron-2.2.2.tgz#3778902a2044d76de98036f5dc58089ac4d80bb9" + integrity sha512-FO/Rhvz5tuw4MCWkpMzHFKWD2LsfHzIb7i6MdPYZ/KW7AlxawyLkqdy+jPZP1WubqEADE3O4FUENlJHDfQASRg== is-extendable@^0.1.0, is-extendable@^0.1.1: version "0.1.1" @@ -10989,13 +10982,13 @@ lazystream@^1.0.0: dependencies: readable-stream "^2.0.5" -lerna@^7.1.5: - version "7.1.5" - resolved "https://registry.yarnpkg.com/lerna/-/lerna-7.1.5.tgz#f65bde23d477382a221f9373f82d027825fa8622" - integrity sha512-5bvfmoIH4Czk5mdoLaRPYkM3M63Ei6+TOuXs3MgXmvqD8vs+vQpHuBVmiYFp5Mwsck3FkidJ+eTxfucltA2Lmw== +lerna@^7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/lerna/-/lerna-7.2.0.tgz#55ab3de42032168a75fc7a2ce184a8acb7efc5ea" + integrity sha512-E13iAY4Tdo+86m4ClAe0j0bP7f8QG2neJReglILPOe+gAOoX17TGqEWanmkDELlUXOrTTwnte0ewc6I6/NOqpg== dependencies: - "@lerna/child-process" "7.1.5" - "@lerna/create" "7.1.5" + "@lerna/child-process" "7.2.0" + "@lerna/create" "7.2.0" "@npmcli/run-script" "6.0.2" "@nx/devkit" ">=16.5.1 < 17" "@octokit/plugin-enterprise-rest" "6.0.1" @@ -11355,11 +11348,6 @@ lodash.mergewith@4.6.2, lodash.mergewith@^4.6.2: resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55" integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ== -lodash.omit@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60" - integrity sha512-XeqSp49hNGmlkj2EJlfrQFIzQ6lXdNro9sddtQzcJY8QaoC2GO0DT7xaIokHeyM+mIT0mPMlPvkYzg2xCuHdZg== - lodash.pullall@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/lodash.pullall/-/lodash.pullall-4.2.0.tgz#9d98b8518b7c965b0fae4099bd9fb7df8bbf38ba" @@ -12250,7 +12238,7 @@ nested-error-stacks@^2.1.1: resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.1.tgz#26c8a3cee6cc05fbcf1e333cd2fc3e003326c0b5" integrity sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw== -next@13.4.19: +next@13.4.19, next@^13.4.13: version "13.4.19" resolved "https://registry.yarnpkg.com/next/-/next-13.4.19.tgz#2326e02aeedee2c693d4f37b90e4f0ed6882b35f" integrity sha512-HuPSzzAbJ1T4BD8e0bs6B9C1kWQ6gv8ykZoRWs5AQoiIuqbGHHdQO7Ljuvg05Q0Z24E2ABozHe6FxDvI6HfyAw== @@ -12373,6 +12361,11 @@ node-gyp@^9.0.0: tar "^6.1.2" which "^2.0.2" +node-machine-id@1.1.12: + version "1.1.12" + resolved "https://registry.yarnpkg.com/node-machine-id/-/node-machine-id-1.1.12.tgz#37904eee1e59b320bb9c5d6c0a59f3b469cb6267" + integrity sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ== + node-preload@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/node-preload/-/node-preload-0.2.1.tgz#c03043bb327f417a18fee7ab7ee57b408a144301" @@ -12593,12 +12586,12 @@ nwsapi@^2.2.4: resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.4.tgz#fd59d5e904e8e1f03c25a7d5a15cfa16c714a1e5" integrity sha512-NHj4rzRo0tQdijE9ZqAx6kYDcoRwYwSYzCA8MY3JzfxlrvEU0jhnhJT9BhqhJs7I/dKcrDm6TyulaRqZPIhN5g== -nx@16.5.2, "nx@>=16.5.1 < 17": - version "16.5.2" - resolved "https://registry.yarnpkg.com/nx/-/nx-16.5.2.tgz#a271513abe73324fdf2924277d5f273d807a6f0e" - integrity sha512-3XAkVBhXuoFgD7r0lASOh2589XSmBUjioevZb13lDjKDN/FHFWedwMZWtmmbzxBGO3EAWjl+3owBS1RIPm1UHw== +nx@16.8.0, "nx@>=16.5.1 < 17", nx@^16.7.4: + version "16.8.0" + resolved "https://registry.yarnpkg.com/nx/-/nx-16.8.0.tgz#05466e6d979524cdbc4770d92c3722a29bb9d5c0" + integrity sha512-n32nk+y0h5iBuyxBvZJ4YJlFzs/ovT1q9mEXBkXWYgZp74t8nFu5qkLD/ndIOvw/9bvyw4/894vzb6uNDp8jBQ== dependencies: - "@nrwl/tao" "16.5.2" + "@nrwl/tao" "16.8.0" "@parcel/watcher" "2.0.4" "@yarnpkg/lockfile" "^1.1.0" "@yarnpkg/parsers" "3.0.0-rc.46" @@ -12608,7 +12601,8 @@ nx@16.5.2, "nx@>=16.5.1 < 17": cli-cursor "3.1.0" cli-spinners "2.6.1" cliui "^7.0.2" - dotenv "~10.0.0" + dotenv "~16.3.1" + dotenv-expand "~10.0.0" enquirer "~2.3.6" fast-glob "3.2.7" figures "3.2.0" @@ -12620,6 +12614,7 @@ nx@16.5.2, "nx@>=16.5.1 < 17": jsonc-parser "3.2.0" lines-and-columns "~2.0.3" minimatch "3.0.5" + node-machine-id "1.1.12" npm-run-path "^4.0.1" open "^8.4.0" semver "7.5.3" @@ -12633,16 +12628,16 @@ nx@16.5.2, "nx@>=16.5.1 < 17": yargs "^17.6.2" yargs-parser "21.1.1" optionalDependencies: - "@nx/nx-darwin-arm64" "16.5.2" - "@nx/nx-darwin-x64" "16.5.2" - "@nx/nx-freebsd-x64" "16.5.2" - "@nx/nx-linux-arm-gnueabihf" "16.5.2" - "@nx/nx-linux-arm64-gnu" "16.5.2" - "@nx/nx-linux-arm64-musl" "16.5.2" - "@nx/nx-linux-x64-gnu" "16.5.2" - "@nx/nx-linux-x64-musl" "16.5.2" - "@nx/nx-win32-arm64-msvc" "16.5.2" - "@nx/nx-win32-x64-msvc" "16.5.2" + "@nx/nx-darwin-arm64" "16.8.0" + "@nx/nx-darwin-x64" "16.8.0" + "@nx/nx-freebsd-x64" "16.8.0" + "@nx/nx-linux-arm-gnueabihf" "16.8.0" + "@nx/nx-linux-arm64-gnu" "16.8.0" + "@nx/nx-linux-arm64-musl" "16.8.0" + "@nx/nx-linux-x64-gnu" "16.8.0" + "@nx/nx-linux-x64-musl" "16.8.0" + "@nx/nx-win32-arm64-msvc" "16.8.0" + "@nx/nx-win32-x64-msvc" "16.8.0" nyc@^15.1.0: version "15.1.0" @@ -13456,7 +13451,7 @@ playwright-core@1.37.1: resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.37.1.tgz#cb517d52e2e8cb4fa71957639f1cd105d1683126" integrity sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA== -playwright@^1.37.1: +playwright@^1.36.2, playwright@^1.37.1: version "1.37.1" resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.37.1.tgz#6e488d82d7d98b9127c5db9c701f9c956ab47e76" integrity sha512-bgUXRrQKhT48zHdxDYQTpf//0xDfDd5hLeEhjuSw8rXEGoT9YeElpfvs/izonTNY21IQZ7d3s22jLxYaAnubbQ== @@ -14403,7 +14398,7 @@ recharts-scale@^0.4.4: dependencies: decimal.js-light "^2.4.1" -recharts@*, recharts@2.7.3: +recharts@2.7.3: version "2.7.3" resolved "https://registry.yarnpkg.com/recharts/-/recharts-2.7.3.tgz#ca15789f94495d56a484ff6c0d9c7f665af0472d" integrity sha512-cKoO9jUZRQavn06H6Ih2EcG82zUNdQH3OEGWVCmluSDyp3d7fIpDAsbMTd8hE8+T+MD8P76iicv/J4pJspDP7A== @@ -14846,10 +14841,10 @@ rollup-pluginutils@^2.3.1, rollup-pluginutils@^2.8.1: dependencies: estree-walker "^0.6.1" -rollup@^3.27.1, rollup@^3.28.1: - version "3.28.1" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.28.1.tgz#fb44aa6d5e65c7e13fd5bcfff266d0c4ea9ba433" - integrity sha512-R9OMQmIHJm9znrU3m3cpE8uhN0fGdXiawME7aZIpQqvpS/85+Vt1Hq1/yVIcYfOmaQiHjvXkQAoJukvLpau6Yw== +rollup@^3.27.1, rollup@^3.28.0: + version "3.29.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.0.tgz#1b40e64818afc979c7e5bef93de675829288986b" + integrity sha512-nszM8DINnx1vSS+TpbWKMkxem0CDWk3cSit/WWCBVs9/JZ1I/XLwOsiUglYuYReaeWWSsW9kge5zE5NZtf/a4w== optionalDependencies: fsevents "~2.3.2" @@ -15765,7 +15760,32 @@ style-search@^0.1.0: resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902" integrity sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg== -styled-components@^5.3.11: +styled-components@6.0.7: + version "6.0.7" + resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.0.7.tgz#1cf4a5e6b6181b29f941934df54af19b7ef05ab0" + integrity sha512-xIwWuiRMYR43mskVsW9MGTRjSo7ol4bcVjT595fGUp3OLBJOlOgaiKaxsHdC4a2HqWKqKnh0CmcRbk5ogyDjTg== + dependencies: + "@babel/cli" "^7.21.0" + "@babel/core" "^7.21.0" + "@babel/helper-module-imports" "^7.18.6" + "@babel/plugin-external-helpers" "^7.18.6" + "@babel/plugin-proposal-class-properties" "^7.18.6" + "@babel/plugin-proposal-object-rest-spread" "^7.20.7" + "@babel/preset-env" "^7.20.2" + "@babel/preset-react" "^7.18.6" + "@babel/preset-typescript" "^7.21.0" + "@babel/traverse" "^7.21.2" + "@emotion/is-prop-valid" "^1.2.1" + "@emotion/unitless" "^0.8.0" + "@types/stylis" "^4.0.2" + css-to-react-native "^3.2.0" + csstype "^3.1.2" + postcss "^8.4.23" + shallowequal "^1.1.0" + stylis "^4.3.0" + tslib "^2.5.0" + +styled-components@^5.3.1, styled-components@^5.3.11: version "5.3.11" resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.11.tgz#9fda7bf1108e39bf3f3e612fcc18170dedcd57a8" integrity sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw== @@ -15889,7 +15909,7 @@ stylis-plugin-rtl@^2.1.1: dependencies: cssjanus "^2.0.1" -stylis@4.2.0, stylis@^4.2.0: +stylis@4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51" integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw== @@ -15899,6 +15919,11 @@ stylis@^3.5.4: resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe" integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q== +stylis@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.3.0.tgz#abe305a669fc3d8777e10eefcfc73ad861c5588c" + integrity sha512-E87pIogpwUsUwXw7dNyU4QDjdgVMy52m+XEOPEKUn161cCzWjjhPSQhByfd1CcNvrOLnXQ6OnnZDwnJrz/Z4YQ== + sucrase@^3.21.0, sucrase@^3.32.0: version "3.32.0" resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.32.0.tgz#c4a95e0f1e18b6847127258a75cf360bc568d4a7" @@ -16156,7 +16181,7 @@ thenify-all@^1.0.0: dependencies: thenify ">= 3.1.0 < 4" -thenify@3.3.1, "thenify@>= 3.1.0 < 4": +"thenify@>= 3.1.0 < 4": version "3.3.1" resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.1.tgz#8932e686a4066038a016dd9e2ca46add9838a95f" integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== @@ -16821,7 +16846,7 @@ util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== -util@^0.12.0, util@^0.12.4, util@^0.12.5: +util@^0.12.0, util@^0.12.4: version "0.12.5" resolved "https://registry.yarnpkg.com/util/-/util-0.12.5.tgz#5f17a6059b73db61a875668781a1c2b136bd6fbc" integrity sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA== From 33343a0a9fa655fd4d11b4506789f81411ec4138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Thu, 7 Sep 2023 15:37:56 +0200 Subject: [PATCH 2/2] Reduce typecheck concurrency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd08980a1e71e4..a10059b1bf59c9 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "test:unit": "cross-env NODE_ENV=test mocha 'packages/**/*.test.{js,ts,tsx}' 'docs/**/*.test.{js,ts,tsx}' 'test/utils/**/*.test.{js,ts,tsx}'", "test:argos": "node ./scripts/pushArgos.mjs", "typescript": "lerna run --no-bail --parallel typescript", - "typescript:ci": "lerna run --concurrency 7 --no-bail --no-sort typescript", + "typescript:ci": "lerna run --concurrency 5 --no-bail --no-sort typescript", "validate-declarations": "ts-node --esm scripts/validateTypescriptDeclarations.mts", "generate-codeowners": "node scripts/generateCodeowners.mjs" },