Skip to content

Commit d5a49c9

Browse files
committed
chore: up packages; switch to bun v1.1.0
1 parent a2efc23 commit d5a49c9

File tree

7 files changed

+39
-38
lines changed

7 files changed

+39
-38
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
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.0.31
10+
bun-version: 1.1.0
1111

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

apps/storybook/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
"react-dom": "18.2.0"
1616
},
1717
"devDependencies": {
18-
"@storybook/addon-essentials": "8.0.2",
19-
"@storybook/addon-interactions": "8.0.2",
20-
"@storybook/addon-links": "8.0.2",
21-
"@storybook/addon-themes": "8.0.2",
22-
"@storybook/blocks": "8.0.2",
23-
"@storybook/react": "8.0.2",
24-
"@storybook/react-vite": "8.0.2",
25-
"@storybook/test": "8.0.2",
26-
"@types/react": "18.2.67",
27-
"@types/react-dom": "18.2.22",
18+
"@storybook/addon-essentials": "8.0.5",
19+
"@storybook/addon-interactions": "8.0.5",
20+
"@storybook/addon-links": "8.0.5",
21+
"@storybook/addon-themes": "8.0.5",
22+
"@storybook/blocks": "8.0.5",
23+
"@storybook/react": "8.0.5",
24+
"@storybook/react-vite": "8.0.5",
25+
"@storybook/test": "8.0.5",
26+
"@types/react": "18.2.73",
27+
"@types/react-dom": "18.2.23",
2828
"@vitejs/plugin-react": "4.2.1",
29-
"autoprefixer": "10.4.18",
30-
"postcss": "8.4.37",
31-
"storybook": "8.0.2",
32-
"tailwindcss": "3.4.1",
33-
"typescript": "5.4.2",
34-
"vite": "5.2.2"
29+
"autoprefixer": "10.4.19",
30+
"postcss": "8.4.38",
31+
"storybook": "8.0.5",
32+
"tailwindcss": "3.4.3",
33+
"typescript": "5.4.3",
34+
"vite": "5.2.7"
3535
}
3636
}

apps/web/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@
2121
},
2222
"devDependencies": {
2323
"@docsearch/react": "3.6.0",
24-
"@types/mdx": "2.0.11",
24+
"@types/mdx": "2.0.12",
2525
"@types/prismjs": "1.26.3",
26-
"@types/react": "18.2.67",
27-
"@types/react-dom": "18.2.22",
28-
"autoprefixer": "10.4.18",
26+
"@types/react": "18.2.73",
27+
"@types/react-dom": "18.2.23",
28+
"autoprefixer": "10.4.19",
2929
"eslint-config-next": "14.1.4",
3030
"markdown-toc": "1.2.0",
3131
"next": "14.1.4",
3232
"next-contentlayer": "0.3.4",
33-
"postcss": "8.4.37",
33+
"postcss": "8.4.38",
3434
"prismjs": "1.29.0",
3535
"react": "18.2.0",
3636
"react-dom": "18.2.0",
3737
"react-markdown": "9.0.1",
3838
"rehype-autolink-headings": "7.1.0",
3939
"rehype-prism-plus": "2.0.0",
4040
"rehype-slug": "6.0.0",
41-
"sharp": "0.33.2",
42-
"tailwindcss": "3.4.1",
43-
"typescript": "5.4.2"
41+
"sharp": "0.33.3",
42+
"tailwindcss": "3.4.3",
43+
"typescript": "5.4.3"
4444
}
4545
}

bun.lockb

-3.2 KB
Binary file not shown.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@
3434
"@changesets/changelog-github": "0.5.0",
3535
"@changesets/cli": "2.27.1",
3636
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
37-
"@types/bun": "1.0.10",
37+
"@types/bun": "1.0.12",
3838
"@types/web": "0.0.142",
3939
"clean-package": "2.2.0",
4040
"eslint": "8.57.0",
4141
"eslint-config-prettier": "9.1.0",
4242
"eslint-plugin-tailwindcss": "3.15.1",
43-
"npm-check-updates": "16.14.17",
43+
"npm-check-updates": "16.14.18",
4444
"prettier": "3.2.5",
45-
"prettier-plugin-packagejson": "2.4.12",
46-
"prettier-plugin-tailwindcss": "0.5.12",
45+
"prettier-plugin-packagejson": "2.4.14",
46+
"prettier-plugin-tailwindcss": "0.5.13",
4747
"rimraf": "5.0.5",
4848
"turbo": "latest"
4949
},
50-
"packageManager": "bun@1.0.31"
50+
"packageManager": "bun@1.1.0"
5151
}

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"tsup": "8.0.2",
56-
"typescript": "5.4.2"
56+
"typescript": "5.4.3"
5757
},
5858
"engines": {
5959
"node": ">=18.0.0"

packages/ui/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"dependencies": {
6060
"@floating-ui/core": "1.6.0",
61-
"@floating-ui/react": "0.26.9",
61+
"@floating-ui/react": "0.26.10",
6262
"classnames": "2.5.1",
6363
"debounce": "2.0.0",
6464
"flowbite": "2.3.0",
@@ -69,17 +69,18 @@
6969
"@testing-library/jest-dom": "6.4.2",
7070
"@testing-library/react": "14.2.2",
7171
"@testing-library/user-event": "14.5.2",
72-
"@types/react": "18.2.67",
73-
"@types/react-dom": "18.2.22",
74-
"@typescript-eslint/eslint-plugin": "7.3.1",
75-
"@typescript-eslint/parser": "7.3.1",
72+
"@types/react": "18.2.73",
73+
"@types/react-dom": "18.2.23",
74+
"@typescript-eslint/eslint-plugin": "7.4.0",
75+
"@typescript-eslint/parser": "7.4.0",
7676
"@vitejs/plugin-react": "4.2.1",
7777
"@vitest/coverage-v8": "1.4.0",
7878
"eslint-plugin-react": "7.34.1",
7979
"eslint-plugin-storybook": "0.8.0",
80-
"eslint-plugin-vitest": "0.3.26",
80+
"eslint-plugin-vitest": "0.4.1",
8181
"jsdom": "24.0.0",
82-
"typescript": "5.4.2",
82+
"mime": "^4.0.1",
83+
"typescript": "5.4.3",
8384
"vitest": "1.4.0"
8485
},
8586
"peerDependencies": {

0 commit comments

Comments
 (0)