chore(repo): update nx to 16.4.0-beta.16 (#17739)
This commit is contained in:
parent
170546cff9
commit
c780e07ea5
@ -7,7 +7,6 @@
|
||||
"e2e-base": {
|
||||
"executor": "@nx/cypress:cypress",
|
||||
"options": {
|
||||
"tsConfig": "graph/client-e2e/tsconfig.e2e.json",
|
||||
"testingType": "e2e",
|
||||
"browser": "chrome"
|
||||
},
|
||||
|
||||
@ -1,10 +0,0 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../../dist/out-tsc",
|
||||
"allowJs": true,
|
||||
"types": ["cypress", "node"],
|
||||
"lib": ["DOM"]
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.js"]
|
||||
}
|
||||
@ -1,18 +1,21 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"sourceMap": false
|
||||
"sourceMap": false,
|
||||
"outDir": "../../dist/out-tsc",
|
||||
"allowJs": true,
|
||||
"types": ["cypress", "node"],
|
||||
"lib": ["DOM"]
|
||||
},
|
||||
"files": [],
|
||||
"include": [
|
||||
"cypress.config.ts",
|
||||
"cypress-watch-mode.config.ts",
|
||||
"cypress-release.config.ts",
|
||||
"cypress-release-static.config.ts"
|
||||
"cypress-release-static.config.ts",
|
||||
"src/**/*.ts",
|
||||
"src/**/*.js"
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.e2e.json"
|
||||
}
|
||||
]
|
||||
"references": [],
|
||||
"exclude": []
|
||||
}
|
||||
|
||||
28
package.json
28
package.json
@ -64,17 +64,17 @@
|
||||
"@ngrx/router-store": "~16.0.0",
|
||||
"@ngrx/store": "~16.0.0",
|
||||
"@nguniversal/builders": "~16.1.0",
|
||||
"@nx/cypress": "16.4.0-beta.9",
|
||||
"@nx/devkit": "16.4.0-beta.9",
|
||||
"@nx/eslint-plugin": "16.4.0-beta.9",
|
||||
"@nx/jest": "16.4.0-beta.9",
|
||||
"@nx/js": "16.4.0-beta.9",
|
||||
"@nx/linter": "16.4.0-beta.9",
|
||||
"@nx/next": "16.4.0-beta.9",
|
||||
"@nx/react": "16.4.0-beta.9",
|
||||
"@nx/storybook": "16.4.0-beta.9",
|
||||
"@nx/web": "16.4.0-beta.9",
|
||||
"@nx/webpack": "16.4.0-beta.9",
|
||||
"@nx/cypress": "16.4.0-beta.16",
|
||||
"@nx/devkit": "16.4.0-beta.16",
|
||||
"@nx/eslint-plugin": "16.4.0-beta.16",
|
||||
"@nx/jest": "16.4.0-beta.16",
|
||||
"@nx/js": "16.4.0-beta.16",
|
||||
"@nx/linter": "16.4.0-beta.16",
|
||||
"@nx/next": "16.4.0-beta.16",
|
||||
"@nx/react": "16.4.0-beta.16",
|
||||
"@nx/storybook": "16.4.0-beta.16",
|
||||
"@nx/web": "16.4.0-beta.16",
|
||||
"@nx/webpack": "16.4.0-beta.16",
|
||||
"@parcel/watcher": "2.0.4",
|
||||
"@phenomnomnominal/tsquery": "~5.0.1",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
||||
@ -114,8 +114,8 @@
|
||||
"@types/marked": "^2.0.0",
|
||||
"@types/node": "18.16.9",
|
||||
"@types/prettier": "^2.6.2",
|
||||
"@types/react": "18.2.12",
|
||||
"@types/react-dom": "18.2.5",
|
||||
"@types/react": "18.2.13",
|
||||
"@types/react-dom": "18.2.6",
|
||||
"@types/semver": "^7.3.8",
|
||||
"@types/tar-stream": "^2.2.2",
|
||||
"@types/tmp": "^0.2.0",
|
||||
@ -210,7 +210,7 @@
|
||||
"next-sitemap": "^3.1.10",
|
||||
"ng-packagr": "~16.1.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"nx": "16.4.0-beta.9",
|
||||
"nx": "16.4.0-beta.16",
|
||||
"nx-cloud": "16.0.5",
|
||||
"octokit": "^2.0.14",
|
||||
"open": "^8.4.0",
|
||||
|
||||
1583
pnpm-lock.yaml
generated
1583
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user