dev
胡锐 1 day ago
parent b2cde8ec86
commit a3202c579d
  1. 6
      angular.json
  2. 5468
      package-lock.json
  3. 28
      package.json

@ -134,18 +134,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "gratia-pay-web:build"
"buildTarget": "gratia-pay-web:build"
},
"configurations": {
"production": {
"browserTarget": "gratia-pay-web:build:production"
"buildTarget": "gratia-pay-web:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "gratia-pay-web:build"
"buildTarget": "gratia-pay-web:build"
}
},
"test": {

5468
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@angular/animations": "^17.3.12",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@notadd/ngx-neditor": "^1.0.2",
"@types/jquery": "^3.5.0",
"echarts": "^4.9.0",
@ -27,13 +27,13 @@
"ngx-echarts": "^4.2.2",
"rxjs": "~6.5.4",
"tslib": "^2.0.0",
"zone.js": "~0.13.3"
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.16",
"@angular/cli": "^16.2.16",
"@angular/compiler-cli": "^16.2.12",
"@angular/language-service": "^16.2.12",
"@angular-devkit/build-angular": "^17.3.17",
"@angular/cli": "^17.3.17",
"@angular/compiler-cli": "^17.3.12",
"@angular/language-service": "^17.3.12",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
@ -49,6 +49,6 @@
"ts-md5": "^1.2.7",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.9.5"
"typescript": "~5.4.5"
}
}
Loading…
Cancel
Save