diff --git a/package.json b/package.json index 4dae516..42103d3 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "babel-plugin-component": "git://github.com/u3u/babel-plugin-component.git", "babel-plugin-emotion": "^9.2.8", "babel-plugin-jsx-v-model": "^2.0.3", - "emotion": "^9.2.8", + "emotion": "^9.2.9", "lint-staged": "^7.2.2", "prettier": "^1.14.2", "prettier-eslint-check": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 9beef11..9a306e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -151,6 +151,12 @@ "@babel/types" "7.0.0-beta.51" lodash "^4.17.5" +"@babel/helper-module-imports@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d" + dependencies: + "@babel/types" "^7.0.0" + "@babel/helper-module-transforms@7.0.0-beta.47": version "7.0.0-beta.47" resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.0.0-beta.47.tgz#7eff91fc96873bd7b8d816698f1a69bbc01f3c38" @@ -664,6 +670,14 @@ lodash "^4.17.5" to-fast-properties "^2.0.0" +"@babel/types@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118" + dependencies: + esutils "^2.0.2" + lodash "^4.17.10" + to-fast-properties "^2.0.0" + "@emotion/babel-utils@^0.6.4": version "0.6.9" resolved "https://registry.npmjs.org/@emotion/babel-utils/-/babel-utils-0.6.9.tgz#bb074fadad65c443a575d3379488415fd194fc75" @@ -1423,6 +1437,24 @@ babel-plugin-emotion@^9.2.8: source-map "^0.5.7" touch "^1.0.0" +babel-plugin-emotion@^9.2.9: + version "9.2.9" + resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-9.2.9.tgz#7b3c72fd6a333127abafe7fb693bcb421e7f5b9f" + dependencies: + "@babel/helper-module-imports" "^7.0.0" + "@emotion/babel-utils" "^0.6.4" + "@emotion/hash" "^0.6.2" + "@emotion/memoize" "^0.6.1" + "@emotion/stylis" "^0.7.0" + babel-core "^6.26.3" + babel-plugin-macros "^2.0.0" + babel-plugin-syntax-jsx "^6.18.0" + convert-source-map "^1.5.0" + find-root "^1.1.0" + mkdirp "^0.5.1" + source-map "^0.5.7" + touch "^1.0.0" + babel-plugin-jsx-v-model@^2.0.3: version "2.0.3" resolved "https://registry.npmjs.org/babel-plugin-jsx-v-model/-/babel-plugin-jsx-v-model-2.0.3.tgz#c396416b99cb1af782087315ae1d3e62e070f47d" @@ -2774,11 +2806,11 @@ emotion-utils@^9.1.0: version "9.1.0" resolved "https://registry.npmjs.org/emotion-utils/-/emotion-utils-9.1.0.tgz#7484dbf18f3b1dc1de68559d1ff35a74caa998dc" -emotion@^9.2.8: - version "9.2.8" - resolved "https://registry.npmjs.org/emotion/-/emotion-9.2.8.tgz#b89e754be1a109f4e47ff0031928f94e40d7984a" +emotion@^9.2.9: + version "9.2.9" + resolved "https://registry.yarnpkg.com/emotion/-/emotion-9.2.9.tgz#c2028705acc60a138ecb69d3fc1d2056764f61a1" dependencies: - babel-plugin-emotion "^9.2.8" + babel-plugin-emotion "^9.2.9" create-emotion "^9.2.6" encodeurl@~1.0.2: