minor dep bumps

This commit is contained in:
Samuel Newman
2026-08-18 19:27:34 +03:00
parent e6b79725d4
commit c366b07a99
3 changed files with 312 additions and 250 deletions
+4 -4
View File
@@ -30,8 +30,8 @@
"dependencies": {
"@atproto/lex": "^0.3.6",
"@atproto/syntax": "^0.7.4",
"@bsky/sdk": "1.0.0",
"preact": "^10.29.7"
"@bsky/sdk": "1.0.1",
"preact": "^10.29.8"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
@@ -49,10 +49,10 @@
"prettier": "^3.9.5",
"serve": "^14.2.6",
"tailwindcss": "^3.4.19",
"terser": "^5.49.0",
"terser": "^5.50.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.64.0",
"vite": "^8.1.5",
"vite": "^8.2.1",
"vite-bundle-analyzer": "^1.3.9"
},
"resolutions": {
+306 -244
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -50,8 +50,8 @@ const config: UserConfig = {
assetsDir: 'static',
rollupOptions: {
input: {
index: resolve(__dirname, 'index.html'),
post: resolve(__dirname, 'post.html'),
index: resolve(import.meta.dirname, 'index.html'),
post: resolve(import.meta.dirname, 'post.html'),
},
},
},