Skip to content

Commit cf0af70

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

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

bun.lockb

7.8 KB
Binary file not shown.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"test": "bun test"
1717
},
1818
"devDependencies": {
19-
"@biomejs/biome": "1.7.3",
19+
"@biomejs/biome": "1.8.1",
2020
"@changesets/changelog-github": "^0.5.0",
2121
"@changesets/cli": "^2.27.5",
22-
"tsup": "^8.0.2",
22+
"tsup": "^8.1.0",
2323
"typescript": "^5.4.5",
24-
"bun-types": "^1.1.12",
24+
"bun-types": "^1.1.13",
2525
"scripts": "workspace:*",
26-
"turbo": "^1.13.3"
26+
"turbo": "^2.0.3"
2727
},
2828
"trustedDependencies": [
2929
"@biomejs/biome"

packages/expo-plugin-aboutlibraries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"build": "tsup lib/index.ts --target node20 --format cjs,esm --dts --sourcemap"
3434
},
3535
"dependencies": {
36-
"@expo/config-plugins": "^8.0.4"
36+
"@expo/config-plugins": "^8.0.5"
3737
},
3838
"engines": {
3939
"node": ">=20.0.0"

packages/lit-q/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"build": "tsup lib/index.ts --target node20 --format cjs,esm --dts --sourcemap"
3434
},
3535
"devDependencies": {
36-
"lit": "^3.1.3",
36+
"lit": "^3.1.4",
3737
"@happy-dom/global-registrator": "^14.12.0"
3838
},
3939
"peerDependencies": {

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.0.2",
12+
"tsup": "^8.1.0",
1313
"typescript": "^5.4.5",
1414
"ucmd": "workspace:*"
1515
},

0 commit comments

Comments
 (0)