Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
skynetigor committed Mar 13, 2022
1 parent 30089ed commit c94f626
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 32 deletions.
32 changes: 7 additions & 25 deletions package-lock.json

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

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"@angular/router": "~12.2.0",
"colors": "^1.4.0",
"rxjs": "~6.6.0",
"zone.js": "~0.11.4"
},
Expand All @@ -30,21 +31,21 @@
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"eslint": "^8.11.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jasmine": "^4.1.3",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-spec-reporter": "^0.0.33",
"eslint": "^8.11.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jasmine": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"ng-bullet": "^1.0.3",
"ng-packagr": "^12.1.1",
"typescript": "~4.3.5",
"tslib": "^2.3.0"
"tslib": "^2.3.0",
"typescript": "~4.3.5"
}
}

0 comments on commit c94f626

Please sign in to comment.