Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 20, 2022
1 parent 3e1a23b commit a01d8d9
Show file tree
Hide file tree
Showing 2 changed files with 314 additions and 296 deletions.
26 changes: 13 additions & 13 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "web-components-library-starter",
"version": "0.7.1",
"packageManager": "pnpm@7.2.0",
"packageManager": "pnpm@7.3.0",
"description": "The most simple way to create a cross-framework component library. Using Web Components, to be understood by all.",
"keywords": [
"web-components",
Expand Down Expand Up @@ -33,7 +33,7 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"dependencies": {
"@vueuse/core": "8.6.0",
"@vueuse/core": "8.7.4",
"vue": "3.2.37"
},
"devDependencies": {
Expand All @@ -45,29 +45,29 @@
"@iconify-json/heroicons-outline": "^1.1.1",
"@iconify-json/heroicons-solid": "^1.1.1",
"@types/node": "^17.0.31",
"@unocss/preset-icons": "^0.38.2",
"@unocss/preset-icons": "^0.39.3",
"@vitejs/plugin-vue": "2.3.3",
"@vue/compiler-sfc": "3.2.37",
"bumpp": "^7.1.1",
"bumpp": "^7.2.0",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"cypress": "10.0.3",
"eslint": "8.17.0",
"cypress": "10.1.0",
"eslint": "8.18.0",
"eslint-plugin-cypress": "2.12.1",
"inquirer": "^8.2.4",
"jsdom": "^19.0.0",
"lint-staged": "^13.0.1",
"lint-staged": "^13.0.2",
"minimist": "^1.2.6",
"simple-git-hooks": "^2.8.0",
"sort-package-json": "^1.57.0",
"typescript": "4.7.3",
"unocss": "^0.38.2",
"unplugin-auto-import": "0.8.7",
"typescript": "4.7.4",
"unocss": "^0.39.3",
"unplugin-auto-import": "0.8.8",
"unplugin-vue-components": "0.19.6",
"upath": "^2.0.1",
"vite": "2.9.12",
"vitest": "0.14.2",
"vue-tsc": "0.37.3"
"vitest": "0.15.1",
"vue-tsc": "0.38.1"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged",
Expand All @@ -84,7 +84,7 @@
},
"engines": {
"node": ">=v16.15.1",
"pnpm": ">=7.2.0"
"pnpm": ">=7.3.0"
},
"contributors": [
"Chris Breuer <chris@ow3.org>"
Expand Down

0 comments on commit a01d8d9

Please sign in to comment.