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

Commit aa10558

Browse files
committed
refactor: update to latest SlickGrid version
1 parent 3150124 commit aa10558

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
}
100100
},
101101
"dependencies": {
102-
"dompurify": "^2.0.12",
102+
"dompurify": "^2.2.2",
103103
"excel-builder-webpacker": "^1.0.6",
104104
"flatpickr": "^4.6.6",
105105
"font-awesome": "^4.7.0",
@@ -108,21 +108,21 @@
108108
"lodash.isequal": "^4.5.0",
109109
"moment-mini": "^2.24.0",
110110
"rxjs": "^6.3.3",
111-
"slickgrid": "^2.4.31",
111+
"slickgrid": "^2.4.32",
112112
"text-encoding-utf-8": "^1.0.2"
113113
},
114114
"peerDependencies": {
115115
"@ngx-translate/core": ">=11.0.1",
116116
"@ngx-translate/http-loader": ">=4.0.0"
117117
},
118118
"devDependencies": {
119-
"@angular-builders/jest": "^7.4.2",
119+
"@angular-builders/jest": "^7.4.4",
120120
"@angular-devkit/build-angular": "~0.803.29",
121121
"@angular/animations": "^8.2.14",
122122
"@angular/cli": "^8.3.29",
123123
"@angular/common": "^8.2.14",
124-
"@angular/compiler": "8.2.14",
125-
"@angular/compiler-cli": "8.2.14",
124+
"@angular/compiler": "^8.2.14",
125+
"@angular/compiler-cli": "^8.2.14",
126126
"@angular/core": "^8.2.14",
127127
"@angular/forms": "^8.2.14",
128128
"@angular/language-service": "^8.2.14",
@@ -141,14 +141,14 @@
141141
"@types/text-encoding-utf-8": "^1.0.1",
142142
"babel-jest": "^24.9.0",
143143
"bootstrap": "3.4.1",
144-
"codecov": "^3.7.0",
144+
"codecov": "^3.8.1",
145145
"codelyzer": "^5.0.1",
146-
"conventional-changelog": "^3.1.23",
147-
"copyfiles": "^2.3.0",
148-
"core-js": "^2.6.11",
149-
"cross-env": "^7.0.2",
146+
"conventional-changelog": "^3.1.24",
147+
"copyfiles": "^2.4.1",
148+
"core-js": "^2.6.12",
149+
"cross-env": "^7.0.3",
150150
"custom-event-polyfill": "^1.0.7",
151-
"del": "^5.1.0",
151+
"del": "^6.0.0",
152152
"del-cli": "^3.0.1",
153153
"gulp": "^4.0.2",
154154
"gulp-bump": "^3.2.0",
@@ -171,9 +171,9 @@
171171
"ts-node": "~3.3.0",
172172
"tsickle": "^0.37.0",
173173
"tslib": "^2.0.1",
174-
"tslint": "^5.12.0",
174+
"tslint": "^5.20.1",
175175
"typescript": "3.5.3",
176-
"uglify-js": "^3.10.2",
176+
"uglify-js": "^3.12.1",
177177
"vinyl-paths": "^2.1.0",
178178
"yargs": "^15.4.1",
179179
"zone.js": "~0.9.1"

test/cypress/cypress.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"baseUrl": "http://localhost:4300",
33
"baseExampleUrl": "http://localhost:4300/#",
4+
"runMode": 2,
45
"video": false,
56
"viewportWidth": 1200,
67
"viewportHeight": 950,
@@ -11,4 +12,4 @@
1112
"screenshotsFolder": "screenshots",
1213
"supportFile": "support/index.js",
1314
"videosFolder": "videos"
14-
}
15+
}

test/cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Ghislain B.",
1111
"license": "MIT",
1212
"devDependencies": {
13-
"cypress": "^5.6.0",
13+
"cypress": "^6.0.1",
1414
"mocha": "^8.2.0",
1515
"mochawesome": "^6.1.1"
1616
}

0 commit comments

Comments
 (0)