Skip to content

Commit

Permalink
update readme babel version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Jan 14, 2020
1 parent ea05607 commit 91c82f4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
22 changes: 15 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/jest": "^24.0.23",
"@types/requestidlecallback": "^0.3.1",
"babel-jest": "^24.9.0",
"babel-plugin-jsx-dom-expressions": "~0.15.0",
"babel-plugin-jsx-dom-expressions": "~0.15.1",
"coveralls": "^3.0.9",
"dom-expressions": "0.15.0",
"hyper-dom-expressions": "~0.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"test": "node test.js"
},
"dependencies": {
"babel-plugin-jsx-dom-expressions": "~0.15.0"
"babel-plugin-jsx-dom-expressions": "~0.15.1"
}
}
2 changes: 1 addition & 1 deletion packages/solid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Solid is a declarative Javascript library for creating user interfaces. It does
- Function Components with no need for lifecycle methods or specialized configuration objects.
- Render once mental model.
- Fast! Almost indistinguishable performance vs optimized painfully imperative vanilla DOM code. See Solid on [JS Framework Benchmark](https://github.com/krausest/js-framework-benchmark).
- Supports modern features like JSX, Fragments, Context, Portals, Suspense, SSR, and Asynchronous Rendering.
- Supports modern features like JSX, Fragments, Context, Portals, Suspense, SSR, Error Boundaries and Asynchronous Rendering.
- Built on TypeScript.
- Webcomponent friendly
- Implicit event delegation with Shadow DOM Retargeting
Expand Down

0 comments on commit 91c82f4

Please sign in to comment.