Skip to content

Commit

Permalink
feat(core): update npm packages & move ngx-translate to peer dependen…
Browse files Browse the repository at this point in the history
…cies (#567)

* feat(core): update few npm packages

* refactor(core): move ngx-translate to peer dependencies
  • Loading branch information
ghiscoding committed Aug 25, 2020
1 parent 21d6520 commit 023a7e0
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,22 @@
}
},
"dependencies": {
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"dompurify": "^2.0.10",
"excel-builder-webpacker": "^1.0.5",
"dompurify": "^2.0.12",
"excel-builder-webpacker": "^1.0.6",
"flatpickr": "4.6.3",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
"jquery": "^3.5.1",
"jquery-ui-dist": "^1.12.1",
"lodash.isequal": "^4.5.0",
"moment-mini": "^2.22.1",
"moment-mini": "^2.24.0",
"rxjs": "^6.3.3",
"slickgrid": "^2.4.27",
"text-encoding-utf-8": "^1.0.2"
},
"peerDependencies": {
"@ngx-translate/core": ">=11.0.1",
"@ngx-translate/http-loader": ">=4.0.0"
},
"devDependencies": {
"@angular-builders/jest": "^7.4.2",
"@angular-devkit/build-angular": "~0.13.1",
Expand All @@ -124,18 +126,20 @@
"@angular/platform-browser-dynamic": "^7.2.15",
"@angular/router": "^7.2.15",
"@ng-select/ng-select": "^2.15.3",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"@types/dompurify": "^2.0.1",
"@types/flatpickr": "^3.1.2",
"@types/jest": "^24.0.25",
"@types/jquery": "^3.5.0",
"@types/jquery": "^3.5.1",
"@types/moment": "^2.13.0",
"@types/node": "^13.13.4",
"@types/text-encoding-utf-8": "^1.0.1",
"babel-jest": "^24.9.0",
"bootstrap": "3.4.1",
"codecov": "^3.7.0",
"codelyzer": "~4.5.0",
"conventional-changelog": "^3.1.21",
"conventional-changelog": "^3.1.23",
"copyfiles": "^2.3.0",
"core-js": "^2.6.11",
"cross-env": "^7.0.2",
Expand All @@ -158,15 +162,15 @@
"require-dir": "^1.2.0",
"rimraf": "^3.0.2",
"run-sequence": "^2.2.1",
"standard-version": "^8.0.2",
"standard-version": "^9.0.0",
"ts-node": "~3.3.0",
"tsickle": "^0.34.0",
"tslib": "^1.11.0",
"tslint": "^5.12.0",
"typescript": ">=3.1.1 <3.2.0",
"uglify-js": "^3.10.0",
"uglify-js": "^3.10.2",
"vinyl-paths": "^2.1.0",
"yargs": "^15.1.0",
"yargs": "^15.4.1",
"zone.js": "^0.8.29"
}
}
}

0 comments on commit 023a7e0

Please sign in to comment.