Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#305)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* chore(General): 📌 Removed mediainfo.js. Changed version specifier on eventemitter3

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joery <[email protected]>
  • Loading branch information
renovate[bot] and Joery-M authored Nov 16, 2024
1 parent d5812ba commit 42f87d9
Show file tree
Hide file tree
Showing 7 changed files with 139 additions and 176 deletions.
2 changes: 1 addition & 1 deletion packages/darkroom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"esbuild-wasm": "^0.24.0",
"path-browserify": "^1.0.1",
"rxjs": "^7.8.1",
"ses": "^1.9.1"
"ses": "^1.10.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
Expand Down
11 changes: 5 additions & 6 deletions packages/safelight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@vueuse/math": "^11.2.0",
"@vueuse/rxjs": "^11.2.0",
"comlink": "^4.4.2",
"dexie": "^4.0.9",
"dexie": "^4.0.10",
"dot-path-value": "^0.0.11",
"fuzzysearch": "^1.0.3",
"hash-wasm": "^4.11.0",
Expand Down Expand Up @@ -62,10 +62,10 @@
"browserslist": "^4.24.2",
"glob": "^11.0.0",
"lightningcss": "^1.28.1",
"postcss": "^8.4.48",
"sass": "^1.80.6",
"postcss": "^8.4.49",
"sass": "^1.81.0",
"strip-ansi": "^7.1.0",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"unplugin-vue-router": "^0.10.8",
Expand All @@ -74,7 +74,6 @@
"vue-tsc": "^2.1.10"
},
"peerDependencies": {
"eventemitter3": "~5.0.1",
"mediainfo.js": "~0.3.2"
"eventemitter3": "^5.0.1"
}
}
7 changes: 3 additions & 4 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@
},
"dependencies": {
"@safelight/tswebm": "workspace:^",
"dexie": "^4.0.9",
"dexie": "^4.0.10",
"dot-path-value": "^0.0.11",
"hash-wasm": "^4.11.0",
"luxon": "^3.5.0",
"mediainfo.js": "^0.3.2",
"mime-matcher": "^1.0.5",
"mp4box": "^0.5.3",
"opfs-tools": "^0.6.1",
"rxjs": "^7.8.1",
"type-fest": "^4.26.1",
"type-fest": "^4.27.0",
"uuid": "^11.0.3"
},
"devDependencies": {
Expand All @@ -33,7 +32,7 @@
"@vitest/ui": "^2.1.5",
"@vue/tsconfig": "^0.6.0",
"fake-indexeddb": "^6.0.0",
"happy-dom": "^15.11.0",
"happy-dom": "^15.11.6",
"vitest": "^2.1.5"
},
"peerDependencies": {
Expand Down
30 changes: 0 additions & 30 deletions packages/shared/src/helpers/Files/GetFileInfo.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.6.0",
"canvas": "^2.11.2",
"happy-dom": "^15.11.0",
"happy-dom": "^15.11.6",
"jsdom": "^25.0.1",
"typescript": "^5.6.3",
"vitest": "^2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/tswebm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"change-case": "^5.4.4",
"eventemitter3": "^5.0.1",
"fast-xml-parser": "^4.5.0",
"happy-dom": "^15.11.0",
"happy-dom": "^15.11.6",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsx": "^4.19.2",
Expand Down
Loading

0 comments on commit 42f87d9

Please sign in to comment.