Переглянути джерело

tweak: fix package-lock.json

Using npm install appears to have different results depending on whether
or not the parent directory of the puter repository happens to have a
package.json file (ex: nested workspaces).
KernelDeimos 11 місяців тому
батько
коміт
431b0da027
1 змінених файлів з 8 додано та 1 видалено
  1. 8 1
      package-lock.json

+ 8 - 1
package-lock.json

@@ -12,7 +12,6 @@
         "packages/*"
       ],
       "dependencies": {
-        "@xterm/xterm": "^5.5.0",
         "json-colorizer": "^3.0.1",
         "uuid": "^9.0.1"
       },
@@ -11423,6 +11422,10 @@
         "querystring": "0.2.0"
       }
     },
+    "node_modules/useapi": {
+      "resolved": "packages/useapi",
+      "link": true
+    },
     "node_modules/utif2": {
       "version": "4.1.0",
       "resolved": "https://registry.npmjs.org/utif2/-/utif2-4.1.0.tgz",
@@ -12537,6 +12540,10 @@
       "engines": {
         "node": ">=12"
       }
+    },
+    "packages/useapi": {
+      "version": "1.0.0",
+      "license": "AGPL-3.0-only"
     }
   }
 }