Skip to content

Commit

Permalink
fix(angular): removed pnpm overrides in favor of dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JBBianchi committed Jan 2, 2024
1 parent d23996f commit 878fbe3
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 108 deletions.
23 changes: 0 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,28 +48,5 @@
"typescript": "4.2.3",
"webpack": "^4.41.2",
"webpack-merge": "^4.2.2"
},
"pnpm": {
"overrides": {
"@angular/animations": "^16.0.0",
"@angular/cdk": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/material": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/router": "^16.0.0",
"@angular-devkit/build-angular": "^16.0.0",
"@angular-eslint/eslint-plugin": "^16.0.0",
"@angular-eslint/eslint-plugin-template": "^16.0.0",
"@angular-eslint/schematics": "^16.0.0",
"@angular-eslint/template-parser": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@ngtools/webpack": "^16.0.0",
"ng-packagr": "^16.0.0",
"zone.js": "^0.13.0"
}
}
}
38 changes: 19 additions & 19 deletions packages/angular-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,29 +78,29 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0 || ^17.0.0",
"@angular-eslint/eslint-plugin": "^16.0.0 || ^17.0.0",
"@angular-eslint/eslint-plugin-template": "^16.0.0 || ^17.0.0",
"@angular-eslint/schematics": "^16.0.0 || ^17.0.0",
"@angular-eslint/template-parser": "^16.0.0 || ^17.0.0",
"@angular/animations": "^16.0.0 || ^17.0.0",
"@angular/cdk": "^16.0.0 || ^17.0.0",
"@angular/common": "^16.0.0 || ^17.0.0",
"@angular/compiler": "^16.0.0 || ^17.0.0",
"@angular/compiler-cli": "^16.0.0 || ^17.0.0",
"@angular/core": "^16.0.0 || ^17.0.0",
"@angular/forms": "^16.0.0 || ^17.0.0",
"@angular/material": "^16.0.0 || ^17.0.0",
"@angular/platform-browser": "^16.0.0 || ^17.0.0",
"@angular/platform-browser-dynamic": "^16.0.0 || ^17.0.0",
"@angular/router": "^16.0.0 || ^17.0.0",
"@angular-devkit/build-angular": "^16.0.0",
"@angular-eslint/eslint-plugin": "^16.0.0",
"@angular-eslint/eslint-plugin-template": "^16.0.0",
"@angular-eslint/schematics": "^16.0.0",
"@angular-eslint/template-parser": "^16.0.0",
"@angular/animations": "^16.0.0",
"@angular/cdk": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/material": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5",
"@babel/plugin-proposal-optional-chaining": "^7.16.5",
"@jsonforms/angular": "workspace:*",
"@jsonforms/angular-test": "workspace:*",
"@jsonforms/core": "workspace:*",
"@jsonforms/examples": "workspace:*",
"@ngtools/webpack": "^16.0.0 || ^17.0.0",
"@ngtools/webpack": "^16.0.0",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand All @@ -127,7 +127,7 @@
"karma-jasmine-html-reporter": "^1.7.0",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"ng-packagr": "^16.0.0 || ^17.0.0",
"ng-packagr": "^16.0.0",
"null-loader": "^0.1.1",
"nyc": "^15.1.0",
"prettier": "^2.8.4",
Expand All @@ -144,6 +144,6 @@
"typescript": "~4.9.5",
"webpack": "^5.78.0",
"yargs": "^17.7.2",
"zone.js": "^0.11.4"
"zone.js": "~0.13.0"
}
}
14 changes: 7 additions & 7 deletions packages/angular-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"@angular/platform-browser-dynamic": "^16.0.0 || ^17.0.0"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^16.0.0 || ^17.0.0",
"@angular-eslint/eslint-plugin-template": "^16.0.0 || ^17.0.0",
"@angular-eslint/schematics": "^16.0.0 || ^17.0.0",
"@angular-eslint/template-parser": "^16.0.0 || ^17.0.0",
"@angular/core": "^16.0.0 || ^17.0.0",
"@angular/platform-browser": "^16.0.0 || ^17.0.0",
"@angular/platform-browser-dynamic": "^16.0.0 || ^17.0.0",
"@angular-eslint/eslint-plugin": "^16.0.0",
"@angular-eslint/eslint-plugin-template": "^16.0.0",
"@angular-eslint/schematics": "^16.0.0",
"@angular-eslint/template-parser": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
Expand Down
18 changes: 9 additions & 9 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
"rxjs": "^6.6.0 || ^7.4.0"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^16.0.0 || ^17.0.0",
"@angular-eslint/eslint-plugin-template": "^16.0.0 || ^17.0.0",
"@angular-eslint/schematics": "^16.0.0 || ^17.0.0",
"@angular-eslint/template-parser": "^16.0.0 || ^17.0.0",
"@angular/compiler": "^16.0.0 || ^17.0.0",
"@angular/compiler-cli": "^16.0.0 || ^17.0.0",
"@angular/core": "^16.0.0 || ^17.0.0",
"@angular/forms": "^16.0.0 || ^17.0.0",
"@angular-eslint/eslint-plugin": "^16.0.0",
"@angular-eslint/eslint-plugin-template": "^16.0.0",
"@angular-eslint/schematics": "^16.0.0",
"@angular-eslint/template-parser": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@jsonforms/core": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
Expand All @@ -92,7 +92,7 @@
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"ng-packagr": "^16.0.0 || ^17.0.0",
"ng-packagr": "^16.0.0",
"nyc": "^15.1.0",
"prettier": "^2.8.4",
"rimraf": "^3.0.2",
Expand Down
79 changes: 29 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 878fbe3

Please sign in to comment.