-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
a57f09e
commit 13bb70b
Showing
6 changed files
with
1,578 additions
and
2,225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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": { | ||
|
Oops, something went wrong.