Skip to content

Commit

Permalink
improve template escaping, fragment hydration, SVG use types
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Feb 14, 2024
1 parent 829af66 commit 4ee461d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 24 deletions.
6 changes: 6 additions & 0 deletions .changeset/weak-ads-try.md
@@ -0,0 +1,6 @@
---
"babel-preset-solid": patch
"solid-js": patch
---

improve template escaping, fragment hydration, SVG use types
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -34,13 +34,13 @@
"@rollup/plugin-replace": "^5.0.2",
"@types/node": "^18.11.19",
"@vitest/coverage-c8": "^0.29.7",
"babel-plugin-jsx-dom-expressions": "^0.37.16",
"babel-plugin-jsx-dom-expressions": "^0.37.17",
"coveralls": "^3.1.1",
"csstype": "^3.1.0",
"dom-expressions": "0.37.16",
"hyper-dom-expressions": "0.37.16",
"dom-expressions": "0.37.17",
"hyper-dom-expressions": "0.37.17",
"jsdom": "^21.1.1",
"lit-dom-expressions": "0.37.16",
"lit-dom-expressions": "0.37.17",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-solid/package.json
Expand Up @@ -14,7 +14,7 @@
"test": "node test.js"
},
"dependencies": {
"babel-plugin-jsx-dom-expressions": "^0.37.16"
"babel-plugin-jsx-dom-expressions": "^0.37.17"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

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

0 comments on commit 4ee461d

Please sign in to comment.