-
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 03d5363
Showing
3 changed files
with
2,706 additions
and
1,172 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
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.33.7", | ||
"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.13.0", | ||
"vue": "3.5.13" | ||
}, | ||
"devDependencies": { | ||
"@babel/types": "^7.19.3", | ||
"@iconify-json/heroicons-outline": "^1.1.4", | ||
"@iconify-json/heroicons-solid": "^1.1.5", | ||
"@ow3/eslint-config": "^0.30.0", | ||
"@types/node": "^18.7.17", | ||
"@unocss/preset-icons": "^0.45.26", | ||
"@vitejs/plugin-vue": "^3.1.0", | ||
"@vue/compiler-sfc": "^3.2.40", | ||
"@babel/types": "^7.26.3", | ||
"@iconify-json/heroicons-outline": "^1.2.1", | ||
"@iconify-json/heroicons-solid": "^1.2.1", | ||
"@ow3/eslint-config": "^0.47.3", | ||
"@types/node": "^18.19.68", | ||
"@unocss/preset-icons": "^0.65.1", | ||
"@vitejs/plugin-vue": "^3.2.0", | ||
"@vue/compiler-sfc": "^3.5.13", | ||
"bumpp": "^8.2.1", | ||
"commitizen": "^4.2.5", | ||
"commitizen": "^4.3.1", | ||
"conventional-changelog-cli": "^2.2.2", | ||
"cz-git": "^1.3.11", | ||
"eslint": "^8.24.0", | ||
"lint-staged": "^13.0.3", | ||
"minimist": "^1.2.6", | ||
"simple-git-hooks": "^2.8.0", | ||
"typescript": "^4.8.4", | ||
"unocss": "^0.45.26", | ||
"unplugin-auto-import": "^0.11.2", | ||
"unplugin-vue-components": "^0.22.7", | ||
"vite": "^3.1.4", | ||
"vitest": "^0.23.4", | ||
"cz-git": "^1.11.0", | ||
"eslint": "^8.57.1", | ||
"lint-staged": "^13.3.0", | ||
"minimist": "^1.2.8", | ||
"simple-git-hooks": "^2.11.1", | ||
"typescript": "^4.9.5", | ||
"unocss": "^0.65.1", | ||
"unplugin-auto-import": "^0.19.0", | ||
"unplugin-vue-components": "^0.28.0", | ||
"vite": "^3.2.11", | ||
"vitest": "^0.34.6", | ||
"vue-tsc": "^0.40.13" | ||
}, | ||
"simple-git-hooks": { | ||
|
@@ -73,8 +73,8 @@ | |
} | ||
}, | ||
"engines": { | ||
"node": ">=v16.17.1", | ||
"pnpm": ">=7.12.2" | ||
"node": ">=16.20.2", | ||
"pnpm": ">=7.33.7" | ||
}, | ||
"contributors": [ | ||
"Chris Breuer <[email protected]>" | ||
|
Oops, something went wrong.