Skip to content

Commit 0e5b59d

Browse files
committed
chore: bump bun
1 parent fcd382a commit 0e5b59d

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

.github/composite-actions/install/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ runs:
55
using: composite
66
steps:
77
- uses: oven-sh/setup-bun@v2
8-
with:
9-
bun-version: 1.2.21
108

119
- name: Setup Git User
1210
shell: bash

bun.lock

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"workspaces": {
44
"": {
55
"name": "root",
6-
"dependencies": {
7-
"root": ".",
8-
},
96
"devDependencies": {
107
"@biomejs/biome": "2.2.5",
118
"@release-it/keep-a-changelog": "7.0.0",
@@ -520,6 +517,8 @@
520517
"@effect/schema": "0.75.5",
521518
"@icons-pack/react-simple-icons": "13.8.0",
522519
"@pandacss/dev": "1.4.1",
520+
"@pandacss/preset-base": "1.4.1",
521+
"@pandacss/preset-panda": "1.4.1",
523522
"@park-ui/panda-preset": "0.43.1",
524523
"@shikijs/rehype": "3.13.0",
525524
"@shikijs/transformers": "3.13.0",
@@ -3584,8 +3583,6 @@
35843583

35853584
"rollup-plugin-visualizer": ["[email protected]", "", { "dependencies": { "open": "^8.0.0", "picomatch": "^4.0.2", "source-map": "^0.7.4", "yargs": "^17.5.1" }, "peerDependencies": { "rolldown": "1.x || ^1.0.0-beta", "rollup": "2.x || 3.x || 4.x" }, "optionalPeers": ["rolldown", "rollup"], "bin": { "rollup-plugin-visualizer": "dist/bin/cli.js" } }, "sha512-q8Q7J/6YofkmaGW1sH/fPRAz37x/+pd7VBuaUU7lwvOS/YikuiiEU9jeb9PH8XHiq50XFrUsBbOxeAMYQ7KZkg=="],
35863585

3587-
"root": ["root@file:", { "dependencies": { "root": "." }, "devDependencies": { "@biomejs/biome": "2.2.5", "@release-it/keep-a-changelog": "7.0.0", "@types/bun": "1.2.23", "entities": "7.0.0", "lefthook": "1.13.6", "prettier": "3.6.2", "prettier-plugin-svelte": "3.4.0", "release-it": "19.0.5", "turbo": "2.5.8", "typescript": "5.9.3", "vercel": "48.2.0" } }],
3588-
35893586
"rou3": ["[email protected]", "", {}, "sha512-OXMmJ3zRk2xeXFGfA3K+EOPHC5u7RDFG7lIOx0X1pdnhUkI8MdVrbV+sNsD80ElpUZ+MRHdyxPnFthq9VHs8uQ=="],
35903587

35913588
"router": ["[email protected]", "", { "dependencies": { "debug": "^4.4.0", "depd": "^2.0.0", "is-promise": "^4.0.0", "parseurl": "^1.3.3", "path-to-regexp": "^8.0.0" } }, "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ=="],
@@ -4804,8 +4801,6 @@
48044801

48054802
"rollup-plugin-visualizer/source-map": ["[email protected]", "", {}, "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ=="],
48064803

4807-
"root/root": ["root@file:.", {}],
4808-
48094804
"router/path-to-regexp": ["[email protected]", "", {}, "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA=="],
48104805

48114806
"send/ms": ["[email protected]", "", {}, "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="],

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
"setup": "vc link --scope=chakra-ui -p ark-docs -y && vc env pull website/.env",
3434
"setup:prod": "vc link --scope=chakra-ui -p ark-docs -y && vc env pull --environment production website/.env"
3535
},
36-
"dependencies": {
37-
"root": "."
38-
},
3936
"devDependencies": {
4037
"entities": "7.0.0",
4138
"@biomejs/biome": "2.2.5",
@@ -49,7 +46,7 @@
4946
"typescript": "5.9.3",
5047
"vercel": "48.2.0"
5148
},
52-
"packageManager": "bun@1.2.21",
49+
"packageManager": "bun@1.3.0",
5350
"trustedDependencies": [
5451
"@ark-ui/website"
5552
],

website/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
"@icons-pack/react-simple-icons": "13.8.0",
1818
"@pandacss/dev": "1.4.1",
1919
"@park-ui/panda-preset": "0.43.1",
20+
"@pandacss/preset-base": "1.4.1",
21+
"@pandacss/preset-panda": "1.4.1",
2022
"@shikijs/rehype": "3.13.0",
2123
"@shikijs/transformers": "3.13.0",
2224
"@stackblitz/sdk": "1.11.0",

0 commit comments

Comments
 (0)