Skip to content

Commit

Permalink
Merge pull request #65 from hbyunzai/publish-17.3.2
Browse files Browse the repository at this point in the history
release(17.3.2): release 17.3.2
  • Loading branch information
devcui authored Mar 21, 2024
2 parents 9aff48f + 94b0342 commit 6ea8074
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-yunzai",
"version": "17.3.1",
"version": "17.3.2",
"description": "ng-zorro-antd admin panel front-end framework",
"author": "yunzai-bot <[email protected]>",
"repository": {
Expand Down Expand Up @@ -41,28 +41,28 @@
"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",
"@stomp/rx-stomp": "^2.0.0",
"@stomp/stompjs": "^7.0.0",
"@yelon/abc": "^17.3.1",
"@yelon/acl": "^17.3.1",
"@yelon/auth": "^17.3.1",
"@yelon/cache": "^17.3.1",
"@yelon/chart": "^17.3.1",
"@yelon/form": "^17.3.1",
"@yelon/mock": "^17.3.1",
"@yelon/theme": "^17.3.1",
"@yelon/util": "^17.3.1",
"@yelon/bis": "^17.3.1",
"@yelon/bcs": "^17.3.1",
"@yelon/socket": "^17.3.1",
"@yelon/abc": "^17.3.2",
"@yelon/acl": "^17.3.2",
"@yelon/auth": "^17.3.2",
"@yelon/cache": "^17.3.2",
"@yelon/chart": "^17.3.2",
"@yelon/form": "^17.3.2",
"@yelon/mock": "^17.3.2",
"@yelon/theme": "^17.3.2",
"@yelon/util": "^17.3.2",
"@yelon/bis": "^17.3.2",
"@yelon/bcs": "^17.3.2",
"@yelon/socket": "^17.3.2",
"ng-zorro-antd": "^17.3.0",
"ngx-tinymce": "^17.0.0",
"rxjs": "~7.8.0",
Expand All @@ -71,25 +71,25 @@
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.0",
"@angular-devkit/build-angular": "^17.2.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",
"@angular/cli": "^17.1.0",
"@angular/compiler-cli": "^17.1.0",
"@angular/language-service": "^17.1.0",
"@yelon/testing": "^17.3.1",
"@angular/cli": "^17.2.1",
"@angular/compiler-cli": "^17.2.0",
"@angular/language-service": "^17.2.0",
"@yelon/testing": "^17.3.2",
"@types/jasmine": "~5.1.0",
"@types/jasminewd2": "~2.0.13",
"@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-deprecation": "~2.0.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",
"husky": "^8.0.3",
Expand All @@ -100,14 +100,14 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"lint-staged": "^15.2.0",
"ng-yunzai": "^17.3.1",
"lint-staged": "^15.2.2",
"ng-yunzai": "^17.3.2",
"ng-less-javascript-enabled-patch": "^17.0.2",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"protractor": "~7.0.0",
"source-map-explorer": "^2.5.3",
"stylelint": "^16.1.0",
"stylelint-config-clean-order": "^5.4.0",
"stylelint": "^16.2.1",
"stylelint-config-clean-order": "^5.4.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"ts-node": "~10.9.2",
Expand Down

0 comments on commit 6ea8074

Please sign in to comment.