Skip to content

Commit

Permalink
chore(repo): migrate to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed May 31, 2022
1 parent 912e819 commit 3d97203
Show file tree
Hide file tree
Showing 74 changed files with 181 additions and 167 deletions.
1 change: 1 addition & 0 deletions dep-graph/client-e2e/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "dep-graph/client-e2e/src",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions dep-graph/client/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "dep-graph/client/src",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions docs/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "docs",
"projectType": "library",
"tags": ["scope:nx-dev"]
Expand Down
1 change: 1 addition & 0 deletions e2e/add-nx-to-monorepo/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/add-nx-to-monorepo",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/angular-core/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/angular-core",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/angular-extensions/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/angular-extensions",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/cli/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/cli",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/cypress/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/cypress",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/detox/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/detox",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/jest/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/jest",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/js/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/js",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/linter/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/linter",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/next/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/next",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/node/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/node",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/nx-plugin/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/nx-plugin",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/react-native/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/react-native",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/react/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/react",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/storybook/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/storybook",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/utils/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/utils",
"projectType": "library",
"targets": {}
Expand Down
1 change: 1 addition & 0 deletions e2e/web/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/web",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/workspace-core/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/workspace-core",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/workspace-create/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/workspace-create",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions e2e/workspace-integrations/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/workspace-integrations",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions nx-dev/data-access-documents/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/data-access-documents/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions nx-dev/data-access-menu/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/data-access-menu/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions nx-dev/data-access-packages/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/data-access-packages/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions nx-dev/feature-analytics/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/feature-analytics/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions nx-dev/feature-doc-viewer/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/feature-doc-viewer/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions nx-dev/feature-package-schema-viewer/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/feature-package-schema-viewer/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions nx-dev/feature-search/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/feature-search/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions nx-dev/models-document/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/models-document/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions nx-dev/models-menu/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/models-menu/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions nx-dev/models-package/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/models-package/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions nx-dev/nx-dev-e2e/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/nx-dev-e2e/src",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions nx-dev/nx-dev/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/nx-dev",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions nx-dev/ui-commands/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/ui-commands/src",
"projectType": "library",
"tags": ["scope:nx-dev", "type:ui"],
Expand Down
1 change: 1 addition & 0 deletions nx-dev/ui-common/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/ui-common/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions nx-dev/ui-community/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/ui-community/src",
"projectType": "library",
"tags": ["scope:nx-dev", "type:ui"],
Expand Down
1 change: 1 addition & 0 deletions nx-dev/ui-conference/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/ui-conference/src",
"projectType": "library",
"tags": ["scope:nx-dev", "type:feature"],
Expand Down
1 change: 1 addition & 0 deletions nx-dev/ui-home/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/ui-home/src",
"projectType": "library",
"tags": ["scope:nx-dev", "type:ui"],
Expand Down
1 change: 1 addition & 0 deletions nx-dev/ui-member-card/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/ui-member-card/src",
"projectType": "library",
"tags": ["scope:nx-dev", "type:ui"],
Expand Down
1 change: 1 addition & 0 deletions nx-dev/ui-sponsor-card/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/ui-sponsor-card/src",
"projectType": "library",
"tags": ["scope:nx-dev", "type:ui"],
Expand Down
3 changes: 0 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
"libsDir": "",
"appsDir": ""
},
"cli": {
"defaultCollection": "@nrwl/react"
},
"generators": {
"@nrwl/react": {
"application": {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"@ngrx/schematics": "~13.2.0",
"@ngrx/store": "~13.2.0",
"@ngrx/store-devtools": "~13.2.0",
"@nrwl/eslint-plugin-nx": "14.1.9-beta.1",
"@nrwl/jest": "14.1.9-beta.1",
"@nrwl/next": "14.1.9-beta.1",
"@nrwl/eslint-plugin-nx": "14.2.0-beta.1",
"@nrwl/jest": "14.2.0-beta.1",
"@nrwl/next": "14.2.0-beta.1",
"@nrwl/nx-cloud": "14.0.5",
"@nrwl/react": "14.1.9-beta.1",
"@nrwl/web": "14.1.9-beta.1",
"@nrwl/react": "14.2.0-beta.1",
"@nrwl/web": "14.2.0-beta.1",
"@parcel/watcher": "2.0.4",
"@phenomnomnominal/tsquery": "4.1.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
Expand Down Expand Up @@ -188,7 +188,7 @@
"ng-packagr": "~14.0.0-rc.0",
"ngrx-store-freeze": "0.2.4",
"node-fetch": "^2.6.7",
"nx": "14.1.9-beta.1",
"nx": "14.2.0-beta.1",
"open": "^8.4.0",
"parse-markdown-links": "^1.0.4",
"parse5": "4.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/add-nx-to-monorepo/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/add-nx-to-monorepo/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/angular/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/angular",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/cli/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/cli",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/cra-to-nx/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/cra-to-nx/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/create-nx-plugin/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/create-nx-plugin",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/create-nx-workspace/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/create-nx-workspace",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/cypress/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/cypress",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/detox/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/detox/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/devkit/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/devkit",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-plugin-nx/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/eslint-plugin-nx",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/express/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/express",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/jest/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/jest",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/js/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/js/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/linter/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/linter",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/make-angular-cli-faster/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/make-angular-cli-faster/src",
"projectType": "library",
"generators": {},
Expand Down
1 change: 1 addition & 0 deletions packages/nest/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/nest",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/next/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/next",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions packages/node/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/node",
"projectType": "library",
"targets": {
Expand Down
Loading

0 comments on commit 3d97203

Please sign in to comment.