Skip to content

Commit

Permalink
chore(deps): update dependency @types/bun to v1.2.1 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate committed Jan 28, 2025
1 parent e2868ed commit e81d3e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@sentry/vite-plugin": "3.1.0",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/bun": "1.2.0",
"@types/bun": "1.2.1",
"@types/geojson": "7946.0.16",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
Expand Down Expand Up @@ -461,7 +461,7 @@

"@types/babel__traverse": ["@types/[email protected]", "https://npm.tristess.app/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", { "dependencies": { "@babel/types": "^7.20.7" } }, "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg=="],

"@types/bun": ["@types/[email protected].0", "https://npm.tristess.app/@types/bun/-/bun-1.2.0.tgz", { "dependencies": { "bun-types": "1.2.0" } }, "sha512-5N1JqdahfpBlAv4wy6svEYcd/YfO2GNrbL95JOmFx8nkE6dbK4R0oSE5SpBA4vBRqgrOUAXF8Dpiz+gi7r80SA=="],
"@types/bun": ["@types/[email protected].1", "https://npm.tristess.app/@types/bun/-/bun-1.2.1.tgz", { "dependencies": { "bun-types": "1.2.1" } }, "sha512-iiCeMAKMkft8EPQJxSbpVRD0DKqrh91w40zunNajce3nMNNFd/LnAquVisSZC+UpTMjDwtcdyzbWct08IvEqRA=="],

"@types/cookie": ["@types/[email protected]", "https://npm.tristess.app/@types/cookie/-/cookie-0.6.0.tgz", {}, "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA=="],

Expand Down Expand Up @@ -565,7 +565,7 @@

"browserslist": ["[email protected]", "https://npm.tristess.app/browserslist/-/browserslist-4.24.4.tgz", { "dependencies": { "caniuse-lite": "^1.0.30001688", "electron-to-chromium": "^1.5.73", "node-releases": "^2.0.19", "update-browserslist-db": "^1.1.1" }, "bin": { "browserslist": "cli.js" } }, "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A=="],

"bun-types": ["[email protected].0", "https://npm.tristess.app/bun-types/-/bun-types-1.2.0.tgz", { "dependencies": { "@types/node": "*", "@types/ws": "~8.5.10" } }, "sha512-KEaJxyZfbV/c4eyG0vyehDpYmBGreNiQbZIqvVHJwZ4BmeuWlNZ7EAzMN2Zcd7ailmS/tGVW0BgYbGf+lGEpWw=="],
"bun-types": ["[email protected].1", "https://npm.tristess.app/bun-types/-/bun-types-1.2.1.tgz", { "dependencies": { "@types/node": "*", "@types/ws": "~8.5.10" } }, "sha512-p7bmXUWmrPWxhcbFVk7oUXM5jAGt94URaoa3qf4mz43MEhNAo/ot1urzBqctgvuq7y9YxkuN51u+/qm4BiIsHw=="],

"bytewise": ["[email protected]", "https://npm.tristess.app/bytewise/-/bytewise-1.1.0.tgz", { "dependencies": { "bytewise-core": "^1.2.2", "typewise": "^1.0.3" } }, "sha512-rHuuseJ9iQ0na6UDhnrRVDh8YnWVlU6xM3VH6q/+yHDeUH2zIhUzP+2/h3LIrhLDBtTqzWpE3p3tP/boefskKQ=="],

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@sentry/vite-plugin": "3.1.0",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/bun": "1.2.0",
"@types/bun": "1.2.1",
"@types/geojson": "7946.0.16",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
Expand Down

0 comments on commit e81d3e2

Please sign in to comment.