diff --git a/README.md b/README.md index 5ae40c6..01568fe 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,16 @@ Use shelve --help for more information about a command. -### Local development +
+ Local development - Clone this repository - Install latest LTS version of [Node.js](https://nodejs.org/en/) - Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable` - Install dependencies using `bun install` +
+ @@ -83,6 +86,6 @@ Made by [@HugoRCD](https://github.com/HugoRCD) and [community](https://github.co --- -_🤖 auto updated with [automd](https://automd.unjs.io) (last updated: Sun Jun 09 2024)_ +_🤖 auto updated with [automd](https://automd.unjs.io) (last updated: Thu Jun 20 2024)_ diff --git a/apps/app/package.json b/apps/app/package.json index b4edb1b..5ce3bbd 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -23,14 +23,14 @@ "schema": "server/database/schema.prisma" }, "devDependencies": { - "@hrcd/eslint-config": "^1.1.4", - "@iconify-json/lucide": "^1.1.190", + "@hrcd/eslint-config": "^1.1.5", + "@iconify-json/lucide": "^1.1.193", "@linear/sdk": "^22.0.0", "@nuxt/content": "^2.12.1", "@nuxt/fonts": "latest", "@nuxt/image": "latest", - "@nuxt/ui": "^2.16.0", - "@prisma/client": "^5.15.0", + "@nuxt/ui": "^2.17.0", + "@prisma/client": "^5.15.1", "@prisma/extension-accelerate": "^1.1.0", "@shelve/types": "*", "@shelve/utils": "*", @@ -40,21 +40,21 @@ "@types/ua-parser-js": "^0.7.39", "@vercel/analytics": "^1.3.1", "@vue-email/nuxt": "^0.8.19", - "@vueuse/core": "^10.10.0", - "@vueuse/nuxt": "^10.10.0", + "@vueuse/core": "^10.11.0", + "@vueuse/nuxt": "^10.11.0", "bcryptjs": "^2.4.3", - "eslint": "^9.4.0", + "eslint": "^9.5.0", "jsonwebtoken": "^9.0.2", "nuxt": "latest", "nuxt-build-cache": "latest", "octokit": "^4.0.2", - "openai": "^4.49.1", - "prisma": "^5.15.0", - "resend": "^3.2.0", + "openai": "^4.52.0", + "prisma": "^5.15.1", + "resend": "^3.3.0", "ua-parser-js": "^1.0.38", "vue": "latest", "vue-eslint-parser": "^9.4.3", - "vue-router": "^4.3.2", - "vue-sonner": "^1.1.2" + "vue-router": "^4.3.3", + "vue-sonner": "^1.1.3" } } diff --git a/apps/cli/README.md b/apps/cli/README.md index 4b2e856..581ee68 100644 --- a/apps/cli/README.md +++ b/apps/cli/README.md @@ -39,13 +39,16 @@ Use shelve --help for more information about a command. -### Local development +
+ Local development - Clone this repository - Install latest LTS version of [Node.js](https://nodejs.org/en/) - Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable` - Install dependencies using `bun install` +
+ @@ -83,6 +86,6 @@ Made by [@HugoRCD](https://github.com/HugoRCD) and [community](https://github.co --- -_🤖 auto updated with [automd](https://automd.unjs.io) (last updated: Sun Jun 09 2024)_ +_🤖 auto updated with [automd](https://automd.unjs.io) (last updated: Thu Jun 20 2024)_ diff --git a/apps/cli/package.json b/apps/cli/package.json index cb6693c..abe6993 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -30,7 +30,7 @@ "@types/semver": "^7.5.8", "automd": "^0.3.7", "changelogen": "^0.5.5", - "eslint": "^9.4.0" + "eslint": "^9.5.0" }, "peerDependencies": { "typescript": "^5.4.5" @@ -47,7 +47,7 @@ ], "types": "dist/index.d.ts", "dependencies": { - "@hrcd/eslint-config": "^1.1.4", + "@hrcd/eslint-config": "^1.1.5", "citty": "^0.1.6", "colorette": "^2.0.20", "consola": "^3.2.3", diff --git a/bun.lockb b/bun.lockb index 0fba4a3..165dfec 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index e0739cf..8475519 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "changelogen": "^0.5.5", - "eslint": "^9.4.0", + "eslint": "^9.5.0", "turbo": "latest", "typescript": "5.4.5" },