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 8, 2023
1 parent c50ea70 commit d61a5d3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"@firebase/firestore-types": "3.0.0",
"@firebase/rules-unit-testing": "3.0.1",
"@types/http-errors": "2.0.4",
"@types/jest": "29.5.7",
"@types/node-fetch": "2.6.8",
"@types/jest": "29.5.8",
"@types/node-fetch": "2.6.9",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"eslint": "8.53.0",
"firebase-functions-test": "3.1.0",
"firebase-tools": "12.8.0",
"firebase-tools": "12.8.1",
"jest": "29.7.0",
"mock-express-request": "0.2.2",
"mock-express-response": "0.3.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"flag-icons": "6.14.0",
"ionicons": "7.2.1",
"leaflet": "1.9.4",
"mp4-muxer": "3.0.1",
"mp4-muxer": "3.0.2",
"ngx-filesize": "3.0.2",
"pose-viewer": "0.7.2",
"rxjs": "7.8.1",
Expand Down Expand Up @@ -117,21 +117,21 @@
"@types/dom-mediacapture-transform": "0.1.9",
"@types/dom-speech-recognition": "0.0.4",
"@types/dom-webcodecs": "0.1.5",
"@types/jasmine": "5.1.1",
"@types/jasmine": "5.1.2",
"@types/jasminewd2": "2.0.13",
"@types/offscreencanvas": "2019.7.2",
"@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",
"@types/offscreencanvas": "2019.7.3",
"@types/three": "0.158.2",
"@types/web-app-manifest": "1.0.7",
"@types/webgl2": "0.0.10",
"@types/wicg-file-system-access": "2023.10.3",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"deepmerge": "4.3.1",
"dotenv": "16.3.1",
"eslint": "8.53.0",
"fuzzy": "0.1.3",
"husky": "8.0.3",
"inquirer": "9.2.11",
"inquirer": "9.2.12",
"inquirer-autocomplete-prompt": "3.0.1",
"jasmine-axe": "1.1.0",
"jasmine-core": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion update-dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Update client dependencies
bun x npm-check-updates --cacheClear -u --reject filesize,@types/dom-webcodecs,typescript,@playwright/test,@tensorflow/tfjs,@tensorflow/tfjs-backend-wasm,@tensorflow/tfjs-backend-webgl,@tensorflow/tfjs-backend-webgpu,@tensorflow/tfjs-converter,@tensorflow/tfjs-core,@tensorflow/tfjs-layers
bun install
npm install

# filesize: ngx-filesize 3 requires filesize >= 6.0.0 < 10.0.0 as a peer dependency

Expand Down

0 comments on commit d61a5d3

Please sign in to comment.