Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 25, 2022
1 parent ad8030d commit fe5886b
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 140 deletions.
18 changes: 9 additions & 9 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "my-lib",
"version": "0.11.0",
"packageManager": "pnpm@7.1.3",
"packageManager": "pnpm@7.1.5",
"description": "The easy way to start your Vue 3 Component Library.",
"keywords": [
"component",
Expand Down Expand Up @@ -63,9 +63,9 @@
"vue": "^3.2.36"
},
"devDependencies": {
"@antfu/eslint-config": "^0.23.1",
"@babel/types": "^7.18.0",
"@commitlint/cli": "^17.0.0",
"@antfu/eslint-config": "^0.24.2",
"@babel/types": "^7.18.2",
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/cz-commitlint": "^17.0.0",
"@commitlint/types": "^17.0.0",
Expand All @@ -79,18 +79,18 @@
"bumpp": "^7.1.1",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"cypress": "^9.6.1",
"cypress": "^9.7.0",
"eslint": "^8.16.0",
"eslint-plugin-cypress": "^2.12.1",
"inquirer": "^8.2.4",
"lint-staged": "^12.4.1",
"lint-staged": "^12.4.2",
"minimist": "^1.2.6",
"prompts": "^2.4.2",
"simple-git-hooks": "^2.7.0",
"sort-package-json": "^1.57.0",
"typescript": "^4.6.4",
"typescript": "^4.7.2",
"unocss": "^0.34.1",
"unplugin-auto-import": "^0.7.2",
"unplugin-auto-import": "^0.8.5",
"unplugin-vue-components": "^0.19.5",
"upath": "^2.0.1",
"vite": "^2.9.9",
Expand All @@ -108,6 +108,6 @@
},
"engines": {
"node": ">=v16.15.0",
"pnpm": ">=7.1.3"
"pnpm": ">=7.1.5"
}
}

0 comments on commit fe5886b

Please sign in to comment.