webamp 0.0.0-next-b764910 → 0.0.0-next-7cdc35b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webamp",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-7cdc35b",
|
|
4
4
|
"description": "Winamp 2 implemented in HTML5 and JavaScript",
|
|
5
5
|
"files": [
|
|
6
6
|
"built",
|
|
@@ -88,8 +88,6 @@
|
|
|
88
88
|
"@types/fscreen": "^1.0.1",
|
|
89
89
|
"@types/invariant": "^2.2.29",
|
|
90
90
|
"@types/jest": "^30.0.0",
|
|
91
|
-
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
|
92
|
-
"@typescript-eslint/parser": "^8.36.0",
|
|
93
91
|
"@types/jszip": "^3.1.5",
|
|
94
92
|
"@types/lodash": "^4.14.116",
|
|
95
93
|
"@types/lodash-es": "^4.17.1",
|
|
@@ -97,6 +95,8 @@
|
|
|
97
95
|
"@types/react-dom": "^18.0.10",
|
|
98
96
|
"@types/react-redux": "^7.1.1",
|
|
99
97
|
"@types/webaudioapi": "^0.0.27",
|
|
98
|
+
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
|
99
|
+
"@typescript-eslint/parser": "^8.36.0",
|
|
100
100
|
"canvas-mock": "0.0.0",
|
|
101
101
|
"data-uri-to-buffer": "^2.0.0",
|
|
102
102
|
"glob": "^7.1.4",
|
|
@@ -133,8 +133,8 @@
|
|
|
133
133
|
"dependencies": {
|
|
134
134
|
"@redux-devtools/extension": "^3.3.0",
|
|
135
135
|
"@sentry/browser": "5.9.1",
|
|
136
|
+
"@webamp/butterchurn": "3.0.0-beta.5",
|
|
136
137
|
"ani-cursor": "workspace:*",
|
|
137
|
-
"@webamp/butterchurn": "1.0.0",
|
|
138
138
|
"butterchurn-presets": "3.0.0-beta.4",
|
|
139
139
|
"classnames": "^2.2.5",
|
|
140
140
|
"fscreen": "^1.0.2",
|