styled-jsx
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "styled-jsx", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"license": "MIT", | ||
@@ -96,3 +96,3 @@ "repository": "vercel/styled-jsx", | ||
"peerDependencies": { | ||
"react": ">= 16.8.0 || 17.x.x || 18.x.x" | ||
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0" | ||
}, | ||
@@ -107,2 +107,9 @@ "peerDependenciesMeta": { | ||
}, | ||
"release": { | ||
"branches": [ | ||
"main", | ||
"alpha", | ||
"beta" | ||
] | ||
}, | ||
"engines": { | ||
@@ -109,0 +116,0 @@ "node": ">= 12.0.0" |
# styled-jsx | ||
[![build status](https://github.com/vercel/styled-jsx/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/vercel/styled-jsx/actions?query=branch%3Amaster) | ||
[![build status](https://github.com/vercel/styled-jsx/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/vercel/styled-jsx/actions?query=branch%3Amain) | ||
@@ -601,3 +601,3 @@ Full, scoped and component-friendly CSS support for JSX (rendered on the server or the client). | ||
Then `resolve` can be imported from `styled-jsx/macro` and used the same way as in the example in the [Using `resolve` as a Babel macro](https://github.com/vercel/styled-jsx/blob/master/readme.md#using-resolve-as-a-babel-macro) section above. | ||
Then `resolve` can be imported from `styled-jsx/macro` and used the same way as in the example in the [Using `resolve` as a Babel macro](https://github.com/vercel/styled-jsx/blob/main/readme.md#using-resolve-as-a-babel-macro) section above. | ||
@@ -954,3 +954,3 @@ #### Styles in regular CSS files | ||
_If you have a solution for an editor not on the list_ **please [open a PR](https://github.com/vercel/styled-jsx/pull/new/master)** _and let us now._ | ||
_If you have a solution for an editor not on the list_ **please [open a PR](https://github.com/vercel/styled-jsx/pull/new/main)** _and let us now._ | ||
@@ -957,0 +957,0 @@ ### Atom |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
867204