Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 873c1e9

Browse files
Ghislain BeaulacGhislain Beaulac
Ghislain Beaulac
authored and
Ghislain Beaulac
committed
update few NPM packages & prepare release 2.1.17
- since we are on version 2.x of the lib, we most often have to release 2 versions because it often fails on first release. It might be ng-packagr, I don't know what else could cause this issue
1 parent 8813bc5 commit 873c1e9

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-slickgrid",
3-
"version": "2.1.16",
3+
"version": "2.1.17",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",
@@ -61,7 +61,7 @@
6161
"@ngx-translate/core": "^11.0.1",
6262
"@ngx-translate/http-loader": "^4.0.0",
6363
"core-js": "^2.6.1",
64-
"dompurify": "^1.0.8",
64+
"dompurify": "^1.0.9",
6565
"flatpickr": "^4.5.0",
6666
"font-awesome": "^4.7.0",
6767
"jquery": ">=3.2.1",
@@ -75,21 +75,21 @@
7575
"vinyl-paths": "^2.1.0"
7676
},
7777
"devDependencies": {
78-
"@angular-devkit/build-angular": "~0.11.0",
79-
"@angular/animations": "^7.1.3",
80-
"@angular/cli": "^7.1.3",
81-
"@angular/common": "^7.1.3",
82-
"@angular/compiler": "7.1.3",
83-
"@angular/compiler-cli": "7.1.3",
84-
"@angular/core": "^7.1.3",
85-
"@angular/forms": "^7.1.3",
86-
"@angular/http": "^7.1.3",
87-
"@angular/language-service": "^7.1.3",
88-
"@angular/platform-browser": "^7.1.3",
89-
"@angular/platform-browser-dynamic": "^7.1.3",
90-
"@angular/router": "^7.1.3",
78+
"@angular-devkit/build-angular": "~0.13.1",
79+
"@angular/animations": "^7.2.4",
80+
"@angular/cli": "^7.3.1",
81+
"@angular/common": "^7.2.4",
82+
"@angular/compiler": "7.2.4",
83+
"@angular/compiler-cli": "7.2.4",
84+
"@angular/core": "^7.2.4",
85+
"@angular/forms": "^7.2.4",
86+
"@angular/http": "^7.2.4",
87+
"@angular/language-service": "^7.2.4",
88+
"@angular/platform-browser": "^7.2.4",
89+
"@angular/platform-browser-dynamic": "^7.2.4",
90+
"@angular/router": "^7.2.4",
9191
"@types/flatpickr": "^3.1.2",
92-
"@types/jasmine": "~3.3.2",
92+
"@types/jasmine": "~3.3.8",
9393
"@types/jasminewd2": "~2.0.6",
9494
"@types/moment": "^2.13.0",
9595
"@types/node": "^10.12.15",
@@ -102,18 +102,18 @@
102102
"del": "^3.0.0",
103103
"del-cli": "^1.1.0",
104104
"gulp": "^4.0.0",
105-
"gulp-bump": "^3.1.1",
105+
"gulp-bump": "^3.1.3",
106106
"gulp-sass": "^4.0.2",
107107
"gulp-yuidoc": "^0.1.2",
108108
"jasmine-core": "~3.3.0",
109109
"jasmine-spec-reporter": "~4.2.1",
110-
"karma": "~3.1.4",
110+
"karma": "~4.0.0",
111111
"karma-chrome-launcher": "~2.2.0",
112112
"karma-cli": "~2.0.0",
113113
"karma-coverage-istanbul-reporter": "^2.0.4",
114114
"karma-jasmine": "~2.0.1",
115115
"karma-jasmine-html-reporter": "^1.4.0",
116-
"ng-packagr": "^4.4.5",
116+
"ng-packagr": "^4.7.0",
117117
"node-sass": "^4.11.0",
118118
"npm-run-all": "^4.1.5",
119119
"postcss-cli": "^6.0.1",
@@ -127,6 +127,6 @@
127127
"typescript": ">=3.1.1 <3.2.0",
128128
"uglify-js": "^3.4.9",
129129
"yargs": "^12.0.5",
130-
"zone.js": "^0.8.26"
130+
"zone.js": "^0.8.29"
131131
}
132132
}

0 commit comments

Comments
 (0)