chore: [nx migration] 14-0-6-remove-root

This commit is contained in:
madalinaraicu 2022-08-04 13:23:44 +01:00
parent a9140a442c
commit f7d0b5a8bb
36 changed files with 2895 additions and 2624 deletions

View File

@ -1,5 +1,4 @@
{ {
"root": "apps/explorer-e2e",
"sourceRoot": "apps/explorer-e2e/src", "sourceRoot": "apps/explorer-e2e/src",
"projectType": "application", "projectType": "application",
"targets": { "targets": {

View File

@ -1,5 +1,4 @@
{ {
"root": "apps/explorer",
"sourceRoot": "apps/explorer/src", "sourceRoot": "apps/explorer/src",
"projectType": "application", "projectType": "application",
"targets": { "targets": {
@ -67,7 +66,7 @@
} }
}, },
"build-netlify": { "build-netlify": {
"builder": "@nrwl/workspace:run-commands", "executor": "@nrwl/workspace:run-commands",
"options": { "options": {
"commands": [ "commands": [
"cp apps/explorer/netlify.toml netlify.toml", "cp apps/explorer/netlify.toml netlify.toml",

View File

@ -1,5 +1,4 @@
{ {
"root": "apps/simple-trading-app-e2e",
"sourceRoot": "apps/simple-trading-app-e2e/src", "sourceRoot": "apps/simple-trading-app-e2e/src",
"projectType": "application", "projectType": "application",
"targets": { "targets": {

View File

@ -1,5 +1,4 @@
{ {
"root": "apps/simple-trading-app",
"sourceRoot": "apps/simple-trading-app/src", "sourceRoot": "apps/simple-trading-app/src",
"projectType": "application", "projectType": "application",
"targets": { "targets": {
@ -70,7 +69,7 @@
} }
}, },
"build-netlify": { "build-netlify": {
"builder": "@nrwl/workspace:run-commands", "executor": "@nrwl/workspace:run-commands",
"options": { "options": {
"commands": [ "commands": [
"cp apps/simple-trading-app/netlify.toml netlify.toml", "cp apps/simple-trading-app/netlify.toml netlify.toml",

View File

@ -1,6 +1,5 @@
{ {
"projectType": "application", "projectType": "application",
"root": "apps/static",
"sourceRoot": "apps/static/src", "sourceRoot": "apps/static/src",
"tags": [], "tags": [],
"targets": { "targets": {
@ -46,9 +45,8 @@
} }
} }
}, },
"build-netlify": { "build-netlify": {
"builder": "@nrwl/workspace:run-commands", "executor": "@nrwl/workspace:run-commands",
"options": { "options": {
"commands": [ "commands": [
"cp apps/static/netlify.toml netlify.toml", "cp apps/static/netlify.toml netlify.toml",

View File

@ -1,5 +1,4 @@
{ {
"root": "apps/stats-e2e",
"sourceRoot": "apps/stats-e2e/src", "sourceRoot": "apps/stats-e2e/src",
"projectType": "application", "projectType": "application",
"targets": { "targets": {

View File

@ -1,5 +1,4 @@
{ {
"root": "apps/stats",
"sourceRoot": "apps/stats/src", "sourceRoot": "apps/stats/src",
"projectType": "application", "projectType": "application",
"targets": { "targets": {

View File

@ -1,5 +1,4 @@
{ {
"root": "apps/token-e2e",
"sourceRoot": "apps/token-e2e/src", "sourceRoot": "apps/token-e2e/src",
"projectType": "application", "projectType": "application",
"targets": { "targets": {

View File

@ -1,5 +1,4 @@
{ {
"root": "apps/token",
"sourceRoot": "apps/token/src", "sourceRoot": "apps/token/src",
"projectType": "application", "projectType": "application",
"targets": { "targets": {
@ -67,7 +66,7 @@
} }
}, },
"build-netlify": { "build-netlify": {
"builder": "@nrwl/workspace:run-commands", "executor": "@nrwl/workspace:run-commands",
"options": { "options": {
"commands": [ "commands": [
"cp apps/token/netlify.toml netlify.toml", "cp apps/token/netlify.toml netlify.toml",

View File

@ -1,5 +1,4 @@
{ {
"root": "apps/trading-e2e",
"sourceRoot": "apps/trading-e2e/src", "sourceRoot": "apps/trading-e2e/src",
"projectType": "application", "projectType": "application",
"targets": { "targets": {

View File

@ -1,5 +1,4 @@
{ {
"root": "apps/trading",
"sourceRoot": "apps/trading", "sourceRoot": "apps/trading",
"projectType": "application", "projectType": "application",
"targets": { "targets": {

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/accounts",
"sourceRoot": "libs/accounts/src", "sourceRoot": "libs/accounts/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/candles-chart",
"sourceRoot": "libs/candles-chart/src", "sourceRoot": "libs/candles-chart/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/cypress",
"sourceRoot": "libs/cypress/src", "sourceRoot": "libs/cypress/src",
"projectType": "library", "projectType": "library",
"targets": { "targets": {

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/deal-ticket",
"sourceRoot": "libs/deal-ticket/src", "sourceRoot": "libs/deal-ticket/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/deposits",
"sourceRoot": "libs/deposits/src", "sourceRoot": "libs/deposits/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/environment",
"sourceRoot": "libs/environment/src", "sourceRoot": "libs/environment/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/fills",
"sourceRoot": "libs/fills/src", "sourceRoot": "libs/fills/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/market-depth",
"sourceRoot": "libs/market-depth/src", "sourceRoot": "libs/market-depth/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/market-list",
"sourceRoot": "libs/market-list/src", "sourceRoot": "libs/market-list/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/network-info",
"sourceRoot": "libs/network-info/src", "sourceRoot": "libs/network-info/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/network-stats",
"sourceRoot": "libs/network-stats/src", "sourceRoot": "libs/network-stats/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/orders",
"sourceRoot": "libs/orders/src", "sourceRoot": "libs/orders/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/positions",
"sourceRoot": "libs/positions/src", "sourceRoot": "libs/positions/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/react-helpers",
"sourceRoot": "libs/react-helpers/src", "sourceRoot": "libs/react-helpers/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/smart-contracts",
"sourceRoot": "libs/smart-contracts/src", "sourceRoot": "libs/smart-contracts/src",
"targets": { "targets": {
"build": { "build": {

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/tailwindcss-config",
"sourceRoot": "libs/tailwindcss-config/src", "sourceRoot": "libs/tailwindcss-config/src",
"projectType": "library", "projectType": "library",
"targets": { "targets": {

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/trades",
"sourceRoot": "libs/trades/src", "sourceRoot": "libs/trades/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/types",
"sourceRoot": "libs/types/src", "sourceRoot": "libs/types/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],
@ -40,7 +39,7 @@
} }
}, },
"generate": { "generate": {
"builder": "@nrwl/workspace:run-commands", "executor": "@nrwl/workspace:run-commands",
"options": { "options": {
"commands": [ "commands": [
"npx apollo client:codegen --config=libs/types/apollo.config.js --target=typescript --globalTypesFile=libs/types/src/__generated__/globalTypes.ts", "npx apollo client:codegen --config=libs/types/apollo.config.js --target=typescript --globalTypesFile=libs/types/src/__generated__/globalTypes.ts",

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/ui-toolkit",
"sourceRoot": "libs/ui-toolkit/src", "sourceRoot": "libs/ui-toolkit/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/wallet",
"sourceRoot": "libs/wallet/src", "sourceRoot": "libs/wallet/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/web3",
"sourceRoot": "libs/web3/src", "sourceRoot": "libs/web3/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,5 +1,4 @@
{ {
"root": "libs/withdraws",
"sourceRoot": "libs/withdraws/src", "sourceRoot": "libs/withdraws/src",
"projectType": "library", "projectType": "library",
"tags": [], "tags": [],

View File

@ -1,28 +1,180 @@
{ {
"migrations": [ "migrations": [
{ {
"version": "13.9.0-beta.0",
"description": "Replace @nrwl/tao with nx",
"cli": "nx", "cli": "nx",
"implementation": "./src/migrations/update-13-9-0/replace-tao-with-nx", "version": "14.0.6",
"package": "@nrwl/workspace", "description": "Remove root property from project.json files",
"name": "13-9-0-replace-tao-with-nx" "implementation": "./src/migrations/update-14-0-6/remove-roots",
"package": "nx",
"name": "14-0-6-remove-root"
}, },
{ {
"version": "13.10.0-beta.0",
"description": "Update the decorate-angular-cli script to require nx instead of @nrwl/cli",
"cli": "nx", "cli": "nx",
"implementation": "./src/migrations/update-13-10-0/update-decorate-cli", "version": "14.2.0-beta.0",
"package": "@nrwl/workspace", "description": "Add JSON Schema to Nx configuration files",
"name": "13-10-0-update-decorate-cli" "implementation": "./src/migrations/update-14-2-0/add-json-schema",
"package": "nx",
"name": "14-2-0-add-json-schema"
}, },
{ {
"version": "13.10.0-beta.0",
"description": "Update the tasks runner property to import it from the nx package instead of @nrwl/worksapce",
"cli": "nx", "cli": "nx",
"implementation": "./src/migrations/update-13-10-0/update-tasks-runner", "version": "14.2.0-beta.0",
"description": "Remove default collection from configuration to switch to prompts for collection",
"implementation": "./src/migrations/update-14-2-0/remove-default-collection",
"package": "nx",
"name": "14-2-0-remove-default-collection"
},
{
"cli": "nx",
"version": "14.2.0-beta.5",
"description": "Replace all ./ and ../ in outputs with absolute paths",
"implementation": "./src/migrations/update-14-2-0/replace-all-relative-outputs-with-absolute",
"package": "nx",
"name": "14-2-0-replace-relative-outputs-with-absolute"
},
{
"cli": "nx",
"version": "14.3.4-beta.1",
"description": "Replace targetDependencies with targetDefaults",
"implementation": "./src/migrations/update-14-3-4/create-target-defaults",
"package": "nx",
"name": "14.3.4-create-target-defaults"
},
{
"version": "14.0.0-beta.0",
"description": "Changes the presets in nx.json to come from the nx package",
"cli": "nx",
"implementation": "./src/migrations/update-14-0-0/change-nx-json-presets",
"package": "@nrwl/workspace", "package": "@nrwl/workspace",
"name": "13-10-0-update-tasks-runner" "name": "14-0-0-change-nx-json-presets"
},
{
"version": "14.0.0-beta.0",
"description": "Migrates from @nrwl/workspace:run-script to nx:run-script",
"cli": "nx",
"implementation": "./src/migrations/update-14-0-0/change-npm-script-executor",
"package": "@nrwl/workspace",
"name": "14-0-0-change-npm-script-executor"
},
{
"version": "14.2.0",
"description": "Explicitly enable sourceAnalysis for all workspaces extending from npm.json or core.json (this was default behavior prior to 14.2)",
"cli": "nx",
"implementation": "./src/migrations/update-14-2-0/enable-source-analysis",
"package": "@nrwl/workspace",
"name": "14-2-0-enable-source-analysis"
},
{
"version": "14.0.0-beta.2",
"cli": "nx",
"description": "Update move jest config files to .ts files.",
"factory": "./src/migrations/update-14-0-0/update-jest-config-ext",
"package": "@nrwl/jest",
"name": "update-jest-config-extensions"
},
{
"version": "14.1.5-beta.0",
"cli": "nx",
"description": "Update to export default in jest config and revert jest.preset.ts to jest.preset.js",
"factory": "./src/migrations/update-14-1-5/update-exports-jest-config",
"package": "@nrwl/jest",
"name": "update-to-export-default"
},
{
"cli": "nx",
"version": "14.1.9-beta.0",
"description": "Adds @swc/core and @swc-node as a dev dep if you are using them",
"factory": "./src/migrations/update-14-1-9/add-swc-deps-if-needed",
"package": "@nrwl/linter",
"name": "add-swc-deps"
},
{
"cli": "nx",
"version": "14.2.3-beta.0",
"description": "Adds @swc/core and @swc-node as a dev dep if you are using them (repeated due to prior mistake)",
"factory": "./src/migrations/update-14-1-9/add-swc-deps-if-needed",
"package": "@nrwl/linter",
"name": "add-swc-deps-again"
},
{
"cli": "nx",
"version": "14.4.4",
"description": "Adds @typescript-eslint/utils as a dev dep",
"factory": "./src/migrations/update-14-4-4/experimental-to-utils-deps",
"package": "@nrwl/linter",
"name": "experimental-to-utils-deps"
},
{
"cli": "nx",
"version": "14.4.4",
"description": "Switch from @typescript-eslint/experimental-utils to @typescript-eslint/utils in all rules and rules.spec files",
"factory": "./src/migrations/update-14-4-4/experimental-to-utils-rules",
"package": "@nrwl/linter",
"name": "experimental-to-utils-rules"
},
{
"cli": "nx",
"version": "14.0.0-beta.0",
"description": "Add a default development configuration for build and serve targets.",
"factory": "./src/migrations/update-14-0-0/add-default-development-configurations",
"package": "@nrwl/next",
"name": "add-default-development-configurations-14.0.0"
},
{
"cli": "nx",
"version": "14.4.3-beta.0",
"description": "Add a development outputPath to avoid conflict with the production build.",
"factory": "./src/migrations/update-14-4-3/add-dev-output-path",
"package": "@nrwl/next",
"name": "add-dev-output-path"
},
{
"cli": "nx",
"version": "14.0.0-beta.0",
"description": "Update to React DOM render call to React 18 API.",
"factory": "./src/migrations/update-14-0-0/update-react-dom-render-for-v18",
"package": "@nrwl/react",
"name": "update-react-dom-render-14.0.0"
},
{
"cli": "nx",
"version": "14.0.0-beta.0",
"description": "Replace deprecated '@testing-library/react-hook' package with `renderHook` from '@testing-library/react'.",
"factory": "./src/migrations/update-14-0-0/replace-testing-library-react-hook",
"package": "@nrwl/react",
"name": "replace-testing-library-react-hook-14.0.0"
},
{
"cli": "nx",
"version": "14.0.0-beta.0",
"description": "Add a default development configuration for build and serve targets.",
"factory": "./src/migrations/update-14-0-0/add-default-development-configurations",
"package": "@nrwl/react",
"name": "add-default-development-configurations-14.0.0"
},
{
"cli": "nx",
"version": "14.1.0-beta.0",
"description": "Update external option in projects for Emotion",
"factory": "./src/migrations/update-14-1-0/update-external-emotion-jsx-runtime",
"package": "@nrwl/react",
"name": "update-external-emotion-jsx-runtime-14.1.0"
},
{
"version": "14.0.0",
"cli": "nx",
"description": "Migrate Storybook to v6",
"factory": "./src/migrations/update-14-0-0/migrate-to-storybook-6",
"package": "@nrwl/storybook",
"name": "update-14.0.0"
},
{
"version": "14.1.8",
"cli": "nx",
"description": "Change storybook targets for Angular projects to use @storybook/angular executors",
"factory": "./src/migrations/update-14-1-8/change-storybook-targets",
"package": "@nrwl/storybook",
"name": "update-14.1.8"
} }
] ]
} }

View File

@ -15,9 +15,9 @@
"dependencies": { "dependencies": {
"@apollo/client": "^3.5.8", "@apollo/client": "^3.5.8",
"@blueprintjs/icons": "^3.32.0", "@blueprintjs/icons": "^3.32.0",
"@emotion/react": "^11.9.0", "@emotion/react": "11.9.3",
"@emotion/styled": "^11.8.1", "@emotion/styled": "11.9.3",
"@nrwl/next": "13.10.3", "@nrwl/next": "14.5.0-rc.0",
"@radix-ui/react-accordion": "^0.1.6", "@radix-ui/react-accordion": "^0.1.6",
"@radix-ui/react-dialog": "^0.1.5", "@radix-ui/react-dialog": "^0.1.5",
"@radix-ui/react-dropdown-menu": "^0.1.6", "@radix-ui/react-dropdown-menu": "^0.1.6",
@ -56,16 +56,16 @@
"immer": "^9.0.12", "immer": "^9.0.12",
"js-sha3": "^0.8.0", "js-sha3": "^0.8.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"next": "^12.0.7", "next": "12.2.3",
"pennant": "^0.4.12", "pennant": "^0.4.12",
"postcss": "^8.4.6", "postcss": "^8.4.6",
"react": "17.0.2", "react": "18.2.0",
"react-copy-to-clipboard": "^5.0.4", "react-copy-to-clipboard": "^5.0.4",
"react-dom": "17.0.2", "react-dom": "18.2.0",
"react-hook-form": "^7.27.0", "react-hook-form": "^7.27.0",
"react-i18next": "^11.11.4", "react-i18next": "^11.11.4",
"react-intersection-observer": "^9.2.2", "react-intersection-observer": "^9.2.2",
"react-router-dom": "^6.3.0", "react-router-dom": "6.3.0",
"react-syntax-highlighter": "^15.4.5", "react-syntax-highlighter": "^15.4.5",
"react-use-websocket": "^3.0.0", "react-use-websocket": "^3.0.0",
"react-virtualized-auto-sizer": "^1.0.6", "react-virtualized-auto-sizer": "^1.0.6",
@ -87,78 +87,78 @@
"@commitlint/cli": "^16.2.4", "@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4", "@commitlint/config-conventional": "^16.2.4",
"@ethersproject/experimental": "^5.6.0", "@ethersproject/experimental": "^5.6.0",
"@nrwl/cli": "13.10.3", "@nrwl/cli": "14.5.0-rc.0",
"@nrwl/cypress": "13.10.3", "@nrwl/cypress": "14.5.0-rc.0",
"@nrwl/eslint-plugin-nx": "13.10.3", "@nrwl/eslint-plugin-nx": "14.5.0-rc.0",
"@nrwl/jest": "13.10.3", "@nrwl/jest": "14.5.0-rc.0",
"@nrwl/linter": "13.10.3", "@nrwl/linter": "14.5.0-rc.0",
"@nrwl/nx-cloud": "13.3.1", "@nrwl/nx-cloud": "14.3.0",
"@nrwl/react": "13.10.3", "@nrwl/react": "14.5.0-rc.0",
"@nrwl/storybook": "13.10.3", "@nrwl/storybook": "14.5.0-rc.0",
"@nrwl/tao": "13.8.1", "@nrwl/tao": "14.5.0-rc.0",
"@nrwl/web": "13.10.3", "@nrwl/web": "14.5.0-rc.0",
"@nrwl/workspace": "13.10.3", "@nrwl/workspace": "14.5.0-rc.0",
"@sentry/webpack-plugin": "^1.18.8", "@sentry/webpack-plugin": "^1.18.8",
"@storybook/addon-a11y": "^6.4.19", "@storybook/addon-a11y": "^6.4.19",
"@storybook/addon-essentials": "~6.4.12", "@storybook/addon-essentials": "6.5.10",
"@storybook/builder-webpack5": "~6.4.12", "@storybook/builder-webpack5": "6.5.10",
"@storybook/core-server": "~6.4.12", "@storybook/core-server": "6.5.10",
"@storybook/manager-webpack5": "~6.4.12", "@storybook/manager-webpack5": "6.5.10",
"@storybook/react": "~6.4.12", "@storybook/react": "6.5.10",
"@svgr/webpack": "^5.4.0", "@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.16.2", "@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "12.1.2", "@testing-library/react": "13.3.0",
"@testing-library/react-hooks": "7.0.2", "@testing-library/react-hooks": "7.0.2",
"@types/classnames": "^2.3.1", "@types/classnames": "^2.3.1",
"@types/faker": "^5.5.8", "@types/faker": "^5.5.8",
"@types/jest": "27.0.2", "@types/jest": "27.4.1",
"@types/lodash": "^4.14.171", "@types/lodash": "^4.14.171",
"@types/node": "16.11.7", "@types/node": "18.0.4",
"@types/prismjs": "^1.26.0", "@types/prismjs": "^1.26.0",
"@types/react": "17.0.39", "@types/react": "18.0.15",
"@types/react-copy-to-clipboard": "^5.0.2", "@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "17.0.9", "@types/react-dom": "18.0.6",
"@types/react-router-dom": "5.3.1", "@types/react-router-dom": "5.3.1",
"@types/react-virtualized-auto-sizer": "^1.0.1", "@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5", "@types/react-window": "^1.8.5",
"@types/react-window-infinite-loader": "^1.0.6", "@types/react-window-infinite-loader": "^1.0.6",
"@types/uuid": "^8.3.4", "@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "5.18.0", "@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.18.0", "@typescript-eslint/parser": "5.32.0",
"babel-jest": "27.2.3", "babel-jest": "27.5.1",
"babel-loader": "8.1.0", "babel-loader": "8.1.0",
"cypress": "^10.2.0", "cypress": "^10.2.0",
"cypress-cucumber-preprocessor": "^4.3.1", "cypress-cucumber-preprocessor": "^4.3.1",
"dotenv": "^16.0.1", "dotenv": "^16.0.1",
"eslint": "8.12.0", "eslint": "8.15.0",
"eslint-config-next": "12.1.2", "eslint-config-next": "12.2.3",
"eslint-config-prettier": "8.1.0", "eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3", "eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.2", "eslint-plugin-import": "2.25.2",
"eslint-plugin-jest": "^26.1.5", "eslint-plugin-jest": "^26.1.5",
"eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.27.0", "eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.3.0", "eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unicorn": "^41.0.0", "eslint-plugin-unicorn": "^41.0.0",
"glob": "^8.0.1", "glob": "^8.0.1",
"husky": "^7.0.4", "husky": "^7.0.4",
"jest": "27.2.3", "jest": "27.5.1",
"jest-canvas-mock": "^2.3.1", "jest-canvas-mock": "^2.3.1",
"jest-websocket-mock": "^2.3.0", "jest-websocket-mock": "^2.3.0",
"lint-staged": "^12.3.3", "lint-staged": "^12.3.3",
"mock-apollo-client": "^1.2.0", "mock-apollo-client": "^1.2.0",
"npmlog": "^6.0.2", "npmlog": "^6.0.2",
"nx": "13.10.1", "nx": "14.5.0-rc.0",
"prettier": "^2.5.1", "prettier": "2.7.1",
"react-test-renderer": "17.0.2", "react-test-renderer": "18.2.0",
"recast": "^0.21.1", "recast": "^0.21.1",
"replace-in-file": "^6.3.2", "replace-in-file": "^6.3.2",
"resize-observer-polyfill": "^1.5.1", "resize-observer-polyfill": "^1.5.1",
"sass": "1.49.9", "sass": "1.54.0",
"storybook-addon-themes": "^6.1.0", "storybook-addon-themes": "^6.1.0",
"ts-jest": "27.0.5", "ts-jest": "27.1.4",
"type-fest": "^2.12.2", "type-fest": "^2.12.2",
"typescript": "~4.5.2", "typescript": "4.7.4",
"url-loader": "^3.0.0" "url-loader": "^3.0.0"
}, },
"lint-staged": { "lint-staged": {
@ -169,3 +169,4 @@
"graphql": "15.8.0" "graphql": "15.8.0"
} }
} }

5208
yarn.lock

File diff suppressed because it is too large Load Diff