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 Apr 3, 2021
1 parent beae139 commit 37a5663
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 189 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"devDependencies": {
"@rollup/plugin-commonjs": "18.0.0",
"@rollup/plugin-node-resolve": "11.2.1",
"@types/node": "14.14.36",
"@types/node": "14.14.37",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"@types/webpack": "5.0.0",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@types/webpack": "5.28.0",
"@typescript-eslint/eslint-plugin": "4.20.0",
"@typescript-eslint/parser": "4.20.0",
"autoprefixer": "10.2.5",
"clean-css-cli": "5.2.2",
"clean-release": "2.15.2",
Expand All @@ -48,23 +48,23 @@
"less": "3.12.2",
"markdownlint-cli": "0.27.1",
"no-unused-export": "1.14.1",
"postcss": "8.2.8",
"postcss": "8.2.9",
"postcss-cli": "8.3.1",
"react-dom": "17.0.2",
"rev-static": "3.6.0",
"rimraf": "3.0.2",
"rollup": "2.42.4",
"rollup": "2.44.0",
"rollup-plugin-uglify": "6.0.4",
"stylelint": "13.12.0",
"stylelint-config-standard": "21.0.0",
"ts-loader": "8.0.18",
"ts-loader": "8.1.0",
"ts-node": "9.1.1",
"tsconfig-plantain": "0.0.1",
"type-coverage": "2.17.0",
"typescript": "4.2.3",
"watch-then-execute": "1.2.0",
"webpack": "5.28.0",
"webpack-cli": "4.5.0"
"webpack": "5.30.0",
"webpack-cli": "4.6.0"
},
"workspaces": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/src/variables.ts
Original file line number Diff line number Diff line change
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

0 comments on commit 37a5663

Please sign in to comment.