Skip to content

Commit

Permalink
fix(deps): downgrade to Angular 13 to avoid breaking changes, fixes #994
Browse files Browse the repository at this point in the history


- fixes #994
- we will downgrade to Angular 13 to avoid any breaking changes for users who are still using Angular 13
  • Loading branch information
ghiscoding committed Sep 12, 2022
1 parent c0a3816 commit a64e914
Show file tree
Hide file tree
Showing 4 changed files with 1,537 additions and 2,862 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,27 +71,27 @@
"@slickgrid-universal/pagination-component": "~1.4.0",
"@slickgrid-universal/row-detail-view-plugin": "~1.4.0",
"@slickgrid-universal/rxjs-observable": "~1.4.0",
"@types/dompurify": "^2.3.3",
"@types/dompurify": "^2.3.4",
"@types/jquery": "^3.5.14",
"dequal": "^2.0.3",
"dompurify": "^2.3.10",
"dompurify": "^2.4.0",
"font-awesome": "^4.7.0",
"jquery": "^3.6.0",
"jquery": "^3.6.1",
"moment-mini": "^2.29.4",
"rxjs": ">=7.5.6"
},
"peerDependencies": {
"@ngx-translate/core": ">=14.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.8",
"@angular-devkit/build-angular": "~13.3.9",
"@angular-eslint/builder": "^14.0.2",
"@angular-eslint/eslint-plugin": "^14.0.2",
"@angular-eslint/eslint-plugin-template": "^14.0.2",
"@angular-eslint/schematics": "^14.0.2",
"@angular-eslint/template-parser": "^14.0.2",
"@angular/animations": "^13.3.11",
"@angular/cli": "^13.3.8",
"@angular/cli": "^13.3.9",
"@angular/common": "^13.3.11",
"@angular/compiler": "^13.3.11",
"@angular/compiler-cli": "^13.3.11",
Expand All @@ -114,35 +114,35 @@
"@slickgrid-universal/text-export": "~1.4.0",
"@types/flatpickr": "^3.1.2",
"@types/fnando__sparkline": "^0.3.4",
"@types/jest": "^28.1.6",
"@types/jest": "^29.0.1",
"@types/moment": "^2.13.0",
"@types/node": "^18.0.0",
"@types/node": "^18.7.16",
"@types/text-encoding-utf-8": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"autoprefixer": "^10.4.8",
"bootstrap": "^5.2.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"autoprefixer": "^10.4.9",
"bootstrap": "^5.2.1",
"conventional-changelog": "^3.1.25",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"custom-event-polyfill": "^1.0.7",
"eslint": "^8.21.0",
"jest": "^28.1.3",
"jest-extended": "^3.0.2",
"jest-preset-angular": "^12.2.0",
"eslint": "^8.23.1",
"jest": "^29.0.3",
"jest-extended": "^3.1.0",
"jest-preset-angular": "^12.2.2",
"ng-packagr": "^13.3.1",
"ngx-bootstrap": "^8.0.0",
"npm-run-all2": "^6.0.1",
"npm-run-all2": "^6.0.2",
"postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
"rimraf": "^3.0.2",
"sass": "^1.54.4",
"sass": "^1.54.9",
"standard-version": "^9.5.0",
"stream-browserify": "^3.0.0",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "~4.4.4",
"zone.js": "~0.11.7"
"zone.js": "~0.11.8"
},
"engines": {
"node": ">=14.17.0",
Expand Down
2 changes: 1 addition & 1 deletion test/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "Ghislain B.",
"license": "MIT",
"devDependencies": {
"cypress": "^10.4.0"
"cypress": "^10.7.0"
}
}
8 changes: 4 additions & 4 deletions test/cypress/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,10 @@ cross-spawn@^7.0.0:
shebang-command "^2.0.0"
which "^2.0.1"

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

0 comments on commit a64e914

Please sign in to comment.