Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 19, 2022
1 parent a37ae59 commit 8be3bab
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 381 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "my-lib",
"version": "0.11.0",
"packageManager": "pnpm@7.1.8",
"packageManager": "pnpm@7.3.0",
"description": "The easy way to start your Vue 3 Component Library.",
"keywords": [
"component",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"date-fns": "^2.28.0",
"vue": "^3.2.36"
"vue": "^3.2.37"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.1",
Expand All @@ -72,30 +72,30 @@
"@iconify-json/heroicons-outline": "^1.1.1",
"@iconify-json/heroicons-solid": "^1.1.1",
"@types/node": "^17.0.31",
"@unocss/preset-icons": "^0.37.4",
"@unocss/preset-icons": "^0.39.3",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.36",
"@vueuse/core": "^8.6.0",
"bumpp": "^7.1.1",
"@vue/compiler-sfc": "^3.2.37",
"@vueuse/core": "^8.7.4",
"bumpp": "^7.2.0",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"cypress": "^10.0.2",
"eslint": "^8.17.0",
"cypress": "^10.1.0",
"eslint": "^8.18.0",
"eslint-plugin-cypress": "^2.12.1",
"inquirer": "^8.2.4",
"lint-staged": "^13.0.0",
"lint-staged": "^13.0.2",
"minimist": "^1.2.6",
"prompts": "^2.4.2",
"simple-git-hooks": "^2.8.0",
"sort-package-json": "^1.57.0",
"typescript": "^4.7.3",
"unocss": "^0.37.4",
"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.9",
"vitest": "^0.13.1",
"vue-tsc": "^0.36.1"
"vite": "^2.9.12",
"vitest": "^0.15.1",
"vue-tsc": "^0.38.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": "eslint --fix",
Expand All @@ -108,6 +108,6 @@
},
"engines": {
"node": ">=v16.15.1",
"pnpm": ">=7.1.8"
"pnpm": ">=7.3.0"
}
}
Loading

0 comments on commit 8be3bab

Please sign in to comment.