create-emotion-server
Advanced tools
Comparing version 10.0.0-beta.5 to 10.0.0-beta.6
{ | ||
"name": "create-emotion-server", | ||
"version": "10.0.0-beta.5", | ||
"version": "10.0.0-beta.6", | ||
"description": "SSR and style extraction tooling for emotion, The Next Generation of CSS-in-JS.", | ||
@@ -16,2 +16,3 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@emotion/utils": "^0.10.0", | ||
"html-tokenize": "^2.0.0", | ||
@@ -23,5 +24,3 @@ "multipipe": "^1.0.2", | ||
"@types/node": "^10.11.4", | ||
"dtslint": "^0.3.0", | ||
"emotion": "^10.0.0-beta.5", | ||
"react-emotion": "^10.0.0-beta.5" | ||
"dtslint": "^0.3.0" | ||
}, | ||
@@ -28,0 +27,0 @@ "author": "Kye Hohenberger", |
@@ -5,3 +5,3 @@ // Definitions by: Junyoung Clare Jang <https://github.com/Ailrun> | ||
/// <reference types="node" /> | ||
import { EmotionCache } from 'emotion' | ||
import { EmotionCache } from '@emotion/utils' | ||
@@ -8,0 +8,0 @@ export interface EmotionCritical { |
Sorry, the diff of this file is not supported yet
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
2
23793
4
+ Added@emotion/utils@^0.10.0
+ Added@emotion/utils@0.10.1(transitive)