Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fdefef7

Browse files
committedJun 13, 2022
chore(deps): update all non-major dependencies
1 parent a37ae59 commit fdefef7

File tree

2 files changed

+233
-233
lines changed

2 files changed

+233
-233
lines changed
 

‎package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "my-lib",
33
"version": "0.11.0",
4-
"packageManager": "pnpm@7.1.8",
4+
"packageManager": "pnpm@7.2.1",
55
"description": "The easy way to start your Vue 3 Component Library.",
66
"keywords": [
77
"component",
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"date-fns": "^2.28.0",
63-
"vue": "^3.2.36"
63+
"vue": "^3.2.37"
6464
},
6565
"devDependencies": {
6666
"@antfu/eslint-config": "^0.25.1",
@@ -72,30 +72,30 @@
7272
"@iconify-json/heroicons-outline": "^1.1.1",
7373
"@iconify-json/heroicons-solid": "^1.1.1",
7474
"@types/node": "^17.0.31",
75-
"@unocss/preset-icons": "^0.37.4",
75+
"@unocss/preset-icons": "^0.38.2",
7676
"@vitejs/plugin-vue": "^2.3.3",
77-
"@vue/compiler-sfc": "^3.2.36",
77+
"@vue/compiler-sfc": "^3.2.37",
7878
"@vueuse/core": "^8.6.0",
7979
"bumpp": "^7.1.1",
8080
"commitizen": "^4.2.4",
8181
"conventional-changelog-cli": "^2.2.2",
82-
"cypress": "^10.0.2",
82+
"cypress": "^10.1.0",
8383
"eslint": "^8.17.0",
8484
"eslint-plugin-cypress": "^2.12.1",
8585
"inquirer": "^8.2.4",
86-
"lint-staged": "^13.0.0",
86+
"lint-staged": "^13.0.1",
8787
"minimist": "^1.2.6",
8888
"prompts": "^2.4.2",
8989
"simple-git-hooks": "^2.8.0",
9090
"sort-package-json": "^1.57.0",
9191
"typescript": "^4.7.3",
92-
"unocss": "^0.37.4",
92+
"unocss": "^0.38.2",
9393
"unplugin-auto-import": "^0.8.7",
9494
"unplugin-vue-components": "^0.19.6",
9595
"upath": "^2.0.1",
96-
"vite": "^2.9.9",
97-
"vitest": "^0.13.1",
98-
"vue-tsc": "^0.36.1"
96+
"vite": "^2.9.12",
97+
"vitest": "^0.14.2",
98+
"vue-tsc": "^0.37.5"
9999
},
100100
"lint-staged": {
101101
"*.{js,jsx,ts,tsx,vue}": "eslint --fix",
@@ -108,6 +108,6 @@
108108
},
109109
"engines": {
110110
"node": ">=v16.15.1",
111-
"pnpm": ">=7.1.8"
111+
"pnpm": ">=7.2.1"
112112
}
113113
}
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.