Skip to content

Commit a91cd0d

Browse files
committed
up bun version + some ui packages
1 parent 5b31a31 commit a91cd0d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Setup Bun
88
uses: oven-sh/setup-bun@v1
99
with:
10-
bun-version: 1.1.0
10+
bun-version: 1.1.12
1111

1212
- name: Setup Node
1313
uses: actions/setup-node@v4

bun.lockb

1.11 KB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
"rimraf": "5.0.7",
4747
"turbo": "2.0.4"
4848
},
49-
"packageManager": "[email protected].0"
49+
"packageManager": "[email protected].12"
5050
}

packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"tailwind-merge": "2.3.0"
6868
},
6969
"devDependencies": {
70-
"@testing-library/jest-dom": "6.4.2",
70+
"@testing-library/jest-dom": "6.4.6",
7171
"@testing-library/react": "16.0.0",
7272
"@testing-library/user-event": "14.5.2",
7373
"@types/react": "18.3.3",
@@ -80,7 +80,7 @@
8080
"eslint-plugin-storybook": "0.8.0",
8181
"eslint-plugin-vitest": "0.5.4",
8282
"fast-glob": "3.3.2",
83-
"jsdom": "24.0.0",
83+
"jsdom": "24.1.0",
8484
"rollup": "4.18.0",
8585
"rollup-plugin-esbuild": "6.1.1",
8686
"rollup-plugin-use-client": "1.4.0",

0 commit comments

Comments
 (0)