diff --git a/bun-resolution-reproduction b/bun-resolution-reproduction deleted file mode 160000 index fe6e7c099a..0000000000 --- a/bun-resolution-reproduction +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fe6e7c099a3929e644ca8d807629bca60b4aea61 diff --git a/bun.lockb b/bun.lockb index 86149e2814..2811f62f92 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/index.html b/index.html deleted file mode 100644 index 606e0b0a26..0000000000 --- a/index.html +++ /dev/null @@ -1 +0,0 @@ -
Existing HTML file
diff --git a/index.js b/index.js deleted file mode 100644 index dd7317908a..0000000000 --- a/index.js +++ /dev/null @@ -1,4 +0,0 @@ -import {createClient} from 'edgedb'; -const client = createClient(); -const result = await client.querySingle(`select uuid_generate_v1mc();`); -console.log(result); \ No newline at end of file diff --git a/index.test.ts b/index.test.ts deleted file mode 100644 index 45b983be36..0000000000 --- a/index.test.ts +++ /dev/null @@ -1 +0,0 @@ -hi diff --git a/node-addon-examples b/node-addon-examples deleted file mode 160000 index 7f4a9ed91b..0000000000 --- a/node-addon-examples +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7f4a9ed91bbecb84e39f4bc8030247ce5116ddf8 diff --git a/package.json b/package.json index 5db35e2802..4dc8e1453e 100644 --- a/package.json +++ b/package.json @@ -4,27 +4,17 @@ "dependencies": { "@biomejs/biome": "1.5.3", "@vscode/debugadapter": "^1.61.0", - "art-template": "^4.13.2", - "core-js": "3.23.3", - "edgedb": "^1.4.1", - "esbuild": "^0.20.0", + "esbuild": "^0.17.15", "eslint": "^8.20.0", "eslint-config-prettier": "^8.5.0", - "express": "^4.18.2", - "graphql": "^16.8.1", - "graphql-yoga": "three", - "jsdom": "^24.0.0", - "llvm-bindings": "^0.4.2", "mitata": "^0.1.3", "peechy": "0.4.34", "prettier": "3.2.2", "react": "next", "react-dom": "next", - "readability": "^0.1.0", "source-map-js": "^1.0.2", "typescript": "^5.0.2" }, - "trustedDependencies": [], "devDependencies": { "@types/react": "^18.0.25", "@typescript-eslint/eslint-plugin": "^5.31.0", diff --git a/pkg1/package.json b/pkg1/package.json deleted file mode 100644 index 214f8cd068..0000000000 --- a/pkg1/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "pkg1", - "version": "0.0.1" -} - diff --git a/pkg2/package.json b/pkg2/package.json deleted file mode 100644 index 78fe34b4c6..0000000000 --- a/pkg2/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "pkg2", - "version": "0.0.2" -} - diff --git a/test/bun.lockb b/test/bun.lockb index bc78fdfa7a..858b706a69 100755 Binary files a/test/bun.lockb and b/test/bun.lockb differ diff --git a/test/package.json b/test/package.json index d0ce64b3fc..dcd4d721c8 100644 --- a/test/package.json +++ b/test/package.json @@ -10,13 +10,10 @@ "dependencies": { "@grpc/grpc-js": "1.9.9", "@grpc/proto-loader": "0.7.10", - "@nut-tree/nut-js": "^3.1.2", "@prisma/client": "5.8.0", "@resvg/resvg-js": "2.4.1", "@swc/core": "1.3.38", "@types/ws": "8.5.10", - "aws-cdk-lib": "^2.126.0", - "axios": "^1.6.7", "body-parser": "1.20.2", "comlink": "4.4.1", "dedent": "0.7.0", @@ -31,8 +28,6 @@ "lodash": "4.17.21", "mongodb": "6.0.0", "msgpackr-extract": "3.0.2", - "msw": "^2.1.6", - "mws": "^2.0.11", "mysql2": "3.7.0", "node-gyp": "10.0.1", "nodemailer": "6.9.3", @@ -50,7 +45,6 @@ "string-width": "7.0.0", "supertest": "6.3.3", "svelte": "3.55.1", - "trek-captcha": "^0.4.0", "typescript": "5.0.2", "undici": "5.20.0", "verdaccio": "5.27.0", @@ -61,7 +55,6 @@ }, "private": true, "scripts": { - "typecheck": "tsc --noEmit", - "hello": "bun index.test.ts" + "typecheck": "tsc --noEmit" } }