chore(repo): update nx to 16.6.0-beta.2 (#18054)
This commit is contained in:
parent
e5e561d648
commit
2a14d4c2d6
@ -8,6 +8,8 @@ module.exports = {
|
|||||||
'^.+\\.(ts|js|html)$': 'ts-jest',
|
'^.+\\.(ts|js|html)$': 'ts-jest',
|
||||||
},
|
},
|
||||||
resolver: '../../scripts/patched-jest-resolver.js',
|
resolver: '../../scripts/patched-jest-resolver.js',
|
||||||
|
// Fixes https://github.com/jestjs/jest/issues/11956
|
||||||
|
runtime: '@side/jest-runtime',
|
||||||
moduleFileExtensions: ['ts', 'js', 'html'],
|
moduleFileExtensions: ['ts', 'js', 'html'],
|
||||||
coverageReporters: ['html'],
|
coverageReporters: ['html'],
|
||||||
maxWorkers: 1,
|
maxWorkers: 1,
|
||||||
|
|||||||
33
package.json
33
package.json
@ -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.5.0-beta.3",
|
"@nx/cypress": "16.6.0-beta.2",
|
||||||
"@nx/devkit": "16.5.0-beta.3",
|
"@nx/devkit": "16.6.0-beta.2",
|
||||||
"@nx/eslint-plugin": "16.5.0-beta.3",
|
"@nx/eslint-plugin": "16.6.0-beta.2",
|
||||||
"@nx/jest": "16.5.0-beta.3",
|
"@nx/jest": "16.6.0-beta.2",
|
||||||
"@nx/js": "16.5.0-beta.3",
|
"@nx/js": "16.6.0-beta.2",
|
||||||
"@nx/linter": "16.5.0-beta.3",
|
"@nx/linter": "16.6.0-beta.2",
|
||||||
"@nx/next": "16.5.0-beta.3",
|
"@nx/next": "16.6.0-beta.2",
|
||||||
"@nx/react": "16.5.0-beta.3",
|
"@nx/react": "16.6.0-beta.2",
|
||||||
"@nx/storybook": "16.5.0-beta.3",
|
"@nx/storybook": "16.6.0-beta.2",
|
||||||
"@nx/web": "16.5.0-beta.3",
|
"@nx/web": "16.6.0-beta.2",
|
||||||
"@nx/webpack": "16.5.0-beta.3",
|
"@nx/webpack": "16.6.0-beta.2",
|
||||||
"@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",
|
||||||
@ -87,6 +87,7 @@
|
|||||||
"@rollup/plugin-node-resolve": "^13.0.4",
|
"@rollup/plugin-node-resolve": "^13.0.4",
|
||||||
"@rollup/plugin-url": "^7.0.0",
|
"@rollup/plugin-url": "^7.0.0",
|
||||||
"@schematics/angular": "~16.1.0",
|
"@schematics/angular": "~16.1.0",
|
||||||
|
"@side/jest-runtime": "^1.1.0",
|
||||||
"@storybook/addon-essentials": "^7.0.24",
|
"@storybook/addon-essentials": "^7.0.24",
|
||||||
"@storybook/core-server": "^7.0.24",
|
"@storybook/core-server": "^7.0.24",
|
||||||
"@storybook/react": "^7.0.24",
|
"@storybook/react": "^7.0.24",
|
||||||
@ -115,7 +116,7 @@
|
|||||||
"@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.13",
|
"@types/react": "18.2.14",
|
||||||
"@types/react-dom": "18.2.6",
|
"@types/react-dom": "18.2.6",
|
||||||
"@types/semver": "^7.5.0",
|
"@types/semver": "^7.5.0",
|
||||||
"@types/tar-stream": "^2.2.2",
|
"@types/tar-stream": "^2.2.2",
|
||||||
@ -213,8 +214,8 @@
|
|||||||
"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.5.0-beta.3",
|
"nx": "16.6.0-beta.2",
|
||||||
"nx-cloud": "16.0.5",
|
"nx-cloud": "16.1.0",
|
||||||
"octokit": "^2.0.14",
|
"octokit": "^2.0.14",
|
||||||
"open": "^8.4.0",
|
"open": "^8.4.0",
|
||||||
"openai": "~3.3.0",
|
"openai": "~3.3.0",
|
||||||
@ -319,6 +320,7 @@
|
|||||||
"license-checker": "^25.0.1",
|
"license-checker": "^25.0.1",
|
||||||
"next": "13.3.4",
|
"next": "13.3.4",
|
||||||
"next-seo": "^5.13.0",
|
"next-seo": "^5.13.0",
|
||||||
|
"node-machine-id": "1.1.12",
|
||||||
"npm-run-path": "^4.0.1",
|
"npm-run-path": "^4.0.1",
|
||||||
"preact": "10.6.4",
|
"preact": "10.6.4",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
@ -334,8 +336,7 @@
|
|||||||
"tailwindcss": "3.2.4",
|
"tailwindcss": "3.2.4",
|
||||||
"tslib": "^2.3.0",
|
"tslib": "^2.3.0",
|
||||||
"vitest": "^0.32.0",
|
"vitest": "^0.32.0",
|
||||||
"weak-napi": "^2.0.2",
|
"weak-napi": "^2.0.2"
|
||||||
"node-machine-id": "1.1.12"
|
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"minimist": "^1.2.6",
|
"minimist": "^1.2.6",
|
||||||
|
|||||||
566
pnpm-lock.yaml
generated
566
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user