mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
Upgrading angular to v15 #587
This commit is contained in:
parent
3fe0c58e9a
commit
eb9af4f656
@ -1,16 +0,0 @@
|
||||
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
|
||||
# For additional information regarding the format and rule options, please see:
|
||||
# https://github.com/browserslist/browserslist#queries
|
||||
|
||||
# For the full list of supported browsers by the Angular framework, please see:
|
||||
# https://angular.io/guide/browser-support
|
||||
|
||||
# You can see what browsers were selected by your queries by running:
|
||||
# npx browserslist
|
||||
|
||||
last 1 Chrome version
|
||||
last 1 Firefox version
|
||||
last 2 Edge major versions
|
||||
last 2 Safari major versions
|
||||
last 2 iOS major versions
|
||||
Firefox ESR
|
@ -220,5 +220,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"schematics": {
|
||||
"@angular-eslint/schematics:application": {
|
||||
"setParserOptionsProject": true
|
||||
},
|
||||
"@angular-eslint/schematics:library": {
|
||||
"setParserOptionsProject": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
7891
package-lock.json
generated
7891
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
59
package.json
59
package.json
@ -55,27 +55,26 @@
|
||||
"typeorm": "0.3.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-builders/custom-webpack": "14.1.0",
|
||||
"@angular-devkit/build-optimizer": "0.1302.1",
|
||||
"@angular-eslint/builder": "14.4.0",
|
||||
"@angular-eslint/eslint-plugin": "14.4.0",
|
||||
"@angular-eslint/eslint-plugin-template": "14.4.0",
|
||||
"@angular-eslint/schematics": "14.4.0",
|
||||
"@angular-eslint/template-parser": "14.4.0",
|
||||
"@angular/animations": "14.2.12",
|
||||
"@angular/cli": "14.2.10",
|
||||
"@angular/common": "14.2.12",
|
||||
"@angular/compiler": "14.2.12",
|
||||
"@angular/compiler-cli": "14.2.12",
|
||||
"@angular/core": "14.2.12",
|
||||
"@angular/forms": "14.2.12",
|
||||
"@angular/language-service": "14.2.12",
|
||||
"@angular/localize": "14.2.12",
|
||||
"@angular/platform-browser": "14.2.12",
|
||||
"@angular/platform-browser-dynamic": "14.2.12",
|
||||
"@angular/router": "14.2.12",
|
||||
"@asymmetrik/ngx-leaflet": "14.0.1",
|
||||
"@asymmetrik/ngx-leaflet-markercluster": "14.0.1",
|
||||
"@angular-builders/custom-webpack": "15.0.0",
|
||||
"@angular-eslint/builder": "15.2.1",
|
||||
"@angular-eslint/eslint-plugin": "15.2.1",
|
||||
"@angular-eslint/eslint-plugin-template": "15.2.1",
|
||||
"@angular-eslint/schematics": "15.2.1",
|
||||
"@angular-eslint/template-parser": "15.2.1",
|
||||
"@angular/animations": "15.2.2",
|
||||
"@angular/cli": "15.2.2",
|
||||
"@angular/common": "15.2.2",
|
||||
"@angular/compiler": "15.2.2",
|
||||
"@angular/compiler-cli": "15.2.2",
|
||||
"@angular/core": "15.2.2",
|
||||
"@angular/forms": "15.2.2",
|
||||
"@angular/language-service": "15.2.2",
|
||||
"@angular/localize": "15.2.2",
|
||||
"@angular/platform-browser": "15.2.2",
|
||||
"@angular/platform-browser-dynamic": "15.2.2",
|
||||
"@angular/router": "15.2.2",
|
||||
"@asymmetrik/ngx-leaflet": "15.0.1",
|
||||
"@asymmetrik/ngx-leaflet-markercluster": "15.0.0",
|
||||
"@ngx-loading-bar/core": "6.0.2",
|
||||
"@types/archiver": "5.3.1",
|
||||
"@types/bcrypt": "5.0.0",
|
||||
@ -98,8 +97,8 @@
|
||||
"@types/node-geocoder": "3.24.4",
|
||||
"@types/sharp": "0.30.0",
|
||||
"@types/xml2js": "0.4.9",
|
||||
"@typescript-eslint/eslint-plugin": "5.36.2",
|
||||
"@typescript-eslint/parser": "5.36.2",
|
||||
"@typescript-eslint/eslint-plugin": "5.43.0",
|
||||
"@typescript-eslint/parser": "5.43.0",
|
||||
"bootstrap": "5.3.0-alpha1",
|
||||
"chai": "4.3.6",
|
||||
"chai-http": "4.3.0",
|
||||
@ -108,7 +107,7 @@
|
||||
"coveralls": "3.1.1",
|
||||
"deep-equal-in-any-order": "1.1.15",
|
||||
"ejs-loader": "0.5.0",
|
||||
"eslint": "8.23.0",
|
||||
"eslint": "8.28.0",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-json-editor": "2.5.6",
|
||||
"gulp-typescript": "5.0.1",
|
||||
@ -124,15 +123,15 @@
|
||||
"leaflet": "1.7.1",
|
||||
"leaflet.markercluster": "1.5.3",
|
||||
"mocha": "10.2.0",
|
||||
"ngx-bootstrap": "9.0.0",
|
||||
"ngx-bootstrap": "10.2.0",
|
||||
"ngx-clipboard": "15.1.0",
|
||||
"ngx-cookie-service": "14.0.1",
|
||||
"ngx-device-detector": "4.0.1",
|
||||
"ngx-markdown": "14.0.1",
|
||||
"ngx-toastr": "14.2.2",
|
||||
"ngx-cookie-service": "15.0.0",
|
||||
"ngx-device-detector": "5.0.1",
|
||||
"ngx-markdown": "15.1.1",
|
||||
"ngx-toastr": "15.2.2",
|
||||
"nyc": "15.1.0",
|
||||
"open-iconic": "1.1.1",
|
||||
"rxjs": "7.5.5",
|
||||
"rxjs": "7.8.0",
|
||||
"ts-helpers": "1.1.2",
|
||||
"ts-node": "10.7.0",
|
||||
"webpack-bundle-analyzer": "4.7.0",
|
||||
|
@ -11,12 +11,13 @@
|
||||
"experimentalDecorators": true,
|
||||
"moduleResolution": "node",
|
||||
"importHelpers": true,
|
||||
"target": "es2020",
|
||||
"target": "ES2022",
|
||||
"module": "CommonJS",
|
||||
"lib": [
|
||||
"es2020",
|
||||
"dom"
|
||||
]
|
||||
],
|
||||
"useDefineForClassFields": false
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"enableI18nLegacyMessageIdFormat": false,
|
||||
|
Loading…
Reference in New Issue
Block a user