Skip to content

Commit

Permalink
chore(deps): update root (#23)
Browse files Browse the repository at this point in the history
* chore(deps): update root

* fix: lint

* fix: readme

* fix: package json

* fix: ci

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: productdevbook <[email protected]>
  • Loading branch information
renovate[bot] and productdevbook authored Aug 17, 2023
1 parent a57f09e commit 13bb70b
Show file tree
Hide file tree
Showing 6 changed files with 1,578 additions and 2,225 deletions.
29 changes: 5 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,13 @@ jobs:
os: [ubuntu-latest]

steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v3
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 18

- uses: pnpm/[email protected]
name: Install pnpm
id: pnpm-install
with:
version: 7
run_install: false

- name: Get pnpm store directory
id: pnpm-cache
run: |
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
- uses: actions/cache@v3
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
node-version: '18'
cache: pnpm

- name: 📦 Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags:
- 'v*'

permissions:
pull-requests: write
contents: write

jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -19,4 +23,4 @@ jobs:

- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.REPOCHANGELOG_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,15 @@ const { isModalVisible, toggle, toggleBubbleVisibility, popoutChatWindow } = use
| toggleBubbleVisibility | `'hide' or 'show' - Function` | You can set the speech bubble's hide state. |
| popoutChatWindow | | You can open the conversation as a popup. |

## Sponsors

<p align="center">
<a href="https://cdn.jsdelivr.net/gh/productdevbook/static/sponsors.svg">
<img alt="sponsors" src='https://cdn.jsdelivr.net/gh/productdevbook/static/sponsors.svg'/>
</a>
</p>



## 💻 Development

Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@productdevbook/chatwoot",
"type": "module",
"version": "1.1.0",
"packageManager": "[email protected]",
"description": "Chatwoot Vue or Nuxt library.",
"author": "Mehmet - productdevbook <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -68,21 +69,21 @@
"vue": "^3.3.4"
},
"dependencies": {
"@nuxt/kit": "^3.5.1",
"@nuxt/kit": "^3.6.5",
"defu": "^6.1.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.3",
"@nuxt/module-builder": "^0.3.1",
"@nuxt/schema": "^3.5.1",
"@types/node": "^18.16.14",
"bumpp": "^9.1.0",
"eslint": "^8.41.0",
"nuxt": "^3.5.1",
"@antfu/eslint-config": "^0.40.2",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.6.5",
"@types/node": "^18.17.5",
"bumpp": "^9.1.1",
"eslint": "^8.47.0",
"nuxt": "^3.6.5",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"unconfig": "^0.3.9",
"unconfig": "^0.3.10",
"vue": "^3.3.4"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 13bb70b

Please sign in to comment.