diff --git a/package-lock.json b/package-lock.json index f87ca42..eab173f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@rollup/plugin-typescript": "^11.1.6", "@tanstack/react-router-devtools": "^1.115.0", "@tanstack/router-cli": "^1.28.2", - "@types/bun": "^1.0.12", + "@types/bun": "^1.2.19", "@types/debug": "^4.1.12", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", @@ -4094,28 +4094,37 @@ "integrity": "sha512-0WR3b8eaISjEW7RpZnclONaLFDf7buaowRHdqLp4vLj54AsSAYWfh3DRbfiYJY9XDxMgx1B4sE1Afw2PGpuHOA==" }, "node_modules/@types/bun": { - "version": "1.0.12", + "version": "1.2.19", + "resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.2.19.tgz", + "integrity": "sha512-d9ZCmrH3CJ2uYKXQIUuZ/pUnTqIvLDS0SK7pFmbx8ma+ziH/FRMoAq5bYpRG7y+w1gl+HgyNZbtqgMq4W4e2Lg==", "dev": true, "license": "MIT", "dependencies": { - "bun-types": "1.0.36" + "bun-types": "1.2.19" } }, - "node_modules/@types/bun/node_modules/bun-types": { - "version": "1.0.36", + "node_modules/@types/bun/node_modules/@types/react": { + "version": "19.1.8", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.8.tgz", + "integrity": "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { - "@types/node": "~20.11.3", - "@types/ws": "~8.5.10" + "csstype": "^3.0.2" } }, - "node_modules/@types/bun/node_modules/bun-types/node_modules/@types/node": { - "version": "20.11.30", + "node_modules/@types/bun/node_modules/bun-types": { + "version": "1.2.19", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.2.19.tgz", + "integrity": "sha512-uAOTaZSPuYsWIXRpj7o56Let0g/wjihKCkeRqUBhlLVM/Bt+Fj9xTo+LhC1OV1XDaGkz4hNC80et5xgy+9KTHQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "@types/node": "*" + }, + "peerDependencies": { + "@types/react": "^19" } }, "node_modules/@types/debug": { @@ -4192,14 +4201,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/ws": { - "version": "8.5.10", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "7.5.0", "dev": true, @@ -6568,11 +6569,6 @@ "node": ">= 0.6" } }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "dev": true, - "license": "ISC" - }, "node_modules/fsevents": { "version": "2.3.3", "license": "MIT", @@ -7027,8 +7023,8 @@ }, "node_modules/inflight": { "version": "1.0.6", - "devOptional": true, "license": "ISC", + "optional": true, "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -8720,8 +8716,8 @@ }, "node_modules/once": { "version": "1.4.0", - "devOptional": true, "license": "ISC", + "optional": true, "dependencies": { "wrappy": "1" } @@ -11748,8 +11744,8 @@ }, "node_modules/wrappy": { "version": "1.0.2", - "devOptional": true, - "license": "ISC" + "license": "ISC", + "optional": true }, "node_modules/ws": { "version": "8.18.0", diff --git a/package.json b/package.json index 5ced963..9a1435d 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@rollup/plugin-typescript": "^11.1.6", "@tanstack/react-router-devtools": "^1.115.0", "@tanstack/router-cli": "^1.28.2", - "@types/bun": "^1.0.12", + "@types/bun": "^1.2.19", "@types/debug": "^4.1.12", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22",