Skip to content

Commit

Permalink
types: fix error "Don't use Object as a type"
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Sep 24, 2023
1 parent 543b055 commit c7ab5e6
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 85 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"license": "MIT",
"repository": "https://github.com/cloydlau/json-editor-vue",
"keywords": [
"editor",
"json",
"jsoneditor",
"json-editor",
"nuxt",
"nuxtjs",
"ssr",
Expand Down Expand Up @@ -62,7 +62,7 @@
"vue-demi": "latest"
},
"devDependencies": {
"@antfu/eslint-config": "0.42.1",
"@antfu/eslint-config": "latest",
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@types/cross-spawn": "latest",
Expand All @@ -79,7 +79,7 @@
"cross-spawn": "latest",
"eslint": "latest",
"esno": "latest",
"happy-dom": "^11.2.0",
"happy-dom": "latest",
"json-editor-vue": "workspace:*",
"kolorist": "latest",
"lint-staged": "latest",
Expand Down
Loading

0 comments on commit c7ab5e6

Please sign in to comment.