fix: npx version would not start
Massimo Melina committed
Jan 1, 2025 at 18:04 UTC
b8c5ebe8e9ab40c0ae144dfbf1fc2286f80b68e4
3 files changed
+9
-6
admin/package.json
+1
-1
@@ -27,7 +27,7 @@
27
"react-window": "^1.8.10",
28
"tssrp6a": "^3.0.0",
29
"valtio": "^1.13.0",
30
- "immer": "^9.0.21",
30
+ "immer": "*",
31
"usehooks-ts": "^2.9.5",
32
"watch-size": "^2.0.0",
33
"web-vitals": "^2.1.4"
package-lock.json
+6
-4
@@ -1,12 +1,12 @@
1
{
2
"name": "hfs",
3
- "version": "0.55.0",
3
+ "version": "0.55.1",
4
"lockfileVersion": 2,
5
"requires": true,
6
"packages": {
7
"": {
8
"name": "hfs",
9
- "version": "0.55.0",
9
+ "version": "0.55.1",
10
"license": "GPL-3.0",
11
"workspaces": [
12
"admin",
@@ -27,6 +27,7 @@
27
"fs-x-attributes": "^1.0.2",
28
"fswin": "^3.24.829",
29
"iconv-lite": "^0.6.3",
30
+ "immer": "^9.0.21",
31
"ip2location-nodejs": "^9.6.0",
32
"koa": "^2.15.3",
33
"koa-compress": "^5.1.0",
@@ -94,7 +95,7 @@
95
"@mui/x-date-pickers": "^6.19.9",
96
"@mui/x-tree-view": "^6.17.0",
97
"dayjs": "^1.11.10",
97
- "immer": "^9.0.21",
98
+ "immer": "*",
99
"react": "^18.3.1",
100
"react-dom": "^18.2.0",
101
"react-router-dom": "^6.23.1",
@@ -6175,6 +6176,7 @@
6176
"version": "9.0.21",
6177
"resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz",
6178
"integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==",
6179
+ "license": "MIT",
6180
"funding": {
6181
"type": "opencollective",
6182
"url": "https://opencollective.com/immer"
@@ -11204,7 +11206,7 @@
11206
"@types/react-virtualized-auto-sizer": "^1.0.4",
11207
"@types/react-window": "^1.8.8",
11208
"dayjs": "^1.11.10",
11207
- "immer": "^9.0.21",
11209
+ "immer": "*",
11210
"react": "^18.3.1",
11211
"react-dom": "^18.2.0",
11212
"react-router-dom": "^6.23.1",
package.json
+2
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "hfs",
3
- "version": "0.55.0",
3
+ "version": "0.55.1",
4
"description": "HTTP File Server",
5
"keywords": ["file server", "http server"],
6
"homepage": "https://rejetto.com/hfs",
@@ -79,6 +79,7 @@
79
"fs-x-attributes": "^1.0.2",
80
"fswin": "^3.24.829",
81
"iconv-lite": "^0.6.3",
82
+ "immer": "^9.0.21",
83
"ip2location-nodejs": "^9.6.0",
84
"koa": "^2.15.3",
85
"koa-compress": "^5.1.0",