-
Notifications
You must be signed in to change notification settings - Fork 1
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 all non-major dependencies
- Loading branch information
1 parent
e9152f7
commit 6a00596
Showing
3 changed files
with
507 additions
and
453 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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
|
||
- name: Install pnpm | ||
uses: pnpm/[email protected].2 | ||
uses: pnpm/[email protected].4 | ||
|
||
- name: Set node | ||
uses: actions/setup-node@v3 | ||
|
@@ -40,7 +40,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
|
||
- name: Setup pnpm | ||
uses: pnpm/[email protected].2 | ||
uses: pnpm/[email protected].4 | ||
|
||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
|
@@ -67,7 +67,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
|
||
- name: Install pnpm | ||
uses: pnpm/[email protected].2 | ||
uses: pnpm/[email protected].4 | ||
|
||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v3 | ||
|
@@ -93,7 +93,7 @@ jobs: | |
key: cypress-cache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} | ||
|
||
- name: Install pnpm | ||
uses: pnpm/[email protected].2 | ||
uses: pnpm/[email protected].4 | ||
|
||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v3 | ||
|
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,7 +2,7 @@ | |
"name": "web-components-library-starter", | ||
"type": "module", | ||
"version": "0.8.0", | ||
"packageManager": "pnpm@7.12.2", | ||
"packageManager": "pnpm@7.13.6", | ||
"description": "The most simple way to create a cross-framework component library. Using Web Components, to be understood by all.", | ||
"keywords": [ | ||
"web-components", | ||
|
@@ -32,32 +32,32 @@ | |
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0" | ||
}, | ||
"dependencies": { | ||
"@vueuse/core": "9.3.0", | ||
"vue": "3.2.40" | ||
"@vueuse/core": "9.3.1", | ||
"vue": "3.2.41" | ||
}, | ||
"devDependencies": { | ||
"@babel/types": "^7.19.3", | ||
"@babel/types": "^7.19.4", | ||
"@iconify-json/heroicons-outline": "^1.1.4", | ||
"@iconify-json/heroicons-solid": "^1.1.5", | ||
"@ow3/eslint-config": "^0.30.0", | ||
"@ow3/eslint-config": "^0.31.2", | ||
"@types/node": "^18.7.17", | ||
"@unocss/preset-icons": "^0.45.26", | ||
"@vitejs/plugin-vue": "^3.1.0", | ||
"@vue/compiler-sfc": "^3.2.40", | ||
"@unocss/preset-icons": "^0.45.30", | ||
"@vitejs/plugin-vue": "^3.1.2", | ||
"@vue/compiler-sfc": "^3.2.41", | ||
"bumpp": "^8.2.1", | ||
"commitizen": "^4.2.5", | ||
"conventional-changelog-cli": "^2.2.2", | ||
"cz-git": "^1.3.11", | ||
"eslint": "^8.24.0", | ||
"eslint": "^8.25.0", | ||
"lint-staged": "^13.0.3", | ||
"minimist": "^1.2.6", | ||
"simple-git-hooks": "^2.8.0", | ||
"minimist": "^1.2.7", | ||
"simple-git-hooks": "^2.8.1", | ||
"typescript": "^4.8.4", | ||
"unocss": "^0.45.26", | ||
"unocss": "^0.45.30", | ||
"unplugin-auto-import": "^0.11.2", | ||
"unplugin-vue-components": "^0.22.7", | ||
"vite": "^3.1.4", | ||
"vitest": "^0.23.4", | ||
"unplugin-vue-components": "^0.22.8", | ||
"vite": "^3.1.8", | ||
"vitest": "^0.24.3", | ||
"vue-tsc": "^0.40.13" | ||
}, | ||
"simple-git-hooks": { | ||
|
@@ -73,8 +73,8 @@ | |
} | ||
}, | ||
"engines": { | ||
"node": ">=v16.17.1", | ||
"pnpm": ">=7.12.2" | ||
"node": ">=v16.18.0", | ||
"pnpm": ">=7.13.6" | ||
}, | ||
"contributors": [ | ||
"Chris Breuer <[email protected]>" | ||
|
Oops, something went wrong.