Skip to content

Commit

Permalink
chore(deps-dev): Bump @4c/babel-preset from 6.0.3 to 7.0.0 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Aug 15, 2019
1 parent 90aae52 commit 44c349f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@4c/babel-preset": "^6.0.1",
"@4c/babel-preset": "^7.0.0",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@types/react": "^16.8.15",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@4c/babel-preset@^6.0.1":
version "6.0.3"
resolved "https://registry.yarnpkg.com/@4c/babel-preset/-/babel-preset-6.0.3.tgz#75388cc9c059074025e8dc790480c0a593206b37"
integrity sha512-e0XmDeeSX4Gjy0yNC1M346AON/DX2d+ELJD/C7PBU8GmRGshbxmHwFoEYTZSI/ERhvfCvlAHmyKV5OlZutw7ig==
"@4c/babel-preset@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@4c/babel-preset/-/babel-preset-7.0.0.tgz#8a96d5e7548fe7b31a24470f506bb579670c86f7"
integrity sha512-tcKwypPd1nYZcWg6AS1Zcm1z2uZDWqEKJdILUw5zjUpEDRLcflgyJ3ndlKJlmiid/ffgUUJKo6O6rlTfz9aJiA==
dependencies:
"@babel/plugin-proposal-class-properties" "^7.5.5"
"@babel/plugin-proposal-export-default-from" "^7.5.2"
Expand All @@ -16,7 +16,7 @@
"@babel/preset-env" "^7.5.5"
"@babel/preset-react" "^7.0.0"
babel-plugin-dev-expression "^0.2.2"
babel-plugin-react-intl "^4.1.5"
babel-plugin-react-intl "^4.1.12"
browserslist "^4.6.6"
lodash "^4.17.15"
read-pkg-up "^6.0.0"
Expand Down Expand Up @@ -1550,16 +1550,16 @@ babel-plugin-jest-hoist@^24.6.0:
dependencies:
"@types/babel__traverse" "^7.0.6"

babel-plugin-react-intl@^4.1.5:
version "4.1.5"
resolved "https://registry.yarnpkg.com/babel-plugin-react-intl/-/babel-plugin-react-intl-4.1.5.tgz#7e65f1d18a4f54c4813e18c6f9c4d72f6167a69f"
integrity sha512-wERgTY+NUiaO1fY3yRXB9XYDtMlhyrIlCyixSO5vgQ48OJQL5A6bZ9HBz6OA+2I2ciSjCmQOxj38eEQczzStKw==
babel-plugin-react-intl@^4.1.12:
version "4.1.12"
resolved "https://registry.yarnpkg.com/babel-plugin-react-intl/-/babel-plugin-react-intl-4.1.12.tgz#d45d06e247c6428dc453f3927dcf2c6455c8a2d1"
integrity sha512-dCw7LjfDCS03ugW0Oz1XG8J/OgAnEDsKqcyfzlDb4JL6aLiYz87XvM9sIdbMAdPZXaHLhj9GyK8CueyMIm66NQ==
dependencies:
"@babel/core" "^7.4.5"
"@babel/helper-plugin-utils" "^7.0.0"
"@types/babel__core" "^7.1.2"
fs-extra "^8.0.1"
intl-messageformat-parser "^3.0.1"
intl-messageformat-parser "^3.0.7"

babel-preset-jest@^24.6.0:
version "24.6.0"
Expand Down Expand Up @@ -3529,10 +3529,10 @@ inquirer@^6.2.2:
strip-ansi "^5.1.0"
through "^2.3.6"

intl-messageformat-parser@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/intl-messageformat-parser/-/intl-messageformat-parser-3.0.1.tgz#3d46d108708c0dda3abed73d768be598e057fd24"
integrity sha512-3qVo8VvONtNu3Ky8nH8avuLyC0te5bx4oZCIUmFwArhJ3xBhcikfZBWcSB1WU6y+BdEMLEuwgRVQyoueVe0GpA==
intl-messageformat-parser@^3.0.7:
version "3.0.7"
resolved "https://registry.yarnpkg.com/intl-messageformat-parser/-/intl-messageformat-parser-3.0.7.tgz#d28493501a1bc40a094239b7ef26fe9412558e72"
integrity sha512-L16VbbV3NFaiZV65XwOIH9fBe52TS2EkOR0k8Y4ratsgTE7KPEbcUCUrz/iEQwJo7BcWY4ohkZbeYZRgAiPR1Q==

invariant@^2.2.2, invariant@^2.2.4:
version "2.2.4"
Expand Down

0 comments on commit 44c349f

Please sign in to comment.