Skip to content

Commit b84ed4d

Browse files
chore: update deps
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 4092854 commit b84ed4d

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

bun.lockb

16 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@
2222
"@changesets/cli": "^2.27.9",
2323
"tsup": "^8.3.0",
2424
"typescript": "^5.6.3",
25-
"bun-types": "^1.1.31",
25+
"bun-types": "^1.1.33",
2626
"scripts": "workspace:*",
27-
"turbo": "^2.2.0"
27+
"turbo": "^2.2.3"
2828
},
2929
"trustedDependencies": [
3030
"@biomejs/biome",
3131
"esbuild"
32-
],
33-
"packageManager": "^[email protected]"
32+
]
3433
}

packages/rollup-plugin-minify-template-literals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"build": "tsup lib/index.ts --target node20 --format cjs,esm --dts --sourcemap"
3838
},
3939
"dependencies": {
40-
"@rollup/pluginutils": "^5.1.2",
40+
"@rollup/pluginutils": "^5.1.3",
4141
"minify-literals": "^1.0.0"
4242
},
4343
"devDependencies": {

packages/touch-grass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@types/ink": "^2.0.3",
25-
"@types/react": "^18.3.11",
25+
"@types/react": "^18.3.12",
2626
"scripts": "workspace:*"
2727
},
2828
"dependencies": {

0 commit comments

Comments
 (0)