From 71192f058f3e4b9d023aa051875fb5d20013be00 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2019 13:21:23 +0000 Subject: [PATCH] build(deps-dev): bump babel-plugin-transform-react-remove-prop-types Bumps [babel-plugin-transform-react-remove-prop-types](https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types) from 0.4.19 to 0.4.24. - [Release notes](https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types/releases) - [Changelog](https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types/blob/master/CHANGELOG.md) - [Commits](https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types/compare/v0.4.19...v0.4.24) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79785aa..7c6ed32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1060,9 +1060,9 @@ } }, "babel-plugin-transform-react-remove-prop-types": { - "version": "0.4.19", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.19.tgz", - "integrity": "sha512-f49NsaohQ1ByY20nUrpc30QFdbeT4ntV4PAL2vSZe6uCB5nqAcqXS/qzU+aI6ZfYhWASx5eIsTFvFrs1B2ffGg==", + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz", + "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==", "dev": true }, "caniuse-lite": { diff --git a/package.json b/package.json index e913d5f..5faa864 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@babel/plugin-transform-runtime": "^7.1.0", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0", - "babel-plugin-transform-react-remove-prop-types": "^0.4.19" + "babel-plugin-transform-react-remove-prop-types": "^0.4.24" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"