Skip to content

Commit

Permalink
chore: bump angular to 17.2 (#1774)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Mar 11, 2024
1 parent 76d607f commit 86a6e3c
Show file tree
Hide file tree
Showing 2 changed files with 2,144 additions and 1,468 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,25 @@
"postinstall": "ng-less-javascript-enabled-patch"
},
"dependencies": {
"@angular/animations": "^17.1.0",
"@angular/common": "^17.1.0",
"@angular/compiler": "^17.1.0",
"@angular/core": "^17.1.0",
"@angular/forms": "^17.1.0",
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/router": "^17.1.0",
"@angular/animations": "^17.2.0",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
"@angular/core": "^17.2.0",
"@angular/forms": "^17.2.0",
"@angular/platform-browser": "^17.2.0",
"@angular/platform-browser-dynamic": "^17.2.0",
"@angular/router": "^17.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3",
"@angular/service-worker": "^17.1.0",
"@angular/platform-server": "^17.1.0",
"@angular/ssr": "^17.1.0",
"express": "^4.18.2",
"@angular/elements": "^17.1.0",
"@angular/service-worker": "^17.2.0",
"@angular/platform-server": "^17.2.0",
"@angular/ssr": "^17.2.0",
"express": "^4.18.3",
"@angular/elements": "^17.2.0",
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.2.10",
"echarts": "^5.4.3",
"echarts": "^5.5.0",
"@stackblitz/sdk": "^1.9.0",
"codesandbox": "^2.2.3",
"ajv": "^8.12.0",
Expand All @@ -79,7 +79,7 @@
"file-saver": "^2.0.5",
"ng-github-button": "^17.0.0",
"ng-zorro-antd": "^17.2.0",
"@angular/cdk": "^17.1.0",
"@angular/cdk": "^17.2.0",
"ngx-countdown": "^17.1.1",
"ngx-highlight-js": "^17.0.0",
"ngx-tinymce": "^17.0.0",
Expand All @@ -88,13 +88,13 @@
"aos": "^3.0.0-beta.6",
"@ng-util/monaco-editor": "^17.0.1",
"isutf8": "^4.0.0",
"@github/hotkey": "^2.3.0",
"@github/hotkey": "^2.3.1",
"ng-antd-color-picker": "^1.1.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.0",
"@angular/cli": "^17.1.0",
"@angular/compiler-cli": "^17.1.0",
"@angular-devkit/build-angular": "^17.2.1",
"@angular/cli": "^17.2.1",
"@angular/compiler-cli": "^17.2.0",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
Expand All @@ -106,7 +106,7 @@
"jasmine": "^5.1.0",
"jasmine-spec-reporter": "^7.0.0",
"ts-node": "~10.9.2",
"@angular/language-service": "^17.1.0",
"@angular/language-service": "^17.2.0",
"@types/jasminewd2": "~2.0.13",
"karma-junit-reporter": "^2.0.1",
"karma-spec-reporter": "0.0.36",
Expand All @@ -133,15 +133,15 @@
"mark-twain": "^2.0.3",
"mockjs": "^1.1.0",
"mustache": "^4.2.0",
"ng-packagr": "^17.1.0",
"ng-packagr": "^17.2.0",
"parse5": "^7.1.2",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"readline-sync": "^1.4.10",
"stream": "0.0.2",
"stylelint": "^16.1.0",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-config-clean-order": "^5.4.0",
"stylelint-config-clean-order": "^5.4.1",
"source-map-explorer": "^2.5.3",
"xlsx": "^0.18.5",
"jszip": "^3.10.1",
Expand All @@ -153,26 +153,26 @@
"ng-less-javascript-enabled-patch": "17.0.2",
"tsconfig-paths": "^4.2.0",
"@types/express": "^4.17.21",
"@types/node": "^18.19.8",
"@types/node": "^18.19.22",
"html-minifier-terser": "^7.2.0",
"terser": "^5.27.0",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-angular": "^18.4.4",
"terser": "^5.29.1",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-angular": "^18.6.1",
"@angular-eslint/builder": "^17.2.0",
"@angular-eslint/eslint-plugin": "^17.2.0",
"@angular-eslint/eslint-plugin-template": "^17.2.0",
"@angular-eslint/schematics": "^17.2.0",
"@angular-eslint/template-parser": "^17.2.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-import": "~2.29.1",
"eslint-plugin-jsdoc": "~48.0.2",
"eslint-plugin-jsdoc": "~48.0.6",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-prettier": "~5.1.3",
"eslint-plugin-deprecation": "~2.0.0",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.2",
"swagger-typescript-api": "^12.0.4",
"sitemap": "^7.1.1"
},
Expand Down
Loading

0 comments on commit 86a6e3c

Please sign in to comment.