|
4 | 4 | "license": "MIT",
|
5 | 5 | "angular-cli": {},
|
6 | 6 | "engines": {
|
7 |
| - "node": ">= 12.0.0", |
| 7 | + "node": ">= 14.0.0", |
8 | 8 | "npm": ">= 6.0.0"
|
9 | 9 | },
|
10 | 10 | "scripts": {
|
|
15 | 15 | "test": "ng test --watch false --code-coverage",
|
16 | 16 | "e2e": "testcafe chromium:headless ./e2e/tests/* -S -s screenshots",
|
17 | 17 | "doc": "./node_modules/.bin/compodoc -p tsconfig.json -s",
|
18 |
| - "build:prod": "ng build --prod", |
19 |
| - "build:stats": "ng build --prod --stats-json", |
| 18 | + "build:prod": "ng build --configuration production", |
| 19 | + "build:stats": "ng build --configuration production --stats-json", |
20 | 20 | "build:analyse": "webpack-bundle-analyzer dist/stats.json",
|
21 | 21 | "sentry:release": "sentry-cli releases -o ${SENTRY_ORG} -p ${SENTRY_PROJECT} new ${CDS_VERSION}",
|
22 |
| - "sentry:sourcemaps": "sentry-cli releases -o ${SENTRY_ORG} -p ${SENTRY_PROJECT} files ${CDS_VERSION} upload-sourcemaps --url-prefix=${SENTRY_CDS_PREFIX_URL}" |
| 22 | + "sentry:sourcemaps": "sentry-cli releases -o ${SENTRY_ORG} -p ${SENTRY_PROJECT} files ${CDS_VERSION} upload-sourcemaps --url-prefix=${SENTRY_CDS_PREFIX_URL}", |
| 23 | + "lint": "ng lint" |
23 | 24 | },
|
24 | 25 | "lint-staged": {
|
25 |
| - "*.{js,scss,ts}": "tslint" |
| 26 | + "*.{js,ts}": "eslint" |
26 | 27 | },
|
27 | 28 | "private": true,
|
28 | 29 | "dependencies": {
|
29 |
| - "@angular/animations": "11.2.14", |
30 |
| - "@angular/cdk": "11.2.13", |
31 |
| - "@angular/common": "11.2.14", |
32 |
| - "@angular/compiler": "11.2.14", |
33 |
| - "@angular/core": "11.2.14", |
34 |
| - "@angular/forms": "11.2.14", |
35 |
| - "@angular/platform-browser": "11.2.14", |
36 |
| - "@angular/platform-browser-dynamic": "11.2.14", |
37 |
| - "@angular/router": "11.2.14", |
| 30 | + "@angular/animations": "13.2.0", |
| 31 | + "@angular/cdk": "13.2.0", |
| 32 | + "@angular/common": "13.2.0", |
| 33 | + "@angular/compiler": "13.2.0", |
| 34 | + "@angular/core": "13.2.0", |
| 35 | + "@angular/forms": "13.2.0", |
| 36 | + "@angular/platform-browser": "13.2.0", |
| 37 | + "@angular/platform-browser-dynamic": "13.2.0", |
| 38 | + "@angular/router": "13.2.0", |
38 | 39 | "@fontsource/lato": "4.5.0",
|
39 | 40 | "@icholy/duration": "5.0.0",
|
40 | 41 | "@ngui/auto-complete": "3.0.0",
|
41 |
| - "@ngx-translate/core": "12.1.2", |
| 42 | + "@ngx-translate/core": "14.0.0", |
42 | 43 | "@ngx-translate/http-loader": "4.0.0",
|
43 | 44 | "@ngxs/devtools-plugin": "3.7.0",
|
44 | 45 | "@ngxs/logger-plugin": "3.7.0",
|
|
87 | 88 | "rxjs": "6.5.4",
|
88 | 89 | "rxjs-compat": "6.3.3",
|
89 | 90 | "sanitize-html": "2.3.2",
|
90 |
| - "spinkit": "1.2.5", |
| 91 | + "spinkit": "2.0.1", |
91 | 92 | "string-format-obj": "1.1.1",
|
92 | 93 | "ts-helpers": "1.1.2",
|
93 | 94 | "tslib": "2.0.0",
|
94 |
| - "zone.js": "0.11.3", |
| 95 | + "url": "0.11.0", |
| 96 | + "zone.js": "0.11.4", |
95 | 97 | "zxcvbn": "4.4.2"
|
96 | 98 | },
|
97 | 99 | "devDependencies": {
|
98 |
| - "@angular-builders/custom-webpack": "11.0.0", |
99 |
| - "@angular-devkit/build-angular": "0.1102.13", |
100 |
| - "@angular-eslint/builder": "0.8.0-beta.3", |
101 |
| - "@angular-eslint/eslint-plugin": "0.8.0-beta.3", |
102 |
| - "@angular-eslint/eslint-plugin-template": "0.8.0-beta.3", |
103 |
| - "@angular-eslint/schematics": "0.8.0-beta.3", |
104 |
| - "@angular-eslint/template-parser": "0.8.0-beta.3", |
105 |
| - "@angular/cli": "11.2.13", |
106 |
| - "@angular/compiler-cli": "11.2.14", |
| 100 | + "@angular-builders/custom-webpack": "13.1.0", |
| 101 | + "@angular-devkit/build-angular": "13.2.1", |
| 102 | + "@angular-eslint/builder": "13.0.1", |
| 103 | + "@angular-eslint/eslint-plugin": "13.0.1", |
| 104 | + "@angular-eslint/eslint-plugin-template": "13.0.1", |
| 105 | + "@angular-eslint/schematics": "13.0.1", |
| 106 | + "@angular-eslint/template-parser": "13.0.1", |
| 107 | + "@angular/cli": "13.2.1", |
| 108 | + "@angular/compiler-cli": "13.2.0", |
107 | 109 | "@commitlint/cli": "13.0.0",
|
108 | 110 | "@commitlint/config-conventional": "13.0.0",
|
109 | 111 | "@compodoc/compodoc": "1.1.11",
|
|
116 | 118 | "@types/lodash-es": "4.17.3",
|
117 | 119 | "@types/node": "12.11.1",
|
118 | 120 | "@types/sanitize-html": "2.3.1",
|
119 |
| - "@typescript-eslint/eslint-plugin": "4.3.0", |
120 |
| - "@typescript-eslint/parser": "4.3.0", |
| 121 | + "@typescript-eslint/eslint-plugin": "5.3.0", |
| 122 | + "@typescript-eslint/parser": "5.3.0", |
| 123 | + "@typescript-eslint/typescript-estree": "5.10.2", |
121 | 124 | "codelyzer": "6.0.0",
|
122 | 125 | "copy-webpack-plugin": "9.0.0",
|
123 |
| - "eslint": "7.6.0", |
124 |
| - "eslint-plugin-import": "2.22.1", |
125 |
| - "eslint-plugin-jsdoc": "30.7.6", |
126 |
| - "eslint-plugin-prefer-arrow": "1.2.2", |
| 126 | + "eslint": "8.2.0", |
| 127 | + "eslint-plugin-import": "2.25.4", |
| 128 | + "eslint-plugin-jsdoc": "37.7.1", |
| 129 | + "eslint-plugin-prefer-arrow": "1.2.3", |
127 | 130 | "husky": "3.0.5",
|
128 | 131 | "jasmine-core": "3.6.0",
|
129 | 132 | "jasmine-spec-reporter": "5.0.0",
|
|
135 | 138 | "karma-junit-reporter": "1.2.0",
|
136 | 139 | "lint-staged": "^12.0.2",
|
137 | 140 | "ts-node": "8.3.0",
|
138 |
| - "tslint": "6.1.0", |
139 |
| - "typescript": "4.0.2", |
| 141 | + "typescript": "4.5.2", |
| 142 | + "url": "0.11.0", |
140 | 143 | "webdriver-manager": "12.1.7",
|
141 | 144 | "webpack-bundle-analyzer": "3.3.2",
|
142 | 145 | "wrench-sui": "0.0.3"
|
|
0 commit comments