Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
feat(packages): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BehnooshShiva committed Apr 30, 2020
1 parent e6a2e8a commit 4d77e1b
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 106 deletions.
169 changes: 73 additions & 96 deletions package-lock.json

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

11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,25 @@
"@angular/compiler-cli": "~8.2.14",
"@angular/core": "~8.2.14",
"@angular/forms": "~8.2.14",
"@angular/http": "~7.2.0",
"@angular/language-service": "~8.2.14",
"@angular/platform-browser": "~8.2.14",
"@angular/platform-browser-dynamic": "~8.2.14",
"@angular/router": "~8.2.14",
"@ng-bootstrap/ng-bootstrap": "^5.3.0",
"@ng-bootstrap/ng-bootstrap": "^5.3.1",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"acorn": "^7.1.1",
"boosted": "^4.4.1",
"classlist.js": "^1.1.20150312",
"codelyzer": "~4.5.0",
"codelyzer": "~5.1.2",
"core-js": "^2.5.4",
"cpx": "^1.5.0",
"html-loader": "^0.5.5",
"install": "^0.13.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"jquery": "^3.4.1",
"jquery": "^3.5.0",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
Expand All @@ -69,17 +68,15 @@
"minimist": "^1.2.5",
"ng-packagr": "^5.7.1",
"node-sass": "^4.12.0",
"popper.js": "^1.15.0",
"prismjs": "^1.16.0",
"prismjs-loader": "^0.0.4",
"protractor": "~5.4.0",
"rxjs": "^6.5.5",
"scss-bundle": "^3.1.1",
"serialize-javascript": "^2.1.2",
"set-value": "^3.0.1",
"swiper": "^4.4.6",
"ts-node": "~7.0.0",
"tsickle": ">=0.29.0",
"tsickle": "^0.38.1",
"tslib": "^1.9.0",
"tslint": "~5.11.0",
"typescript": "~3.5.3",
Expand Down
6 changes: 3 additions & 3 deletions projects/ng-boosted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"homepage": "https://orange-opensource.github.io/Orange-Boosted-Angular",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^8.0.0",
"@angular/core": "^8.0.0"
"@angular/common": "~8.2.14",
"@angular/core": "~8.2.14"
},
"dependencies": {
"@ng-bootstrap/ng-bootstrap": "^5.3.0",
"@ng-bootstrap/ng-bootstrap": "^5.3.1",
"boosted": "^4.4.1"
},
"repository": {
Expand Down

0 comments on commit 4d77e1b

Please sign in to comment.