mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
101108: Automatic ng update @angular/core@15 @angular/cli@15
This commit is contained in:
@@ -1,17 +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
|
|
||||||
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.
|
|
28
package.json
28
package.json
@@ -55,17 +55,17 @@
|
|||||||
"ts-node": "10.2.1"
|
"ts-node": "10.2.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^14.3.0",
|
"@angular/animations": "^15.2.6",
|
||||||
"@angular/cdk": "^13.2.6",
|
"@angular/cdk": "^13.2.6",
|
||||||
"@angular/common": "^14.3.0",
|
"@angular/common": "^15.2.6",
|
||||||
"@angular/compiler": "^14.3.0",
|
"@angular/compiler": "^15.2.6",
|
||||||
"@angular/core": "^14.3.0",
|
"@angular/core": "^15.2.6",
|
||||||
"@angular/forms": "^14.3.0",
|
"@angular/forms": "^15.2.6",
|
||||||
"@angular/localize": "14.3.0",
|
"@angular/localize": "15.2.6",
|
||||||
"@angular/platform-browser": "^14.3.0",
|
"@angular/platform-browser": "^15.2.6",
|
||||||
"@angular/platform-browser-dynamic": "^14.3.0",
|
"@angular/platform-browser-dynamic": "^15.2.6",
|
||||||
"@angular/platform-server": "^14.3.0",
|
"@angular/platform-server": "^15.2.6",
|
||||||
"@angular/router": "^14.3.0",
|
"@angular/router": "^15.2.6",
|
||||||
"@babel/runtime": "7.17.2",
|
"@babel/runtime": "7.17.2",
|
||||||
"@kolkov/ngx-gallery": "^2.0.1",
|
"@kolkov/ngx-gallery": "^2.0.1",
|
||||||
"@material-ui/core": "^4.11.0",
|
"@material-ui/core": "^4.11.0",
|
||||||
@@ -135,15 +135,15 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-builders/custom-webpack": "~14.1.0",
|
"@angular-builders/custom-webpack": "~14.1.0",
|
||||||
"@angular-devkit/build-angular": "^14.2.11",
|
"@angular-devkit/build-angular": "^15.2.5",
|
||||||
"@angular-eslint/builder": "13.1.0",
|
"@angular-eslint/builder": "13.1.0",
|
||||||
"@angular-eslint/eslint-plugin": "13.1.0",
|
"@angular-eslint/eslint-plugin": "13.1.0",
|
||||||
"@angular-eslint/eslint-plugin-template": "13.1.0",
|
"@angular-eslint/eslint-plugin-template": "13.1.0",
|
||||||
"@angular-eslint/schematics": "13.1.0",
|
"@angular-eslint/schematics": "13.1.0",
|
||||||
"@angular-eslint/template-parser": "13.1.0",
|
"@angular-eslint/template-parser": "13.1.0",
|
||||||
"@angular/cli": "^14.2.11",
|
"@angular/cli": "^15.2.5",
|
||||||
"@angular/compiler-cli": "^14.3.0",
|
"@angular/compiler-cli": "^15.2.6",
|
||||||
"@angular/language-service": "^14.3.0",
|
"@angular/language-service": "^15.2.6",
|
||||||
"@cypress/schematic": "^1.5.0",
|
"@cypress/schematic": "^1.5.0",
|
||||||
"@fortawesome/fontawesome-free": "^6.2.1",
|
"@fortawesome/fontawesome-free": "^6.2.1",
|
||||||
"@ngrx/store-devtools": "^13.0.2",
|
"@ngrx/store-devtools": "^13.0.2",
|
||||||
|
@@ -17,4 +17,4 @@ if (environment.production) {
|
|||||||
|
|
||||||
export { ServerAppModule } from './modules/app/server-app.module';
|
export { ServerAppModule } from './modules/app/server-app.module';
|
||||||
export { ngExpressEngine } from '@nguniversal/express-engine';
|
export { ngExpressEngine } from '@nguniversal/express-engine';
|
||||||
export { renderModule, renderModuleFactory } from '@angular/platform-server';
|
export { renderModuleFactory } from '@angular/platform-server';
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
"skipDefaultLibCheck": true,
|
"skipDefaultLibCheck": true,
|
||||||
"pretty": true,
|
"pretty": true,
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
"target": "es2020",
|
"target": "ES2022",
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"node_modules/@types",
|
"node_modules/@types",
|
||||||
"src/typings.d.ts"
|
"src/typings.d.ts"
|
||||||
@@ -39,7 +39,8 @@
|
|||||||
"types": [
|
"types": [
|
||||||
"node",
|
"node",
|
||||||
"jasmine"
|
"jasmine"
|
||||||
]
|
],
|
||||||
|
"useDefineForClassFields": false
|
||||||
},
|
},
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
"fullTemplateTypeCheck": true,
|
"fullTemplateTypeCheck": true,
|
||||||
|
Reference in New Issue
Block a user