Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Mar 27, 2021
1 parent 19d984e commit beae139
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 277 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
},
"homepage": "https://github.com/plantain-00/tree-component#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-node-resolve": "11.2.0",
"@types/node": "14.14.35",
"@rollup/plugin-commonjs": "18.0.0",
"@rollup/plugin-node-resolve": "11.2.1",
"@types/node": "14.14.36",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.2",
"@types/webpack": "4.41.26",
"@typescript-eslint/eslint-plugin": "4.18.0",
"@typescript-eslint/parser": "4.18.0",
"@types/react-dom": "17.0.3",
"@types/webpack": "5.0.0",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"autoprefixer": "10.2.5",
"clean-css-cli": "5.2.2",
"clean-release": "2.15.2",
"clean-scripts": "1.20.1",
"cross-env": "7.0.3",
"eslint": "7.22.0",
"eslint": "7.23.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-plantain": "1.1.0",
"file2variable-cli": "2.0.1",
Expand All @@ -50,10 +50,10 @@
"no-unused-export": "1.14.1",
"postcss": "8.2.8",
"postcss-cli": "8.3.1",
"react-dom": "17.0.1",
"react-dom": "17.0.2",
"rev-static": "3.6.0",
"rimraf": "3.0.2",
"rollup": "2.42.0",
"rollup": "2.42.4",
"rollup-plugin-uglify": "6.0.4",
"stylelint": "13.12.0",
"stylelint-config-standard": "21.0.0",
Expand All @@ -63,7 +63,7 @@
"type-coverage": "2.17.0",
"typescript": "4.2.3",
"watch-then-execute": "1.2.0",
"webpack": "5.27.0",
"webpack": "5.28.0",
"webpack-cli": "4.5.0"
},
"workspaces": [
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/src/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function nodeTemplateHtml(_ctx, _cache) {
}, null, 8 /* PROPS */, ["data"]))
: (_openBlock(), _createBlock(_Fragment, { key: 3 }, [
_createTextVNode(_toDisplayString(_ctx.data.text), 1 /* TEXT */)
], 64 /* STABLE_FRAGMENT */)),
], 2112 /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */)),
(_ctx.hasMarker)
? (_openBlock(), _createBlock("span", {
key: 4,
Expand Down Expand Up @@ -98,7 +98,7 @@ export function nodeTemplateHtml(_ctx, _cache) {
onChange: _cache[8] || (_cache[8] = $event => (_ctx.onchange($event)))
}, null, 8 /* PROPS */, ["data", "last", "checkbox", "path", "draggable", "root", "zindex", "preid"]))
}), 128 /* KEYED_FRAGMENT */))
])
], {}, true)
]))
: _createCommentVNode("v-if", true)
], 42 /* CLASS, PROPS, HYDRATE_EVENTS */, ["id"]))
Expand Down Expand Up @@ -136,7 +136,7 @@ export function treeTemplateHtml(_ctx, _cache) {
onChange: _cache[2] || (_cache[2] = $event => (_ctx.onchange($event)))
}, null, 8 /* PROPS */, ["data", "last", "checkbox", "path", "draggable", "root", "zindex", "preid"]))
}), 128 /* KEYED_FRAGMENT */))
])
], {}, true)
], 34 /* CLASS, HYDRATE_EVENTS */)
], 2 /* CLASS */))
}
Expand Down
Loading

0 comments on commit beae139

Please sign in to comment.