From 64892e00a774cf357ce08c98f60aef8c7e661b31 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 19:53:53 +0000 Subject: [PATCH] Update babel-plugin-css-modules-transform requirement Updates the requirements on [babel-plugin-css-modules-transform](https://github.com/michalkvasnicak/babel-plugin-css-modules-transform) to permit the latest version. - [Release notes](https://github.com/michalkvasnicak/babel-plugin-css-modules-transform/releases) - [Commits](https://github.com/michalkvasnicak/babel-plugin-css-modules-transform/compare/v0.1.0...v1.6.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d84addf07..37f017c18 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "babel-core": "^6.3.15", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.0", - "babel-plugin-css-modules-transform": "^0.1.0", + "babel-plugin-css-modules-transform": "^1.6.2", "babel-plugin-transform-object-assign": "^6.8.0", "babel-plugin-transform-runtime": "^6.15.0", "babel-polyfill": "^6.3.14",