Skip to content

Commit 2e6fc9d

Browse files
committed
Upgrade babel and webpack
1 parent ddc06b6 commit 2e6fc9d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"babel-cli": "^6.26.0",
4141
"babel-eslint": "^7.2.3",
42-
"babel-loader": "^7.0.0",
42+
"babel-loader": "^7.1.2",
4343
"babel-plugin-add-module-exports": "^0.2.1",
4444
"babel-preset-env": "^1.4.0",
4545
"babel-preset-react": "^6.24.1",
@@ -52,7 +52,7 @@
5252
"eslint-plugin-prettier": "^2.2.0",
5353
"eslint-plugin-react": "^7.2.1",
5454
"prettier": "^1.5.3",
55-
"webpack": "^3.5.5"
55+
"webpack": "^3.6.0"
5656
},
5757
"dependencies": {
5858
"detect-it": "^3.0.3",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,9 @@ babel-helpers@^6.24.1:
420420
babel-runtime "^6.22.0"
421421
babel-template "^6.24.1"
422422

423-
babel-loader@^7.0.0:
424-
version "7.1.1"
425-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.1.tgz#b87134c8b12e3e4c2a94e0546085bc680a2b8488"
423+
babel-loader@^7.1.2:
424+
version "7.1.2"
425+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.2.tgz#f6cbe122710f1aa2af4d881c6d5b54358ca24126"
426426
dependencies:
427427
find-cache-dir "^1.0.0"
428428
loader-utils "^1.0.2"
@@ -3583,9 +3583,9 @@ webpack-sources@^1.0.1:
35833583
source-list-map "^2.0.0"
35843584
source-map "~0.5.3"
35853585

3586-
webpack@^3.5.5:
3587-
version "3.5.5"
3588-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.5.5.tgz#3226f09fc8b3e435ff781e7af34f82b68b26996c"
3586+
webpack@^3.6.0:
3587+
version "3.6.0"
3588+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.6.0.tgz#a89a929fbee205d35a4fa2cc487be9cbec8898bc"
35893589
dependencies:
35903590
acorn "^5.0.0"
35913591
acorn-dynamic-import "^2.0.0"

0 commit comments

Comments
 (0)