Skip to content

Commit f095931

Browse files
committed
chore(deps): update dependencies
1 parent 964f75c commit f095931

File tree

2 files changed

+546
-491
lines changed

2 files changed

+546
-491
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"PascalCasedName": "JsonEditorVue",
44
"version": "0.10.5",
55
"private": false,
6-
"packageManager": "pnpm@7.19.0",
6+
"packageManager": "pnpm@7.25.0",
77
"description": "JSON editor & viewer for Vue 2.6/2.7/3 & Nuxt 2/3.",
88
"author": "cloydlau",
99
"license": "MIT",
@@ -64,27 +64,27 @@
6464
"vue-global-config": "^0.3.1"
6565
},
6666
"devDependencies": {
67-
"@antfu/eslint-config": "^0.34.0",
68-
"@commitlint/cli": "^17.3.0",
69-
"@commitlint/config-conventional": "^17.3.0",
67+
"@antfu/eslint-config": "^0.34.1",
68+
"@commitlint/cli": "^17.4.2",
69+
"@commitlint/config-conventional": "^17.4.2",
7070
"@types/lodash-es": "^4.17.6",
71-
"@types/node": "^18.11.17",
71+
"@types/node": "^18.11.18",
7272
"@vitejs/plugin-vue": "^4.0.0",
7373
"@vitest/coverage-c8": "^0.25.8",
7474
"@vitest/ui": "^0.25.8",
7575
"@vue/compiler-sfc": "^3.2.45",
76-
"@vue/test-utils": "^2.2.6",
76+
"@vue/test-utils": "^2.2.7",
7777
"case-police": "^0.5.10",
78-
"eslint": "^8.30.0",
79-
"happy-dom": "^8.1.1",
80-
"husky": "^8.0.2",
78+
"eslint": "^8.32.0",
79+
"happy-dom": "^8.1.4",
80+
"husky": "^8.0.3",
8181
"json-editor-vue": "^0.10.5",
8282
"lint-staged": "^13.1.0",
83-
"lossless-json": "^2.0.4",
83+
"lossless-json": "^2.0.5",
8484
"typescript": "^4.9.4",
8585
"unplugin-auto-import": "^0.12.1",
86-
"vanilla-jsoneditor": "^0.11.5",
87-
"vite": "^4.0.3",
86+
"vanilla-jsoneditor": "^0.11.8",
87+
"vite": "^4.0.4",
8888
"vite-plugin-dts": "^1.7.1",
8989
"vitepress": "1.0.0-alpha.32",
9090
"vitest": "^0.25.8",
@@ -99,4 +99,4 @@
9999
"publishConfig": {
100100
"registry": "https://registry.npmjs.org"
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)