Skip to content

Commit 8a53e04

Browse files
chore: update deps
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 3656b5e commit 8a53e04

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

bun.lockb

-10.8 KB
Binary file not shown.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"test": "bun test"
1818
},
1919
"devDependencies": {
20-
"@biomejs/biome": "1.9.0",
20+
"@biomejs/biome": "1.9.2",
2121
"@changesets/changelog-github": "^0.5.0",
2222
"@changesets/cli": "^2.27.8",
23-
"tsup": "^8.2.4",
23+
"tsup": "^8.3.0",
2424
"typescript": "^5.6.2",
25-
"bun-types": "^1.1.27",
25+
"bun-types": "^1.1.29",
2626
"scripts": "workspace:*",
27-
"turbo": "^2.1.1"
27+
"turbo": "^2.1.2"
2828
},
2929
"trustedDependencies": [
3030
"@biomejs/biome",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"build": "tsup lib/index.ts --target node20 --format cjs,esm --dts --sourcemap"
3838
},
3939
"dependencies": {
40-
"@rollup/pluginutils": "^5.1.0",
40+
"@rollup/pluginutils": "^5.1.1",
4141
"minify-literals": "^1.0.0"
4242
},
4343
"devDependencies": {
44-
"rollup": "^4.21.3"
44+
"rollup": "^4.22.4"
4545
},
4646
"engines": {
4747
"node": ">=20.0.0"

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.5",
25+
"@types/react": "^18.3.8",
2626
"scripts": "workspace:*"
2727
},
2828
"dependencies": {

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "tsup lib/index.ts --target node20 --format esm --dts"
1010
},
1111
"dependencies": {
12-
"tsup": "^8.2.4",
12+
"tsup": "^8.3.0",
1313
"typescript": "^5.6.2",
1414
"ucmd": "workspace:*"
1515
},

0 commit comments

Comments
 (0)