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

Commit 32291e2

Browse files
Ghislain BeaulacGhislain Beaulac
authored andcommitted
prepare release 2.7.0
1 parent 43db316 commit 32291e2

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-slickgrid",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",
@@ -91,21 +91,21 @@
9191
"devDependencies": {
9292
"@angular-builders/jest": "^7.4.2",
9393
"@angular-devkit/build-angular": "~0.13.1",
94-
"@angular/animations": "^7.2.8",
94+
"@angular/animations": "^7.2.15",
9595
"@angular/cli": "^7.3.1",
96-
"@angular/common": "^7.2.8",
97-
"@angular/compiler": "7.2.8",
98-
"@angular/compiler-cli": "7.2.8",
99-
"@angular/core": "^7.2.8",
100-
"@angular/forms": "^7.2.8",
101-
"@angular/http": "^7.2.8",
102-
"@angular/language-service": "^7.2.8",
103-
"@angular/platform-browser": "^7.2.8",
104-
"@angular/platform-browser-dynamic": "^7.2.8",
105-
"@angular/router": "^7.2.8",
96+
"@angular/common": "^7.2.15",
97+
"@angular/compiler": "7.2.15",
98+
"@angular/compiler-cli": "7.2.15",
99+
"@angular/core": "^7.2.15",
100+
"@angular/forms": "^7.2.15",
101+
"@angular/http": "^7.2.15",
102+
"@angular/language-service": "^7.2.15",
103+
"@angular/platform-browser": "^7.2.15",
104+
"@angular/platform-browser-dynamic": "^7.2.15",
105+
"@angular/router": "^7.2.15",
106106
"@ng-select/ng-select": "^2.15.3",
107107
"@types/flatpickr": "^3.1.2",
108-
"@types/jest": "^24.0.12",
108+
"@types/jest": "^24.0.13",
109109
"@types/jquery": "^3.3.29",
110110
"@types/moment": "^2.13.0",
111111
"@types/node": "^10.12.15",
@@ -116,11 +116,11 @@
116116
"codelyzer": "~4.5.0",
117117
"copyfiles": "^2.1.0",
118118
"cross-env": "^5.2.0",
119-
"custom-event-polyfill": "^1.0.6",
119+
"custom-event-polyfill": "^1.0.7",
120120
"cypress": "^3.2.0",
121121
"del": "^3.0.0",
122122
"del-cli": "^1.1.0",
123-
"gulp": "^4.0.0",
123+
"gulp": "^4.0.2",
124124
"gulp-bump": "^3.1.3",
125125
"gulp-sass": "^4.0.2",
126126
"gulp-yuidoc": "^0.1.2",
@@ -131,12 +131,12 @@
131131
"mochawesome": "^3.1.2",
132132
"mochawesome-merge": "^1.0.7",
133133
"mochawesome-report-generator": "^3.1.5",
134-
"ng-packagr": "^4.7.0",
135-
"node-sass": "^4.11.0",
134+
"ng-packagr": "^5.2.0",
135+
"node-sass": "^4.12.0",
136136
"npm-run-all": "^4.1.5",
137137
"postcss-cli": "^6.0.1",
138138
"require-dir": "^1.2.0",
139-
"rimraf": "^2.6.2",
139+
"rimraf": "^2.6.3",
140140
"run-sequence": "^2.2.1",
141141
"ts-node": "~3.3.0",
142142
"tsickle": "^0.34.0",
@@ -146,4 +146,4 @@
146146
"yargs": "^12.0.5",
147147
"zone.js": "^0.8.29"
148148
}
149-
}
149+
}

0 commit comments

Comments
 (0)