chore(repo): update nx to 16.4.0-beta.16 (#17739)

This commit is contained in:
Jason Jean 2023-06-23 13:20:45 -04:00 committed by GitHub
parent 170546cff9
commit c780e07ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 736 additions and 903 deletions

View File

@ -7,7 +7,6 @@
"e2e-base": { "e2e-base": {
"executor": "@nx/cypress:cypress", "executor": "@nx/cypress:cypress",
"options": { "options": {
"tsConfig": "graph/client-e2e/tsconfig.e2e.json",
"testingType": "e2e", "testingType": "e2e",
"browser": "chrome" "browser": "chrome"
}, },

View File

@ -1,10 +0,0 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"allowJs": true,
"types": ["cypress", "node"],
"lib": ["DOM"]
},
"include": ["src/**/*.ts", "src/**/*.js"]
}

View File

@ -1,18 +1,21 @@
{ {
"extends": "../../tsconfig.base.json", "extends": "../../tsconfig.base.json",
"compilerOptions": { "compilerOptions": {
"sourceMap": false "sourceMap": false,
"outDir": "../../dist/out-tsc",
"allowJs": true,
"types": ["cypress", "node"],
"lib": ["DOM"]
}, },
"files": [], "files": [],
"include": [ "include": [
"cypress.config.ts", "cypress.config.ts",
"cypress-watch-mode.config.ts", "cypress-watch-mode.config.ts",
"cypress-release.config.ts", "cypress-release.config.ts",
"cypress-release-static.config.ts" "cypress-release-static.config.ts",
"src/**/*.ts",
"src/**/*.js"
], ],
"references": [ "references": [],
{ "exclude": []
"path": "./tsconfig.e2e.json"
}
]
} }

View File

@ -64,17 +64,17 @@
"@ngrx/router-store": "~16.0.0", "@ngrx/router-store": "~16.0.0",
"@ngrx/store": "~16.0.0", "@ngrx/store": "~16.0.0",
"@nguniversal/builders": "~16.1.0", "@nguniversal/builders": "~16.1.0",
"@nx/cypress": "16.4.0-beta.9", "@nx/cypress": "16.4.0-beta.16",
"@nx/devkit": "16.4.0-beta.9", "@nx/devkit": "16.4.0-beta.16",
"@nx/eslint-plugin": "16.4.0-beta.9", "@nx/eslint-plugin": "16.4.0-beta.16",
"@nx/jest": "16.4.0-beta.9", "@nx/jest": "16.4.0-beta.16",
"@nx/js": "16.4.0-beta.9", "@nx/js": "16.4.0-beta.16",
"@nx/linter": "16.4.0-beta.9", "@nx/linter": "16.4.0-beta.16",
"@nx/next": "16.4.0-beta.9", "@nx/next": "16.4.0-beta.16",
"@nx/react": "16.4.0-beta.9", "@nx/react": "16.4.0-beta.16",
"@nx/storybook": "16.4.0-beta.9", "@nx/storybook": "16.4.0-beta.16",
"@nx/web": "16.4.0-beta.9", "@nx/web": "16.4.0-beta.16",
"@nx/webpack": "16.4.0-beta.9", "@nx/webpack": "16.4.0-beta.16",
"@parcel/watcher": "2.0.4", "@parcel/watcher": "2.0.4",
"@phenomnomnominal/tsquery": "~5.0.1", "@phenomnomnominal/tsquery": "~5.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
@ -114,8 +114,8 @@
"@types/marked": "^2.0.0", "@types/marked": "^2.0.0",
"@types/node": "18.16.9", "@types/node": "18.16.9",
"@types/prettier": "^2.6.2", "@types/prettier": "^2.6.2",
"@types/react": "18.2.12", "@types/react": "18.2.13",
"@types/react-dom": "18.2.5", "@types/react-dom": "18.2.6",
"@types/semver": "^7.3.8", "@types/semver": "^7.3.8",
"@types/tar-stream": "^2.2.2", "@types/tar-stream": "^2.2.2",
"@types/tmp": "^0.2.0", "@types/tmp": "^0.2.0",
@ -210,7 +210,7 @@
"next-sitemap": "^3.1.10", "next-sitemap": "^3.1.10",
"ng-packagr": "~16.1.0", "ng-packagr": "~16.1.0",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"nx": "16.4.0-beta.9", "nx": "16.4.0-beta.16",
"nx-cloud": "16.0.5", "nx-cloud": "16.0.5",
"octokit": "^2.0.14", "octokit": "^2.0.14",
"open": "^8.4.0", "open": "^8.4.0",

1583
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff