Skip to content

Commit 7c691d6

Browse files
committed
fix(tsconfig): add skip-lib-check to main config
1 parent 464c7be commit 7c691d6

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

functions/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"express": "4.18.2",
2727
"express-async-errors": "3.1.1",
2828
"firebase-admin": "12.0.0",
29-
"firebase-functions": "4.5.0",
29+
"firebase-functions": "4.6.0",
3030
"http-errors": "2.0.0",
3131
"node-fetch": "2.6.7",
3232
"openai": "4.24.1"
@@ -36,9 +36,9 @@
3636
"@firebase/rules-unit-testing": "3.0.1",
3737
"@types/http-errors": "2.0.4",
3838
"@types/jest": "29.5.11",
39-
"@types/node-fetch": "2.6.9",
40-
"@typescript-eslint/eslint-plugin": "6.16.0",
41-
"@typescript-eslint/parser": "6.16.0",
39+
"@types/node-fetch": "2.6.10",
40+
"@typescript-eslint/eslint-plugin": "6.17.0",
41+
"@typescript-eslint/parser": "6.17.0",
4242
"eslint": "8.56.0",
4343
"firebase-functions-test": "3.1.0",
4444
"firebase-tools": "13.0.2",

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@angular/platform-server": "17.0.8",
4646
"@angular/router": "17.0.8",
4747
"@angular/service-worker": "17.0.8",
48-
"@angular/ssr": "17.0.8",
48+
"@angular/ssr": "17.0.9",
4949
"@asymmetrik/ngx-leaflet": "17.0.0",
5050
"@capacitor-firebase/analytics": "5.3.0",
5151
"@capacitor-firebase/app": "5.3.0",
@@ -61,7 +61,7 @@
6161
"@capacitor/splash-screen": "5.0.6",
6262
"@ctrl/ngx-github-buttons": "9.0.0",
6363
"@google/model-viewer": "3.3.0",
64-
"@ionic/angular": "7.6.2",
64+
"@ionic/angular": "7.6.3",
6565
"@mediapipe/drawing_utils": "0.3.1675466124",
6666
"@mediapipe/holistic": "0.5.1675471629",
6767
"@mediapipe/tasks-text": "^0.10.9",
@@ -80,37 +80,37 @@
8080
"@tensorflow/tfjs-layers": "4.15.0",
8181
"base64-blob": "1.4.1",
8282
"capacitor-blob-writer": "1.1.14",
83-
"cld3-asm": "3.1.1",
83+
"cld3-asm": "4.0.0",
8484
"comlink": "4.4.1",
8585
"filesize": "9.0.11",
8686
"firebase": "10.7.1",
8787
"flag-icons": "7.1.0",
8888
"ionicons": "7.2.2",
8989
"leaflet": "1.9.4",
90-
"mp4-muxer": "3.0.2",
91-
"ngx-filesize": "3.0.2",
90+
"mp4-muxer": "3.0.3",
91+
"ngx-filesize": "3.0.3",
9292
"pose-viewer": "0.7.4",
9393
"rxjs": "7.8.1",
9494
"stats.js": "0.17.0",
9595
"three": "0.160.0",
9696
"tslib": "2.6.2",
97-
"web-vitals": "3.5.0",
98-
"webm-muxer": "3.1.3",
97+
"web-vitals": "3.5.1",
98+
"webm-muxer": "4.0.0",
9999
"zone.js": "0.14.2"
100100
},
101101
"devDependencies": {
102-
"@angular-devkit/architect": "0.1700.8",
103-
"@angular-devkit/build-angular": "17.0.8",
102+
"@angular-devkit/architect": "0.1700.9",
103+
"@angular-devkit/build-angular": "17.0.9",
104104
"@angular-eslint/builder": "17.1.1",
105105
"@angular-eslint/eslint-plugin": "17.1.1",
106106
"@angular-eslint/eslint-plugin-template": "17.1.1",
107107
"@angular-eslint/schematics": "17.1.1",
108108
"@angular-eslint/template-parser": "17.1.1",
109-
"@angular/cli": "17.0.8",
109+
"@angular/cli": "17.0.9",
110110
"@angular/compiler-cli": "17.0.8",
111111
"@capacitor/assets": "3.0.4",
112112
"@capacitor/cli": "5.6.0",
113-
"@ionic/angular-server": "7.6.2",
113+
"@ionic/angular-server": "7.6.3",
114114
"@playwright/test": "1.40.1",
115115
"@sign-mt/configuration": "git://github.com/sign/.github.git",
116116
"@trapezedev/project": "7.0.10",
@@ -124,8 +124,8 @@
124124
"@types/web-app-manifest": "1.0.7",
125125
"@types/webgl2": "0.0.10",
126126
"@types/wicg-file-system-access": "2023.10.4",
127-
"@typescript-eslint/eslint-plugin": "6.16.0",
128-
"@typescript-eslint/parser": "6.16.0",
127+
"@typescript-eslint/eslint-plugin": "6.17.0",
128+
"@typescript-eslint/parser": "6.17.0",
129129
"deepmerge": "4.3.1",
130130
"dotenv": "16.3.1",
131131
"eslint": "8.56.0",
@@ -145,7 +145,7 @@
145145
"karma-safari-launcher": "1.0.0",
146146
"karma-spec-reporter": "0.0.36",
147147
"lint-staged": "15.2.0",
148-
"open": "10.0.1",
148+
"open": "10.0.2",
149149
"pwa-asset-generator": "6.3.1",
150150
"sitemap": "7.1.1",
151151
"tiny-async-pool": "2.1.0",

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"target": "ES2022",
2121
"module": "ES2022",
2222
"useDefineForClassFields": false,
23-
"lib": ["ES2022", "dom"]
23+
"lib": ["ES2022", "dom"],
24+
"skipLibCheck": true
2425
},
2526
"angularCompilerOptions": {
2627
"enableI18nLegacyMessageIdFormat": false,

tsconfig.worker.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"compilerOptions": {
44
"outDir": "./out-tsc/worker",
55
"lib": ["es2018", "webworker"],
6-
"types": [],
7-
"skipLibCheck": true
6+
"types": []
87
},
98
"include": ["src/**/*.worker.ts"]
109
}

0 commit comments

Comments
 (0)