Merge pull request #226 from ankithkonda/fix_babel

build: Upgrade babel core and add babel loader for storybook
This commit is contained in:
Ward Oosterlijnck 2019-04-12 18:50:22 +10:00 committed by GitHub
commit e8ce33cdac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -50,6 +50,7 @@
"rebound": "*"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.3.3",
@ -64,6 +65,7 @@
"@types/jest": "24.0.11",
"@types/react": "16.8.13",
"babel-core": "6.26.3",
"babel-loader": "^8.0.5",
"fork-ts-checker-webpack-plugin": "1.0.2",
"gh-pages": "2.0.1",
"jest": "24.7.1",

View File

@ -29,7 +29,7 @@
semver "^5.4.1"
source-map "^0.5.0"
"@babel/core@^7.1.0":
"@babel/core@^7.1.0", "@babel/core@^7.4.3":
version "7.4.3"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.3.tgz#198d6d3af4567be3989550d97e068de94503074f"
integrity sha512-oDpASqKFlbspQfzAE7yaeTmdljSH2ADIvBlb0RwbStltTuWa0+7CCI1fYVINNv9saHPa1W7oaKeuNuKj+RQCvA==
@ -3156,7 +3156,7 @@ babel-jest@^24.7.1:
chalk "^2.4.2"
slash "^2.0.0"
babel-loader@8.0.5:
babel-loader@8.0.5, babel-loader@^8.0.5:
version "8.0.5"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.5.tgz#225322d7509c2157655840bba52e46b6c2f2fe33"
integrity sha512-NTnHnVRd2JnRqPC0vW+iOQWU5pchDbYXsG2E6DMXEpMfUcQKclF9gmf3G3ZMhzG7IG9ji4coL0cm+FxeWxDpnw==