Skip to content

Commit

Permalink
Merge pull request #108 from HugoRCD/preview
Browse files Browse the repository at this point in the history
chore: update dependencies and fix Github stars
  • Loading branch information
HugoRCD authored Apr 8, 2024
2 parents c2f98e0 + d4860d9 commit b870e6c
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 0 additions & 2 deletions apps/app/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
module.exports = {
extends: [
"@shelve/eslint-config",
"plugin:tailwindcss/recommended"
],
rules: {
"tailwindcss/no-custom-classname": "off",
"@typescript-eslint/explicit-function-return-type": "off",
}
}
2 changes: 1 addition & 1 deletion apps/app/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.0
20.12.1
4 changes: 3 additions & 1 deletion apps/app/components/landing/GithubStar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ fetchRepo()
to="https://github.com/HugoRCD/shelve"
>
<span class="i-custom-github text-xl" />
<LandingScrambleText :label="githubStars" class="text-sm" />
<span class="text-sm font-bold">
{{ githubStars }}
</span>
</NuxtLink>
</template>

Expand Down
12 changes: 6 additions & 6 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"schema": "server/database/schema.prisma"
},
"devDependencies": {
"@iconify-json/lucide": "^1.1.178",
"@iconify-json/lucide": "^1.1.180",
"@linear/sdk": "^19.3.0",
"@nuxt/content": "^2.12.1",
"@nuxt/fonts": "latest",
"@nuxt/image": "latest",
"@nuxt/ui": "^2.15.0",
"@prisma/client": "^5.11.0",
"@nuxt/ui": "^2.15.1",
"@prisma/client": "^5.12.1",
"@prisma/extension-accelerate": "^1.0.0",
"@shelve/eslint-config": "*",
"@shelve/types": "*",
Expand All @@ -46,9 +46,9 @@
"jsonwebtoken": "^9.0.2",
"nuxt": "latest",
"nuxt-build-cache": "latest",
"octokit": "^3.1.2",
"openai": "^4.30.0",
"prisma": "^5.11.0",
"octokit": "^3.2.0",
"openai": "^4.33.0",
"prisma": "^5.12.1",
"resend": "^3.2.0",
"ua-parser-js": "^1.0.37",
"vue": "latest",
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.0
20.12.1
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint": "^8.57.0"
},
"peerDependencies": {
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"bin": {
"shelve": "dist/index.mjs",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"turbo": "latest",
"typescript": "5.4.3"
"typescript": "5.4.4"
},
"engines": {
"node": ">=18.20.0"
"node": ">=18.20.1"
},
"packageManager": "bun@1.0.30",
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/shelve-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"index.js"
],
"devDependencies": {
"@hrcd/eslint-config": "^0.0.2",
"typescript": "^5.4.3"
"@hrcd/eslint-config": "^0.0.3",
"typescript": "^5.4.4"
}
}

0 comments on commit b870e6c

Please sign in to comment.