Skip to content

Commit da5e9dd

Browse files
Update all dependencies
1 parent 91554f1 commit da5e9dd

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

bun.lockb

1.86 KB
Binary file not shown.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@
2121
"devDependencies": {
2222
"@changesets/cli": "2.27.1",
2323
"@enalmada/bun-externals": "0.0.6",
24-
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
25-
"@scaleway/changesets-renovate": "1.4.1",
26-
"@types/node": "20.11.4",
27-
"@typescript-eslint/eslint-plugin": "6.19.0",
28-
"@typescript-eslint/parser": "6.19.0",
24+
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
25+
"@scaleway/changesets-renovate": "2.0.0",
26+
"@types/node": "20.11.28",
27+
"@typescript-eslint/eslint-plugin": "7.2.0",
28+
"@typescript-eslint/parser": "7.2.0",
2929
"cross-env": "7.0.3",
30-
"eslint": "8.56.0",
30+
"eslint": "8.57.0",
3131
"eslint-config-prettier": "9.1.0",
3232
"eslint-plugin-prettier": "5.1.3",
3333
"fixpack": "4.0.0",
34-
"husky": "8.0.3",
35-
"lint-staged": "15.2.0",
36-
"prettier": "3.2.2",
37-
"turbo": "^1.11.3",
38-
"typescript": "5.3.3",
39-
"vitest": "1.2.0"
34+
"husky": "9.0.11",
35+
"lint-staged": "15.2.2",
36+
"prettier": "3.2.5",
37+
"turbo": "1.12.5",
38+
"typescript": "5.4.2",
39+
"vitest": "1.4.0"
4040
},
4141
"main": "dist/index.js",
4242
"types": "dist/index.d.ts",

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"type-check": "bun --bun tsc --noEmit"
1313
},
1414
"dependencies": {
15-
"@astrojs/check": "^0.3.3",
15+
"@astrojs/check": "^0.5.0",
1616
"@astrojs/prefetch": "^0.4.1",
1717
"@astrojs/react": "^3.0.8",
18-
"@astrojs/starlight": "^0.15.1",
18+
"@astrojs/starlight": "^0.21.0",
1919
"@astrojs/starlight-tailwind": "^2.0.1",
2020
"@astrojs/tailwind": "^5.0.4",
2121
"@types/react": "^18.2.45",

0 commit comments

Comments
 (0)