Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #132

Merged
merged 2 commits into from
Jun 20, 2024
Merged
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
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,16 @@ Use shelve <command|shortcut> --help for more information about a command.

<!-- automd:fetch url="gh:hugorcd/markdown/main/src/local_development.md" -->

### Local development
<details>
<summary>Local development</summary>

- 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`

</details>

<!-- /automd -->

<!-- automd:fetch url="gh:hugorcd/markdown/main/src/contributions.md" -->
Expand Down Expand Up @@ -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)_

<!-- /automd -->
24 changes: 12 additions & 12 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand All @@ -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"
}
}
7 changes: 5 additions & 2 deletions apps/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,16 @@ Use shelve <command|shortcut> --help for more information about a command.

<!-- automd:fetch url="gh:hugorcd/markdown/main/src/local_development.md" -->

### Local development
<details>
<summary>Local development</summary>

- 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`

</details>

<!-- /automd -->

<!-- automd:fetch url="gh:hugorcd/markdown/main/src/contributions.md" -->
Expand Down Expand Up @@ -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)_

<!-- /automd -->
4 changes: 2 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"changelogen": "^0.5.5",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"turbo": "latest",
"typescript": "5.4.5"
},
Expand Down