Skip to content

Commit 1dbbac0

Browse files
committed
types: refine the type of props
1 parent f8533cb commit 1dbbac0

File tree

3 files changed

+577
-292
lines changed

3 files changed

+577
-292
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"PascalCasedName": "JsonEditorVue",
44
"version": "0.10.2",
55
"private": false,
6-
"packageManager": "pnpm@7.18.1",
6+
"packageManager": "pnpm@7.18.2",
77
"description": "JSON editor & viewer for Vue 2.6 / 2.7 / 3 & Nuxt 2 / 3.",
88
"author": "cloydlau",
99
"license": "MIT",
@@ -60,35 +60,35 @@
6060
}
6161
},
6262
"dependencies": {
63-
"lodash-es": "latest",
64-
"vue-demi": "latest",
65-
"vue-global-config": "latest"
63+
"lodash-es": "^4.17.21",
64+
"vue-demi": "^0.13.11",
65+
"vue-global-config": "^0.3.0"
6666
},
6767
"devDependencies": {
68-
"@antfu/eslint-config": "latest",
69-
"@commitlint/cli": "latest",
70-
"@commitlint/config-conventional": "latest",
71-
"@types/lodash-es": "latest",
72-
"@types/node": "latest",
68+
"@antfu/eslint-config": "^0.34.0",
69+
"@commitlint/cli": "^17.3.0",
70+
"@commitlint/config-conventional": "^17.3.0",
71+
"@types/lodash-es": "^4.17.6",
72+
"@types/node": "^18.11.16",
7373
"@vitejs/plugin-vue": "latest",
74-
"@vitest/coverage-c8": "latest",
75-
"@vitest/ui": "latest",
74+
"@vitest/coverage-c8": "^0.25.8",
75+
"@vitest/ui": "^0.25.8",
7676
"@vue/compiler-sfc": "latest",
7777
"@vue/test-utils": "latest",
78-
"case-police": "latest",
79-
"eslint": "latest",
80-
"happy-dom": "latest",
81-
"husky": "latest",
82-
"json-editor-vue": "latest",
83-
"lint-staged": "latest",
84-
"lossless-json": "latest",
85-
"typescript": "latest",
86-
"unplugin-auto-import": "latest",
87-
"vanilla-jsoneditor": "latest",
88-
"vite": "latest",
89-
"vite-plugin-dts": "latest",
90-
"vitepress": "latest",
91-
"vitest": "latest",
78+
"case-police": "^0.5.10",
79+
"eslint": "^8.30.0",
80+
"happy-dom": "^8.1.0",
81+
"husky": "^8.0.2",
82+
"json-editor-vue": "^0.10.2",
83+
"lint-staged": "^13.1.0",
84+
"lossless-json": "^2.0.3",
85+
"typescript": "^4.9.4",
86+
"unplugin-auto-import": "^0.12.1",
87+
"vanilla-jsoneditor": "^0.11.4",
88+
"vite": "3.2.5",
89+
"vite-plugin-dts": "^1.7.1",
90+
"vitepress": "^1.0.0-alpha.32",
91+
"vitest": "^0.25.8",
9292
"vue": "latest"
9393
},
9494
"lint-staged": {

0 commit comments

Comments
 (0)