Skip to content

Commit

Permalink
chore(): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Nov 4, 2023
1 parent 31a4c7f commit 28abe6f
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 33 deletions.
18 changes: 9 additions & 9 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,28 @@
"main": "lib/index.js",
"dependencies": {
"@firebase/database-types": "1.0.0",
"@google-cloud/storage": "7.4.0",
"@google-cloud/storage": "7.5.0",
"@sign-mt/browsermt": "0.2.1",
"cors": "2.8.5",
"express": "4.18.2",
"express-async-errors": "3.1.1",
"firebase-admin": "11.11.0",
"firebase-functions": "4.4.1",
"firebase-functions": "4.5.0",
"http-errors": "2.0.0",
"node-fetch": "2.6.7",
"openai": "4.14.0"
"openai": "4.15.1"
},
"devDependencies": {
"@firebase/firestore-types": "3.0.0",
"@firebase/rules-unit-testing": "3.0.1",
"@types/http-errors": "2.0.3",
"@types/jest": "29.5.6",
"@types/node-fetch": "2.6.7",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"eslint": "8.52.0",
"@types/jest": "29.5.7",
"@types/node-fetch": "2.6.8",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"eslint": "8.53.0",
"firebase-functions-test": "3.1.0",
"firebase-tools": "12.7.0",
"firebase-tools": "12.8.0",
"jest": "29.7.0",
"mock-express-request": "0.2.2",
"mock-express-response": "0.3.0",
Expand Down
6 changes: 5 additions & 1 deletion functions/src/text-normalization/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ const FEW_SHOTS = [
},
{
user: 'normalize("de", "klein kinder essen pizza")',
assistant: 'kleine Kinder essen Pizza.',
assistant: 'Kleine Kinder essen Pizza.',
},
{
user: 'normalize("de", "Zwölftausend Dreihundert Fünfundvierzig")',
assistant: 'zwölftausenddreihundertfünfundvierzig',
},
{
user: 'normalize("en", "A important part of my life have been a people that stood by me.")',
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
},
"private": true,
"dependencies": {
"@angular/animations": "16.2.11",
"@angular/cdk": "16.2.10",
"@angular/common": "16.2.11",
"@angular/compiler": "16.2.11",
"@angular/core": "16.2.11",
"@angular/forms": "16.2.11",
"@angular/material": "16.2.10",
"@angular/platform-browser": "16.2.11",
"@angular/platform-browser-dynamic": "16.2.11",
"@angular/platform-server": "16.2.11",
"@angular/router": "16.2.11",
"@angular/service-worker": "16.2.11",
"@angular/animations": "16.2.12",
"@angular/cdk": "16.2.11",
"@angular/common": "16.2.12",
"@angular/compiler": "16.2.12",
"@angular/core": "16.2.12",
"@angular/forms": "16.2.12",
"@angular/material": "16.2.11",
"@angular/platform-browser": "16.2.12",
"@angular/platform-browser-dynamic": "16.2.12",
"@angular/platform-server": "16.2.12",
"@angular/router": "16.2.12",
"@angular/service-worker": "16.2.12",
"@asymmetrik/ngx-leaflet": "16.0.1",
"@capacitor-firebase/analytics": "5.2.0",
"@capacitor-firebase/app": "5.2.0",
Expand All @@ -60,7 +60,7 @@
"@capacitor/splash-screen": "5.0.6",
"@ctrl/ngx-github-buttons": "9.0.0",
"@google/model-viewer": "3.3.0",
"@ionic/angular": "7.5.2",
"@ionic/angular": "7.5.3",
"@mediapipe/drawing_utils": "0.3.1675466124",
"@mediapipe/holistic": "0.5.1675471629",
"@ngneat/transloco": "6.0.0",
Expand All @@ -83,7 +83,7 @@
"comlink": "4.4.1",
"filesize": "9.0.11",
"firebase": "10.5.2",
"flag-icons": "6.11.2",
"flag-icons": "6.12.0",
"ionicons": "7.2.1",
"leaflet": "1.9.4",
"mp4-muxer": "3.0.1",
Expand All @@ -95,21 +95,21 @@
"tslib": "2.6.2",
"web-vitals": "3.5.0",
"webm-muxer": "3.1.3",
"zone.js": "0.14.1"
"zone.js": "0.14.2"
},
"devDependencies": {
"@angular-devkit/architect": "0.1602.8",
"@angular-devkit/build-angular": "16.2.8",
"@angular-devkit/architect": "0.1602.9",
"@angular-devkit/build-angular": "16.2.9",
"@angular-eslint/builder": "16.2.0",
"@angular-eslint/eslint-plugin": "16.2.0",
"@angular-eslint/eslint-plugin-template": "16.2.0",
"@angular-eslint/schematics": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "16.2.8",
"@angular/compiler-cli": "16.2.11",
"@angular/cli": "16.2.9",
"@angular/compiler-cli": "16.2.12",
"@capacitor/assets": "3.0.1",
"@capacitor/cli": "5.5.1",
"@ionic/angular-server": "7.5.2",
"@ionic/angular-server": "7.5.3",
"@nguniversal/builders": "16.2.0",
"@playwright/test": "1.37.1",
"@sign-mt/configuration": "git://github.com/sign/.github.git",
Expand All @@ -120,15 +120,15 @@
"@types/jasmine": "5.1.1",
"@types/jasminewd2": "2.0.12",
"@types/offscreencanvas": "2019.7.2",
"@types/three": "0.158.0",
"@types/three": "0.158.1",
"@types/web-app-manifest": "1.0.6",
"@types/webgl2": "0.0.9",
"@types/wicg-file-system-access": "2023.10.2",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"deepmerge": "4.3.1",
"dotenv": "16.3.1",
"eslint": "8.52.0",
"eslint": "8.53.0",
"fuzzy": "0.1.3",
"husky": "8.0.3",
"inquirer": "9.2.11",
Expand Down
1 change: 0 additions & 1 deletion update-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ bun install

# TODO @playwright/test 0.140 is buggy for us until updating typescript probably
# TODO @tensorflow/tfjs 4.11.0 https://github.com/tensorflow/tfjs/issues/7974
# TODO test capacitor assets after https://github.com/lovell/sharp/issues/3779

# Update server dependencies
bun x npm-check-updates --cacheClear --cwd functions -u --reject node-fetch
Expand Down

0 comments on commit 28abe6f

Please sign in to comment.