Skip to content

Commit

Permalink
chore(deps): Nuxt 3.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Mar 14, 2024
1 parent db4ec93 commit 0477f33
Show file tree
Hide file tree
Showing 3 changed files with 3,440 additions and 2,508 deletions.
25 changes: 11 additions & 14 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,17 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
- uses: actions/checkout@v4
with:
version: latest

- name: Set node version to 18
uses: actions/setup-node@v3
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
node-version: 20
cache: pnpm

- run: pnpm install
- name: Install dependencies
run: pnpm install

- run: pnpm dev:prepare

Expand All @@ -35,11 +32,11 @@ jobs:
id: changelog
uses: requarks/changelog-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ github.token }}
tag: ${{ github.ref_name }}

- name: Create Release
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.14.0
with:
allowUpdates: true
draft: false
Expand All @@ -49,7 +46,7 @@ jobs:
token: ${{ github.token }}

- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: main
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sfxcode/nuxt-typesense",
"version": "0.7.0",
"version": "0.8.0",
"license": "MIT",
"type": "module",
"exports": {
Expand All @@ -25,24 +25,24 @@
"api-codegen": "openapi-generator-cli generate -i https://raw.githubusercontent.com/typesense/typesense-api-spec/master/openapi.yml -g typescript-fetch -o src/runtime/api --additional-properties=typescriptThreePlus=true,supportsES6=true"
},
"dependencies": {
"@nuxt/kit": "^3.8.1",
"@nuxt/kit": "^3.10.3",
"primeicons": "^6.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "1.1.0",
"@formkit/nuxt": "^1.2.2",
"@iconify-json/bx": "^1.1.7",
"@nuxt/module-builder": "^0.5.3",
"@nuxt/schema": "^3.8.1",
"@antfu/eslint-config": "2.8.2",
"@formkit/nuxt": "^1.6.0",
"@iconify-json/bx": "^1.1.10",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.10.3",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@openapitools/openapi-generator-cli": "^2.7.0",
"@types/node": "^20.8.10",
"@unocss/nuxt": "^0.57.2",
"defu": "^6.1.3",
"eslint": "^8.53.0",
"@openapitools/openapi-generator-cli": "^2.12.0",
"@types/node": "^20.11.27",
"@unocss/nuxt": "^0.58.6",
"defu": "^6.1.4",
"eslint": "^8.57.0",
"jiti": "^1.21.0",
"nuxt": "^3.8.1",
"nuxt-primevue": "^0.1.0",
"sass": "^1.69.5"
"nuxt": "^3.10.3",
"nuxt-primevue": "^0.3.1",
"sass": "^1.72.0"
}
}
Loading

0 comments on commit 0477f33

Please sign in to comment.