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

Commit a64e914

Browse files
committed
fix(deps): downgrade to Angular 13 to avoid breaking changes, fixes #994
- fixes #994 - we will downgrade to Angular 13 to avoid any breaking changes for users who are still using Angular 13
1 parent c0a3816 commit a64e914

File tree

4 files changed

+1537
-2862
lines changed

4 files changed

+1537
-2862
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -71,27 +71,27 @@
7171
"@slickgrid-universal/pagination-component": "~1.4.0",
7272
"@slickgrid-universal/row-detail-view-plugin": "~1.4.0",
7373
"@slickgrid-universal/rxjs-observable": "~1.4.0",
74-
"@types/dompurify": "^2.3.3",
74+
"@types/dompurify": "^2.3.4",
7575
"@types/jquery": "^3.5.14",
7676
"dequal": "^2.0.3",
77-
"dompurify": "^2.3.10",
77+
"dompurify": "^2.4.0",
7878
"font-awesome": "^4.7.0",
79-
"jquery": "^3.6.0",
79+
"jquery": "^3.6.1",
8080
"moment-mini": "^2.29.4",
8181
"rxjs": ">=7.5.6"
8282
},
8383
"peerDependencies": {
8484
"@ngx-translate/core": ">=14.0.0"
8585
},
8686
"devDependencies": {
87-
"@angular-devkit/build-angular": "~13.3.8",
87+
"@angular-devkit/build-angular": "~13.3.9",
8888
"@angular-eslint/builder": "^14.0.2",
8989
"@angular-eslint/eslint-plugin": "^14.0.2",
9090
"@angular-eslint/eslint-plugin-template": "^14.0.2",
9191
"@angular-eslint/schematics": "^14.0.2",
9292
"@angular-eslint/template-parser": "^14.0.2",
9393
"@angular/animations": "^13.3.11",
94-
"@angular/cli": "^13.3.8",
94+
"@angular/cli": "^13.3.9",
9595
"@angular/common": "^13.3.11",
9696
"@angular/compiler": "^13.3.11",
9797
"@angular/compiler-cli": "^13.3.11",
@@ -114,35 +114,35 @@
114114
"@slickgrid-universal/text-export": "~1.4.0",
115115
"@types/flatpickr": "^3.1.2",
116116
"@types/fnando__sparkline": "^0.3.4",
117-
"@types/jest": "^28.1.6",
117+
"@types/jest": "^29.0.1",
118118
"@types/moment": "^2.13.0",
119-
"@types/node": "^18.0.0",
119+
"@types/node": "^18.7.16",
120120
"@types/text-encoding-utf-8": "^1.0.2",
121-
"@typescript-eslint/eslint-plugin": "^5.33.0",
122-
"@typescript-eslint/parser": "^5.33.0",
123-
"autoprefixer": "^10.4.8",
124-
"bootstrap": "^5.2.0",
121+
"@typescript-eslint/eslint-plugin": "^5.37.0",
122+
"@typescript-eslint/parser": "^5.37.0",
123+
"autoprefixer": "^10.4.9",
124+
"bootstrap": "^5.2.1",
125125
"conventional-changelog": "^3.1.25",
126126
"copyfiles": "^2.4.1",
127127
"cross-env": "^7.0.3",
128128
"custom-event-polyfill": "^1.0.7",
129-
"eslint": "^8.21.0",
130-
"jest": "^28.1.3",
131-
"jest-extended": "^3.0.2",
132-
"jest-preset-angular": "^12.2.0",
129+
"eslint": "^8.23.1",
130+
"jest": "^29.0.3",
131+
"jest-extended": "^3.1.0",
132+
"jest-preset-angular": "^12.2.2",
133133
"ng-packagr": "^13.3.1",
134134
"ngx-bootstrap": "^8.0.0",
135-
"npm-run-all2": "^6.0.1",
135+
"npm-run-all2": "^6.0.2",
136136
"postcss": "^8.4.16",
137137
"postcss-cli": "^10.0.0",
138138
"rimraf": "^3.0.2",
139-
"sass": "^1.54.4",
139+
"sass": "^1.54.9",
140140
"standard-version": "^9.5.0",
141141
"stream-browserify": "^3.0.0",
142142
"ts-node": "^10.9.1",
143143
"tslib": "^2.4.0",
144144
"typescript": "~4.4.4",
145-
"zone.js": "~0.11.7"
145+
"zone.js": "~0.11.8"
146146
},
147147
"engines": {
148148
"node": ">=14.17.0",

test/cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"author": "Ghislain B.",
1111
"license": "MIT",
1212
"devDependencies": {
13-
"cypress": "^10.4.0"
13+
"cypress": "^10.7.0"
1414
}
1515
}

test/cypress/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,10 @@ cross-spawn@^7.0.0:
303303
shebang-command "^2.0.0"
304304
which "^2.0.1"
305305

306-
cypress@^10.4.0:
307-
version "10.4.0"
308-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.4.0.tgz#bb5b3b6588ad49eff172fecf5778cc0da2980e4e"
309-
integrity sha512-OM7F8MRE01SHQRVVzunid1ZK1m90XTxYnl+7uZfIrB4CYqUDCrZEeSyCXzIbsS6qcaijVCAhqDL60SxG8N6hew==
306+
cypress@^10.7.0:
307+
version "10.7.0"
308+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.7.0.tgz#2d37f8b9751c6de33ee48639cb7e67a2ce593231"
309+
integrity sha512-gTFvjrUoBnqPPOu9Vl5SBHuFlzx/Wxg/ZXIz2H4lzoOLFelKeF7mbwYUOzgzgF0oieU2WhJAestQdkgwJMMTvQ==
310310
dependencies:
311311
"@cypress/request" "^2.88.10"
312312
"@cypress/xvfb" "^1.2.4"

0 commit comments

Comments
 (0)