diff --git a/package.json b/package.json index 4dae516..65a387f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@vue/eslint-config-airbnb": "^3.0.1", "@vue/eslint-config-typescript": "^3.0.1", "babel-plugin-component": "git://github.com/u3u/babel-plugin-component.git", - "babel-plugin-emotion": "^9.2.8", + "babel-plugin-emotion": "^9.2.10", "babel-plugin-jsx-v-model": "^2.0.3", "emotion": "^9.2.8", "lint-staged": "^7.2.2", diff --git a/yarn.lock b/yarn.lock index 9beef11..b8daa36 100644 --- a/yarn.lock +++ b/yarn.lock @@ -144,12 +144,11 @@ "@babel/types" "7.0.0-beta.47" lodash "^4.17.5" -"@babel/helper-module-imports@7.0.0-beta.51": - version "7.0.0-beta.51" - resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.51.tgz#ce00428045fbb7d5ebc0ea7bf835789f15366ab2" +"@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-beta.51" - lodash "^4.17.5" + "@babel/types" "^7.0.0" "@babel/helper-module-transforms@7.0.0-beta.47": version "7.0.0-beta.47" @@ -656,12 +655,12 @@ lodash "^4.17.5" to-fast-properties "^2.0.0" -"@babel/types@7.0.0-beta.51": - version "7.0.0-beta.51" - resolved "https://registry.npmjs.org/@babel/types/-/types-7.0.0-beta.51.tgz#d802b7b543b5836c778aa691797abf00f3d97ea9" +"@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.5" + lodash "^4.17.10" to-fast-properties "^2.0.0" "@emotion/babel-utils@^0.6.4": @@ -1405,11 +1404,11 @@ babel-plugin-dynamic-import-node@^2.0.0: babel-plugin-syntax-dynamic-import "^6.18.0" object.assign "^4.1.0" -babel-plugin-emotion@^9.2.8: - version "9.2.8" - resolved "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-9.2.8.tgz#4df55ef10625c391f25b031f7e3006abac359e09" +babel-plugin-emotion@^9.2.10, babel-plugin-emotion@^9.2.8: + version "9.2.10" + resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-9.2.10.tgz#983c288106cece7ce761df0513683ef0d241c466" dependencies: - "@babel/helper-module-imports" "7.0.0-beta.51" + "@babel/helper-module-imports" "^7.0.0" "@emotion/babel-utils" "^0.6.4" "@emotion/hash" "^0.6.2" "@emotion/memoize" "^0.6.1" @@ -1421,7 +1420,7 @@ babel-plugin-emotion@^9.2.8: find-root "^1.1.0" mkdirp "^0.5.1" source-map "^0.5.7" - touch "^1.0.0" + touch "^2.0.1" babel-plugin-jsx-v-model@^2.0.3: version "2.0.3" @@ -7212,9 +7211,9 @@ toposort@^1.0.0: version "1.0.7" resolved "https://registry.npmjs.org/toposort/-/toposort-1.0.7.tgz#2e68442d9f64ec720b8cc89e6443ac6caa950029" -touch@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/touch/-/touch-1.0.0.tgz#449cbe2dbae5a8c8038e30d71fa0ff464947c4de" +touch@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/touch/-/touch-2.0.2.tgz#ca0b2a3ae3211246a61b16ba9e6cbf1596287164" dependencies: nopt "~1.0.10"