Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scffs committed Dec 7, 2024
1 parent 55687c6 commit 00ee886
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@types/node-rsa": "^1.1.4",
"@diary-spo/shared": "workspace:*",
"@elysiajs/swagger": "^1.1.5",
"@elysiajs/swagger": "^1.1.6",
"@types/pg": "^8.11.10"
}
}
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.1.38"
},
"devDependencies": {
"bun-types": "^1.1.34"
"bun-types": "^1.1.38"
},
"exports": {
".": "./src/index.ts"
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"devDependencies": {
"@diary-spo/shared": "workspace:*",
"@happy-dom/global-registrator": "^15.11.7",
"@rsbuild/core": "^1.1.7",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-basic-ssl": "^1.1.1",
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@types/jsdom": "^21.1.7",
"@types/react": "^19.0.0",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^18.3.2",
"@vkontakte/vk-miniapps-deploy": "^0.1.8",
"elysia": "1.1.21",
"gh-pages": "^6.2.0"
Expand Down
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 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.1.38"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"bun-types": "^1.1.34",
"concurrently": "^9.0.1",
"husky": "^9.1.6",
"bun-types": "^1.1.38",
"concurrently": "^9.1.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"description": "A web diary",
"keywords": [],
Expand Down

0 comments on commit 00ee886

Please sign in to comment.