Skip to content

Commit c7ab5e6

Browse files
committed
types: fix error "Don't use Object as a type"
1 parent 543b055 commit c7ab5e6

File tree

3 files changed

+126
-85
lines changed

3 files changed

+126
-85
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"license": "MIT",
99
"repository": "https://github.com/cloydlau/json-editor-vue",
1010
"keywords": [
11+
"editor",
1112
"json",
1213
"jsoneditor",
13-
"json-editor",
1414
"nuxt",
1515
"nuxtjs",
1616
"ssr",
@@ -62,7 +62,7 @@
6262
"vue-demi": "latest"
6363
},
6464
"devDependencies": {
65-
"@antfu/eslint-config": "0.42.1",
65+
"@antfu/eslint-config": "latest",
6666
"@commitlint/cli": "latest",
6767
"@commitlint/config-conventional": "latest",
6868
"@types/cross-spawn": "latest",
@@ -79,7 +79,7 @@
7979
"cross-spawn": "latest",
8080
"eslint": "latest",
8181
"esno": "latest",
82-
"happy-dom": "^11.2.0",
82+
"happy-dom": "latest",
8383
"json-editor-vue": "workspace:*",
8484
"kolorist": "latest",
8585
"lint-staged": "latest",

0 commit comments

Comments
 (0)