Skip to content

Commit

Permalink
chore: manual fixes after migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Dec 7, 2023
1 parent 6a2fdba commit 568d7a6
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 21 deletions.
1 change: 0 additions & 1 deletion babel.config.json

This file was deleted.

6 changes: 3 additions & 3 deletions projects/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0",
"@angular/forms": ">=14.0.0",
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/forms": ">=15.0.0",
"@maskito/core": "^1.9.0",
"rxjs": ">=6.0.0"
},
Expand Down
3 changes: 1 addition & 2 deletions projects/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"executor": "@nx/angular:package",
"outputs": ["{workspaceRoot}/dist/angular"],
"options": {
"project": "projects/angular/ng-package.json",
"updateBuildableProjectDepsInPackageJson": true
"project": "projects/angular/ng-package.json"
},
"configurations": {
"production": {
Expand Down
5 changes: 2 additions & 3 deletions projects/core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
"entryFile": "projects/core/src/index.ts",
"tsConfig": "projects/core/tsconfig.lib.json",
"format": ["esm", "cjs"],
"compiler": "tsc",
"assets": [
{
"glob": "projects/core/README.md",
"input": ".",
"output": "."
}
],
"babelUpwardRootMode": true,
"updateBuildableProjectDepsInPackageJson": true
]
}
},
"test": {
Expand Down
5 changes: 2 additions & 3 deletions projects/kit/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
"entryFile": "projects/kit/src/index.ts",
"tsConfig": "projects/kit/tsconfig.workaround.json",
"format": ["esm", "cjs"],
"compiler": "tsc",
"assets": [
{
"glob": "projects/kit/README.md",
"input": ".",
"output": "."
}
],
"babelUpwardRootMode": true,
"updateBuildableProjectDepsInPackageJson": true
]
},
"dependsOn": [
{
Expand Down
5 changes: 2 additions & 3 deletions projects/phone/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
"entryFile": "projects/phone/src/index.ts",
"tsConfig": "projects/phone/tsconfig.workaround.json",
"format": ["esm", "cjs"],
"compiler": "tsc",
"assets": [
{
"glob": "projects/phone/README.md",
"input": ".",
"output": "."
}
],
"babelUpwardRootMode": true,
"updateBuildableProjectDepsInPackageJson": true
]
},
"dependsOn": [
{
Expand Down
4 changes: 1 addition & 3 deletions projects/react/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"input": ".",
"output": "."
}
],
"babelUpwardRootMode": true,
"updateBuildableProjectDepsInPackageJson": true
]
},
"dependsOn": [
{
Expand Down
6 changes: 3 additions & 3 deletions projects/vue/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"tsConfig": "projects/vue/tsconfig.lib.json",
"project": "projects/vue/package.json",
"entryFile": "projects/vue/src/index.ts",
"format": ["esm", "cjs"],
"compiler": "tsc",
"assets": [
{
"glob": "projects/vue/README.md",
"input": ".",
"output": "."
}
],
"babelUpwardRootMode": true,
"updateBuildableProjectDepsInPackageJson": true
]
},
"dependsOn": [
{
Expand Down

0 comments on commit 568d7a6

Please sign in to comment.