Skip to content

Commit

Permalink
release new api version & update deps (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
scffs authored Aug 19, 2024
1 parent 70f375b commit cf3fc9f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 18 deletions.
26 changes: 13 additions & 13 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@
},
"dependencies": {
"@radix-icons/vue": "^1.0.0",
"@vee-validate/zod": "^4.13.1",
"@vueuse/core": "^10.11.0",
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^10.11.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.417.0",
"pinia": "^2.1.7",
"radix-vue": "^1.8.5",
"tailwind-merge": "^2.3.0",
"pinia": "^2.2.2",
"radix-vue": "^1.9.4",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.13.1",
"vue": "^3.4.30",
"vue-router": "^4.4.0",
"vee-validate": "^4.13.2",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"jsdom": "^24.1.0",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4"
"autoprefixer": "^10.4.20",
"jsdom": "^24.1.1",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10"
}
}
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@diary-spo/api",
"version": "3.0.0",
"version": "4.0.0",
"scripts": {
"start": "bun run ./src/main.ts",
"dev": "bun run --watch ./src/main.ts",
Expand Down
8 changes: 5 additions & 3 deletions apps/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
"author": "scffs",
"license": "MIT",
"dependencies": {
"crypto": "^1.0.1"
"bun": "^1.1.24"
},
"devDependencies": {
"bun-types": "^1.1.24"
},
"exports": {
".": "./src/index.ts"
},
"devDependencies": {}
}
}
Binary file modified bun.lockb
Binary file not shown.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"name": "@diary-spo/core",
"version": "3.0.0",
"author": "diary-spo",
"dependencies": {
"bun": "^1.1.24"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"bun": "^1.1.24",
"@types/bun": "^1.1.6",
"bun-types": "^1.1.24",
"concurrently": "^8.2.2",
"husky": "^9.1.4",
Expand Down

0 comments on commit cf3fc9f

Please sign in to comment.