Skip to content

Commit

Permalink
pnpm up -L -r
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Nov 11, 2024
1 parent 2bf58e5 commit f4abfe3
Show file tree
Hide file tree
Showing 6 changed files with 622 additions and 441 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"@shiguredo/light-adjustment": "workspace:*",
"@shiguredo/light-adjustment-gpu": "workspace:*",
"@shiguredo/mp4-media-stream": "workspace:*",
"@shiguredo/noise-suppression": "workspace:*",
"@shiguredo/virtual-background": "workspace:*",
"@shiguredo/mp4-media-stream": "workspace:*"
"@shiguredo/virtual-background": "workspace:*"
},
"devDependencies": {
"vite-plugin-static-copy": "1.0.6"
"vite-plugin-static-copy": "2.1.0"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"start": "serve -S -l 8080 ."
},
"dependencies": {
"@types/dom-mediacapture-transform": "0.1.9"
"@types/dom-mediacapture-transform": "0.1.10"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.6",
"rollup": "4.20.0",
"@biomejs/biome": "1.9.4",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-typescript": "12.1.1",
"rollup": "4.25.0",
"rollup-plugin-copy": "3.5.0",
"serve": "14.2.3",
"tslib": "2.6.3",
"typedoc": "0.26.5",
"typescript": "5.5.4",
"vite": "5.4.8"
"serve": "14.2.4",
"tslib": "2.8.1",
"typedoc": "0.26.11",
"typescript": "5.6.3",
"vite": "5.4.10"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/image-to-image-video-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
],
"devDependencies": {
"@shiguredo/video-track-processor": "workspace:*",
"@tensorflow/tfjs": "4.20.0",
"@tensorflow/tfjs-backend-webgl": "4.20.0",
"@tensorflow/tfjs-backend-webgpu": "4.20.0",
"typescript": "5.5.4"
"@tensorflow/tfjs": "4.22.0",
"@tensorflow/tfjs-backend-webgl": "4.22.0",
"@tensorflow/tfjs-backend-webgpu": "4.22.0",
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/light-adjustment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"devDependencies": {
"@mediapipe/selfie_segmentation": "0.1.1675465747",
"@rollup/plugin-replace": "5.0.7",
"@rollup/plugin-replace": "6.0.1",
"@shiguredo/video-track-processor": "workspace:*",
"@types/offscreencanvas": "2019.7.3",
"stackblur-canvas": "2.7.0"
Expand Down
Loading

0 comments on commit f4abfe3

Please sign in to comment.