Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"dependencies": {
"@diary-spo/crypto": "workspace:*",
"@elysiajs/cors": "^1.1.1",
"@elysiajs/cors": "^1.2.0",
"cache-manager": "^5.7.6",
"elysia": "1.1.21",
"elysia-compression": "^0.0.7",
"elysia-helmet": "^2.0.0",
"ky": "^1.7.2",
"ky": "^1.7.4",
"node-rsa": "^1.1.1",
"pg": "^8.13.1",
"pg-hstore": "^2.3.4",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@types/node-rsa": "^1.1.4",
"@diary-spo/shared": "workspace:*",
"@elysiajs/swagger": "^1.1.5",
"@types/pg": "^8.11.10"
"@elysiajs/swagger": "^1.2.0",
"@types/pg": "^8.11.11"
}
}
4 changes: 2 additions & 2 deletions apps/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"author": "scffs",
"license": "MIT",
"dependencies": {
"bun": "^1.1.34"
"bun": "^1.2.0"
},
"devDependencies": {
"bun-types": "^1.1.34"
"bun-types": "^1.2.0"
},
"exports": {
".": "./src/index.ts"
Expand Down
18 changes: 9 additions & 9 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@
"dependencies": {
"@elysiajs/eden": "1.1.3",
"@vkontakte/icons": "2.137.0",
"@vkontakte/vk-bridge": "^2.15.2",
"@vkontakte/vk-bridge": "^2.15.4",
"@vkontakte/vk-bridge-react": "^1.0.1",
"@vkontakte/vk-mini-apps-router": "1.4.6",
"@vkontakte/vkui": "6.6.0",
"date-fns": "^3.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"bun": "^1.1.34"
"bun": "^1.2.0"
},
"devDependencies": {
"@diary-spo/shared": "workspace:*",
"@happy-dom/global-registrator": "^15.8.0",
"@rsbuild/core": "^1.0.19",
"@happy-dom/global-registrator": "^15.11.7",
"@rsbuild/core": "^1.2.3",
"@rsbuild/plugin-basic-ssl": "^1.1.1",
"@rsbuild/plugin-react": "^1.0.6",
"@rsbuild/plugin-react": "^1.1.0",
"@types/jsdom": "^21.1.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vkontakte/vk-miniapps-deploy": "^0.1.8",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vkontakte/vk-miniapps-deploy": "^0.1.9",
"elysia": "1.1.21",
"gh-pages": "^6.2.0"
"gh-pages": "^6.3.0"
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
Expand Down
882 changes: 882 additions & 0 deletions bun.lock

Large diffs are not rendered by default.

Binary file removed bun.lockb
Binary file not shown.
3 changes: 3 additions & 0 deletions bunfig.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[test]
preload = "./apps/web/happydom.ts"

[install]
saveTextLockfile = true
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"version": "3.1.0",
"author": "diary-spo",
"dependencies": {
"bun": "^1.1.34"
"bun": "^1.2.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"bun-types": "^1.1.34",
"concurrently": "^9.0.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"typescript": "^5.6.3"
"bun-types": "^1.2.0",
"concurrently": "^9.1.2",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"typescript": "^5.7.3"
},
"description": "A web diary",
"keywords": [],
Expand Down