Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Commit

Permalink
build: fix vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
markostanimirovic committed Jun 1, 2021
1 parent 67dee9a commit 9f9ecc4
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 19 deletions.
70 changes: 53 additions & 17 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build ngrx-child-selectors --prod && cp README.md ./dist/ngrx-child-selectors",
"build": "ng build ngrx-child-selectors --configuration production && cp README.md ./dist/ngrx-child-selectors",
"lint": "npm run prettier && npm run eslint",
"lint:fix": "npm run prettier:fix && npm run eslint:fix",
"prettier": "prettier --check . --ignore-path .lintignore",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@angular/router": "~12.0.2",
"@ngrx/store": "^12.0.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
Expand Down

0 comments on commit 9f9ecc4

Please sign in to comment.