diff --git a/package.json b/package.json index 9ee2b9c..0f4f703 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rosim", "description": "Ragnarok Online Stats Simulator", - "version": "1.5.2", + "version": "1.5.3", "author": "Evan Ye (https://jigsawye.com/)", "license": "MIT", "homepage": "https://rosim.jigsawye.com", @@ -42,7 +42,7 @@ "deploy": "gh-pages -m 'auto commit [ci skip]' -d build" }, "devDependencies": { - "babel-plugin-import": "^1.6.5", + "babel-plugin-import": "^1.6.6", "babel-plugin-lodash": "^3.3.2", "dotenv": "^5.0.1", "react-app-rewire-define-plugin": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index baf0362..93f8eae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -616,9 +616,9 @@ babel-plugin-dynamic-import-node@1.1.0: babel-template "^6.26.0" babel-types "^6.26.0" -babel-plugin-import@^1.6.5: - version "1.6.5" - resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.6.5.tgz#fb25fafdaeef1e309d3a17338eefb4bad54f7fc0" +babel-plugin-import@^1.6.6: + version "1.6.6" + resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.6.6.tgz#b57e9f9f76f8cd48ca00f2b2b6594a194f3a6769" dependencies: "@babel/helper-module-imports" "^7.0.0-beta.34"