Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
fix(vdom): Text key, children set undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromake committed Sep 7, 2017
1 parent 22324be commit f1bd5d3
Show file tree
Hide file tree
Showing 18 changed files with 237 additions and 799 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.1",
"conventional-changelog-cli": "^1.3.2",
"chai": "^4.1.2",
"conventional-changelog-cli": "^1.3.3",
"cross-env": "^5.0.5",
"istanbul-instrumenter-loader": "^3.0.0",
"karma": "^1.7.1",
Expand All @@ -72,17 +72,17 @@
"rimraf": "^2.6.1",
"rollup": "^0.49.2",
"rollup-plugin-alias": "^1.3.1",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-typescript": "zeromake/rollup-plugin-typescript",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.3.1",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0",
"ts-loader": "^2.3.4",
"ts-loader": "^2.3.5",
"tslint": "^5.7.0",
"typedoc": "^0.8.0",
"typescript": "^2.4.1",
"typescript": "^2.5.2",
"uglify-es": "^3.0.28",
"webpack": "^3.5.5"
"webpack": "^3.5.6"
}
}

0 comments on commit f1bd5d3

Please sign in to comment.