mirror of
https://github.com/ringtools/ringtools-web-v2.git
synced 2024-11-18 23:30:01 +01:00
Upgrade to Angular 15
This commit is contained in:
parent
58ab004d4a
commit
825cb6ce7f
@ -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
|
82
package.json
82
package.json
@ -16,26 +16,26 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^14.3.0",
|
||||
"@angular/common": "^14.3.0",
|
||||
"@angular/compiler": "^14.3.0",
|
||||
"@angular/core": "^14.3.0",
|
||||
"@angular/forms": "^14.3.0",
|
||||
"@angular/localize": "^14.3.0",
|
||||
"@angular/platform-browser": "^14.3.0",
|
||||
"@angular/platform-browser-dynamic": "^14.3.0",
|
||||
"@angular/router": "^14.3.0",
|
||||
"@angular/animations": "^15.2.10",
|
||||
"@angular/common": "^15.2.10",
|
||||
"@angular/compiler": "^15.2.10",
|
||||
"@angular/core": "^15.2.10",
|
||||
"@angular/forms": "^15.2.10",
|
||||
"@angular/localize": "^15.2.10",
|
||||
"@angular/platform-browser": "^15.2.10",
|
||||
"@angular/platform-browser-dynamic": "^15.2.10",
|
||||
"@angular/router": "^15.2.10",
|
||||
"@babel/runtime": "^7.24.1",
|
||||
"@egjs/hammerjs": "^2.0.17",
|
||||
"@fontsource/lato": "^4.5.10",
|
||||
"@ng-bootstrap/ng-bootstrap": "12.1.2",
|
||||
"@fontsource/lato": "^5.0.20",
|
||||
"@ng-bootstrap/ng-bootstrap": "16.0.0",
|
||||
"@ngrx/entity": "^13.2.0",
|
||||
"@ngrx/store": "^13.2.0",
|
||||
"@ngx-translate/core": "^14.0.0",
|
||||
"@ngx-translate/http-loader": "^7.0.0",
|
||||
"@ngx-translate/core": "^15.0.0",
|
||||
"@ngx-translate/http-loader": "^8.0.0",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@types/d3": "^7.4.3",
|
||||
"@types/lz-string": "^1.3.34",
|
||||
"@types/lz-string": "^1.5.0",
|
||||
"bolt07": "^1.8.4",
|
||||
"bootstrap": "5.3.3",
|
||||
"bootstrap-icons": "^1.11.3",
|
||||
@ -44,9 +44,9 @@
|
||||
"highlight.js": "^11.9.0",
|
||||
"keycharm": "^0.4.0",
|
||||
"lz-string": "^1.5.0",
|
||||
"ng2-dragula": "^2.1.1",
|
||||
"ngrx-store-localstorage": "^13.0.1",
|
||||
"ngx-clipboard": "^15.1.0",
|
||||
"ng2-dragula": "^5.0.1",
|
||||
"ngrx-store-localstorage": "^17.0.0",
|
||||
"ngx-clipboard": "^16.0.0",
|
||||
"qrcode": "^1.5.3",
|
||||
"rxjs": "7.8.1",
|
||||
"save-svg-as-png": "^1.4.17",
|
||||
@ -56,40 +56,40 @@
|
||||
"vis-data": "^7.1.9",
|
||||
"vis-network": "^9.1.9",
|
||||
"vis-util": "^5.0.7",
|
||||
"zone.js": "~0.11.8"
|
||||
"zone.js": "~0.14.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-builders/custom-webpack": "^17.0.1",
|
||||
"@angular-devkit/build-angular": "^14.2.13",
|
||||
"@angular-eslint/builder": "13.5.0",
|
||||
"@angular-eslint/eslint-plugin": "13.5.0",
|
||||
"@angular-eslint/eslint-plugin-template": "13.5.0",
|
||||
"@angular-eslint/schematics": "13.5.0",
|
||||
"@angular-eslint/template-parser": "13.5.0",
|
||||
"@angular/cli": "14",
|
||||
"@angular/compiler-cli": "^14.3.0",
|
||||
"@angular-devkit/build-angular": "^17.3.2",
|
||||
"@angular-eslint/builder": "17.3.0",
|
||||
"@angular-eslint/eslint-plugin": "17.3.0",
|
||||
"@angular-eslint/eslint-plugin-template": "17.3.0",
|
||||
"@angular-eslint/schematics": "17.3.0",
|
||||
"@angular-eslint/template-parser": "17.3.0",
|
||||
"@angular/cli": "15.2.11",
|
||||
"@angular/compiler-cli": "^15.2.10",
|
||||
"@biesbjerg/ngx-translate-extract": "^7.0.4",
|
||||
"@cypress/schematic": "1.7.0",
|
||||
"@ngrx/schematics": "^13.2.0",
|
||||
"@types/jasmine": "~4.0.3",
|
||||
"@types/node": "^17.0.45",
|
||||
"@types/jasmine": "~5.1.4",
|
||||
"@types/node": "^20.12.2",
|
||||
"@types/popper.js": "^1.11.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||
"@typescript-eslint/parser": "^5.62.0",
|
||||
"cypress": "^9.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
||||
"@typescript-eslint/parser": "^7.4.0",
|
||||
"cypress": "^13.7.1",
|
||||
"dotenv": "^16.4.5",
|
||||
"dotenv-webpack": "^7.1.1",
|
||||
"dotenv-webpack": "^8.1.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^8.10.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jasmine-core": "~4.1.1",
|
||||
"karma": "~6.3.20",
|
||||
"karma-chrome-launcher": "~3.1.1",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"jasmine-core": "~5.1.2",
|
||||
"karma": "~6.4.3",
|
||||
"karma-chrome-launcher": "~3.2.0",
|
||||
"karma-coverage": "~2.2.1",
|
||||
"karma-jasmine": "~5.0.1",
|
||||
"karma-jasmine-html-reporter": "~1.7.0",
|
||||
"prettier": "^2.8.8",
|
||||
"typescript": "~4.6.4",
|
||||
"karma-jasmine": "~5.1.0",
|
||||
"karma-jasmine-html-reporter": "~2.1.0",
|
||||
"prettier": "^3.2.5",
|
||||
"typescript": "~5.4.3",
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1"
|
||||
|
@ -21,13 +21,16 @@
|
||||
"experimentalDecorators": true,
|
||||
"moduleResolution": "node",
|
||||
"importHelpers": true,
|
||||
"target": "es2020",
|
||||
"target": "ES2022",
|
||||
"module": "es2020",
|
||||
"lib": [
|
||||
"es2020",
|
||||
"dom"
|
||||
],
|
||||
"types": ["node"]
|
||||
"types": [
|
||||
"node"
|
||||
],
|
||||
"useDefineForClassFields": false
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"enableI18nLegacyMessageIdFormat": false,
|
||||
|
Loading…
Reference in New Issue
Block a user