Skip to content

Commit

Permalink
[MIGRATION] - Fixed outdated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Aug 8, 2024
1 parent ff543ac commit 04bd605
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 460 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ module.exports = {
' * limitations under the License.',
' */'
]
]
],
'@nx/dependency-checks': 'warn'
}
},
{
Expand Down
7 changes: 1 addition & 6 deletions lib/js-api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"outputPath": "dist/libs/js-api/typings",
"main": "lib/js-api/src/index.ts",
"tsConfig": "lib/js-api/tsconfig/tsconfig.types.json",
"externalBuildTargets": ["build"],
"updateBuildableProjectDepsInPackageJson": true
"externalBuildTargets": ["build"]
},
"configurations": {
"test": {
Expand All @@ -32,7 +31,6 @@
"main": "lib/js-api/src/index.ts",
"tsConfig": "lib/js-api/tsconfig/tsconfig.cjs.json",
"assets": ["lib/js-api/*.md", "lib/js-api/LICENSE.txt"],
"updateBuildableProjectDepsInPackageJson": true
}
},
"build-esm5": {
Expand All @@ -42,7 +40,6 @@
"outputPath": "dist/libs/js-api/esm5",
"main": "lib/js-api/src/index.ts",
"tsConfig": "lib/js-api/tsconfig/tsconfig.esm5.json",
"updateBuildableProjectDepsInPackageJson": true
}
},
"build-esm2015": {
Expand All @@ -52,7 +49,6 @@
"outputPath": "dist/libs/js-api/esm2015",
"main": "lib/js-api/src/index.ts",
"tsConfig": "lib/js-api/tsconfig/tsconfig.esm2015.json",
"updateBuildableProjectDepsInPackageJson": true
}
},
"build-types": {
Expand All @@ -62,7 +58,6 @@
"outputPath": "dist/libs/js-api/typings",
"main": "lib/js-api/src/index.ts",
"tsConfig": "lib/js-api/tsconfig/tsconfig.types.json",
"updateBuildableProjectDepsInPackageJson": true
}
},
"npm-publish": {
Expand Down
Loading

0 comments on commit 04bd605

Please sign in to comment.