@teleporthq/teleport-plugin-react-styled-components
Advanced tools
Comparing version
import { createReactStyledComponentsPlugin } from '../src' | ||
import { staticNode, elementNode, component } from '@teleporthq/teleport-uidl-builders' | ||
import { ComponentStructure, PluginStyledComponent } from '@teleporthq/teleport-types' | ||
import { ComponentStructure } from '@teleporthq/teleport-types' | ||
import { createComponentChunk } from './mocks' | ||
@@ -112,4 +112,4 @@ | ||
expect(plugin(structure)).rejects.toThrow(PluginStyledComponent) | ||
await expect(plugin(structure)).rejects.toThrow(Error) | ||
}) | ||
}) |
{ | ||
"name": "@teleporthq/teleport-plugin-react-styled-components", | ||
"version": "0.18.0", | ||
"version": "0.18.1", | ||
"description": "A plugin for injecting the styles through styled-components inside React components", | ||
@@ -28,7 +28,7 @@ "author": "teleportHQ", | ||
"@babel/types": "^7.5.5", | ||
"@teleporthq/teleport-plugin-common": "^0.18.0", | ||
"@teleporthq/teleport-shared": "^0.18.0", | ||
"@teleporthq/teleport-types": "^0.18.0" | ||
"@teleporthq/teleport-plugin-common": "^0.18.1", | ||
"@teleporthq/teleport-shared": "^0.18.1", | ||
"@teleporthq/teleport-types": "^0.18.1" | ||
}, | ||
"gitHead": "7b47f013bf1889e19b31875a8f3abdc43b22615a" | ||
"gitHead": "9d045364b4d8ca2deb6f67c1a6f625840c3c151d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
174762
-0.02%