tnx-shared 5.2.18 → 5.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +27 -22
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "tnx-shared",
3
- "version": "5.2.18",
3
+ "version": "5.2.19",
4
4
  "clientVersion": "5.2",
5
5
  "description": "",
6
6
  "dependencies": {
7
- "@angular/animations": "13.2.6",
8
- "@angular/common": "13.2.6",
9
- "@angular/compiler": "13.2.6",
10
- "@angular/core": "13.2.6",
11
- "@angular/forms": "13.2.6",
12
- "@angular/localize": "^13.2.6",
7
+ "@angular/animations": "14.1.0",
8
+ "@angular/common": "14.1.0",
9
+ "@angular/compiler": "14.1.0",
10
+ "@angular/core": "14.1.0",
11
+ "@angular/forms": "14.1.0",
12
+ "@angular/localize": "^14.1.0",
13
13
  "@angular/material": "13.2.6",
14
- "@angular/platform-browser": "13.2.6",
15
- "@angular/platform-browser-dynamic": "13.2.6",
14
+ "@angular/platform-browser": "14.1.0",
15
+ "@angular/platform-browser-dynamic": "14.1.0",
16
16
  "@angular/pwa": "0.1100.1",
17
- "@angular/router": "13.2.6",
18
- "@angular/service-worker": "13.2.6",
17
+ "@angular/router": "14.1.0",
18
+ "@angular/service-worker": "14.1.0",
19
19
  "@aspnet/signalr": "^1.1.4",
20
20
  "@fullcalendar/core": "^5.4.0",
21
21
  "@fullcalendar/daygrid": "^5.4.0",
@@ -86,14 +86,14 @@
86
86
  "underscore": "^1.11.0",
87
87
  "zone.js": "~0.11.4",
88
88
  "ngx-extended-pdf-viewer": "^9.0.5",
89
- "@angular-devkit/build-angular": "~0.1100.1",
89
+ "@angular-devkit/build-angular": "~14.1.0",
90
90
  "@angular-devkit/build-ng-packagr": "^0.1002.0",
91
- "@angular-devkit/core": "11.0.1",
92
- "@angular-devkit/schematics": "11.0.1",
93
- "@angular/cdk": "11.0.1",
94
- "@angular/cli": "11.0.1",
95
- "@angular/compiler-cli": "11.0.0",
96
- "@angular/language-service": "11.0.0",
91
+ "@angular-devkit/core": "14.1.0",
92
+ "@angular-devkit/schematics": "14.1.0",
93
+ "@angular/cdk": "13.2.6",
94
+ "@angular/cli": "14.1.0",
95
+ "@angular/compiler-cli": "14.1.0",
96
+ "@angular/language-service": "14.1.0",
97
97
  "@angularclass/hmr": "^3.0.0",
98
98
  "@types/async-lock": "^1.1.2",
99
99
  "@types/dragula": "^3.7.0",
@@ -103,7 +103,11 @@
103
103
  "@types/jwt-decode": "^2.2.1",
104
104
  "@types/lodash": "^4.14.165",
105
105
  "@types/node": "14.14.7",
106
+ "@typescript-eslint/eslint-plugin": "^4.24.0",
107
+ "@typescript-eslint/parser": "^4.24.0",
106
108
  "codelyzer": "^6.0.1",
109
+ "eslint": "^7.26.0",
110
+ "eslint-config-google": "^0.14.0",
107
111
  "gulp": "^4.0.2",
108
112
  "gulp-directory-sync": "^1.2.4",
109
113
  "gulp-exec": "^5.0",
@@ -113,21 +117,22 @@
113
117
  "gulp-sass": "^4.1.0",
114
118
  "jasmine-core": "3.6.0",
115
119
  "jasmine-spec-reporter": "6.0.0",
116
- "karma": "5.2.3",
120
+ "karma": "6.3.17",
117
121
  "karma-chrome-launcher": "3.1.0",
118
122
  "karma-coverage-istanbul-reporter": "3.0.3",
119
123
  "karma-jasmine": "4.0.1",
120
124
  "karma-jasmine-html-reporter": "1.5.4",
121
- "ng-packagr": "11.0.2",
125
+ "ng-packagr": "14.1.0",
122
126
  "protractor": "7.0.0",
127
+ "readline-sync": "^1.4.10",
123
128
  "through2": "^4.0.2",
124
129
  "ts-node": "9.0.0",
125
130
  "tsickle": "^0.39.1",
126
131
  "tslint": "6.1.3",
127
- "typescript": "4.0.5",
132
+ "typescript": "4.7.4",
128
133
  "yargs": "^16.2.0"
129
134
  },
130
- "versionPrev": "5.2.17",
135
+ "versionPrev": "5.2.18",
131
136
  "module": "fesm2015/tnx-shared.mjs",
132
137
  "es2020": "fesm2020/tnx-shared.mjs",
133
138
  "esm2020": "esm2020/tnx-shared.mjs",