Skip to content

Commit

Permalink
fix web streams, null coalescing in conditionals
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Jun 27, 2021
1 parent 0e30ba4 commit f5d9e16
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"@types/jest": "^26.0.23",
"@types/shelljs": "^0.8.8",
"babel-jest": "^26.6.3",
"babel-plugin-jsx-dom-expressions": "^0.28.9",
"babel-plugin-jsx-dom-expressions": "^0.28.10",
"coveralls": "^3.1.0",
"dom-expressions": "0.28.9",
"dom-expressions": "0.28.11",
"gitly": "^2.1.0",
"hyper-dom-expressions": "0.28.9",
"hyper-dom-expressions": "0.28.11",
"jest": "~26.6.3",
"jest-ts-webcompat-resolver": "^1.0.0",
"lerna": "^3.22.1",
"lit-dom-expressions": "0.28.9",
"lit-dom-expressions": "0.28.11",
"ncp": "2.0.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
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.28.9"
"babel-plugin-jsx-dom-expressions": "^0.28.10"
}
}

0 comments on commit f5d9e16

Please sign in to comment.