Skip to content

Commit

Permalink
fix #2100, fix #2102 - hydration errors due to over optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Mar 19, 2024
1 parent 24abc82 commit 071cd42
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 38 deletions.
6 changes: 6 additions & 0 deletions .changeset/great-meals-juggle.md
@@ -0,0 +1,6 @@
---
"babel-preset-solid": patch
"solid-js": patch
---

fix #2100, fix #2102 - hydration errors due to over optimization
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -34,21 +34,21 @@
"@rollup/plugin-replace": "^5.0.2",
"@types/node": "^18.11.19",
"@vitest/coverage-c8": "^0.29.7",
"babel-plugin-jsx-dom-expressions": "^0.37.17",
"babel-plugin-jsx-dom-expressions": "^0.37.19",
"coveralls": "^3.1.1",
"csstype": "^3.1.0",
"dom-expressions": "0.37.17",
"hyper-dom-expressions": "0.37.17",
"dom-expressions": "0.37.19",
"hyper-dom-expressions": "0.37.19",
"jsdom": "^21.1.1",
"lit-dom-expressions": "0.37.17",
"lit-dom-expressions": "0.37.19",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"rollup": "^3.7.5",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-copy": "^3.4.0",
"seroval": "^1.0.3",
"seroval": "^1.0.4",
"simple-git-hooks": "^2.8.1",
"symlink-dir": "^5.0.1",
"tsconfig-replace-paths": "^0.0.11",
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.17"
"babel-plugin-jsx-dom-expressions": "^0.37.19"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Expand Up @@ -241,7 +241,7 @@
],
"dependencies": {
"csstype": "^3.1.0",
"seroval": "^1.0.3",
"seroval": "^1.0.4",
"seroval-plugins": "^1.0.3"
}
}
62 changes: 31 additions & 31 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 071cd42

Please sign in to comment.