Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 219908c

Browse files
committed
Upgrade deps and bump to 7.1.0
Signed-off-by: Ovenoboyo <[email protected]>
1 parent 4b79ad6 commit 219908c

File tree

2 files changed

+120
-108
lines changed

2 files changed

+120
-108
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moosync",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"private": true,
55
"author": "Ovenoboyo <[email protected]>",
66
"description": "Moosync is a customizable desktop music player with a clean interface",
@@ -17,7 +17,7 @@
1717
"postuninstall": "patch-package && electron-builder install-app-deps"
1818
},
1919
"dependencies": {
20-
"@babel/core": "^7.20.7",
20+
"@babel/core": "^7.20.12",
2121
"@babel/eslint-parser": "^7.19.1",
2222
"@babel/plugin-syntax-bigint": "^7.8.3",
2323
"@babel/plugin-transform-runtime": "^7.19.6",
@@ -27,7 +27,7 @@
2727
"@caohenghu/vue-colorpicker": "^1.2.4",
2828
"@googleapis/oauth2": "^1.0.0",
2929
"@openid/appauth": "^1.3.1",
30-
"@playwright/test": "^1.29.1",
30+
"@playwright/test": "^1.29.2",
3131
"@types/better-sqlite3": "^7.6.2",
3232
"@types/electron-devtools-installer": "^2.2.2",
3333
"@types/ini": "^1.3.31",
@@ -42,8 +42,8 @@
4242
"@types/webpack-env": "^1.18.0",
4343
"@types/webrtc": "0.0.33",
4444
"@types/yt-player": "^3.5.1",
45-
"@typescript-eslint/eslint-plugin": "^5.47.1",
46-
"@typescript-eslint/parser": "^5.47.1",
45+
"@typescript-eslint/eslint-plugin": "^5.48.0",
46+
"@typescript-eslint/parser": "^5.48.0",
4747
"@voerro/vue-tagsinput": "^2.7.1",
4848
"@vue/cli-plugin-babel": "^5.0.8",
4949
"@vue/cli-plugin-eslint": "~5.0.8",
@@ -54,7 +54,7 @@
5454
"axios": "^1.2.2",
5555
"axios-rate-limit": "^1.3.0",
5656
"axios-retry": "^3.3.1",
57-
"babel-loader": "^9.1.0",
57+
"babel-loader": "^9.1.2",
5858
"better-sqlite3": "^8.0.0",
5959
"better-sqlite3-helper": "^3.1.6",
6060
"bootstrap-vue": "^2.23.1",
@@ -76,7 +76,7 @@
7676
"eslint-plugin-unused-imports": "^2.0.0",
7777
"eslint-plugin-vue": "^9.8.0",
7878
"events": "^3.3.0",
79-
"fast-xml-parser": "^4.0.12",
79+
"fast-xml-parser": "^4.0.13",
8080
"hash-wasm": "^4.9.0",
8181
"hls.js": "^1.2.8",
8282
"ini": "^3.0.1",
@@ -89,11 +89,11 @@
8989
"markdown-it": "^13.0.1",
9090
"md5-wasm": "^2.0.0",
9191
"media-controller": "git+https://github.com/Moosync/MediaController.git",
92-
"music-metadata": "^8.1.0",
92+
"music-metadata": "^8.1.1 ",
9393
"node-stream-zip": "^1.15.0",
9494
"node-youtube-music": "^0.9.0",
95-
"patch-package": "^6.5.0",
96-
"playwright": "^1.29.1",
95+
"patch-package": "^6.5.1",
96+
"playwright": "^1.29.2",
9797
"prettier": "2.8.1",
9898
"puppeteer-core": "19.2.0",
9999
"puppeteer-in-electron": "^3.0.5",
@@ -108,7 +108,7 @@
108108
"sponsorblock-api": "^0.2.2",
109109
"stream-browserify": "^3.0.0",
110110
"strip-ansi": "^7.0.1",
111-
"tail": "^2.2.4",
111+
"tail": "^2.2.5",
112112
"threads": "^1.7.0",
113113
"threads-plugin": "^1.4.0",
114114
"toad-scheduler": "^2.1.1",

0 commit comments

Comments
 (0)