Skip to content

Commit

Permalink
angular-material: Fix running npm run dev in package
Browse files Browse the repository at this point in the history
- add missing dev dependency `@angular-devkit/core`
- add `@angular/core` as dev dependency to root package.json
- update pnpm-lock.yaml
  • Loading branch information
lucas-koehler committed Jan 5, 2024
1 parent e249629 commit 153367c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 69 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build:examples-app": "lerna run build:examples-app && node packages/examples-app/prepare-examples-app.js"
},
"devDependencies": {
"@angular/core": "^16.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5",
"@babel/plugin-proposal-optional-chaining": "^7.16.5",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
Expand Down
1 change: 1 addition & 0 deletions packages/angular-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0",
"@angular-devkit/core": "^16.0.0",
"@angular-eslint/eslint-plugin": "^16.0.0",
"@angular-eslint/eslint-plugin-template": "^16.0.0",
"@angular-eslint/schematics": "^16.0.0",
Expand Down
75 changes: 6 additions & 69 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 153367c

Please sign in to comment.