Skip to content

Commit

Permalink
fix #2259 attr: in ssr, updates some types
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Aug 27, 2024
1 parent 19d0295 commit 26128ec
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 23 deletions.
6 changes: 6 additions & 0 deletions .changeset/sharp-tools-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"babel-preset-solid": patch
"solid-js": patch
---

fix #2259 attr: in ssr, updates some types
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
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.38.1",
"babel-plugin-jsx-dom-expressions": "^0.38.5",
"coveralls": "^3.1.1",
"csstype": "^3.1.0",
"dom-expressions": "0.38.4",
"hyper-dom-expressions": "0.38.4",
"dom-expressions": "0.38.5",
"hyper-dom-expressions": "0.38.5",
"jsdom": "^21.1.1",
"lit-dom-expressions": "0.38.4",
"lit-dom-expressions": "0.38.5",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "node test.js"
},
"dependencies": {
"babel-plugin-jsx-dom-expressions": "^0.38.1"
"babel-plugin-jsx-dom-expressions": "^0.38.5"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
36 changes: 18 additions & 18 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 26128ec

Please sign in to comment.