Skip to content

Commit e90abc2

Browse files
committed
Babel upgrade.
1 parent 14e0b27 commit e90abc2

File tree

2 files changed

+1688
-431
lines changed

2 files changed

+1688
-431
lines changed

package.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "./node_modules/.bin/mocha --reporter spec test --recursive",
8-
"lint": "./node_modules/.bin/eslint lib test index.js",
7+
"test": "mocha --reporter spec test --recursive",
8+
"lint": "eslint lib test index.js",
99
"travis:lint": "npm run lint"
1010
},
1111
"bin": {
@@ -25,10 +25,10 @@
2525
},
2626
"homepage": "https://github.com/symfony/webpack-encore",
2727
"dependencies": {
28-
"@babel/core": "^7.0.0-beta.49",
29-
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.49",
30-
"@babel/preset-env": "^7.0.0-beta.49",
31-
"babel-loader": "^8.0.0-beta.2",
28+
"@babel/core": "^7.0.0",
29+
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
30+
"@babel/preset-env": "^7.0.0",
31+
"babel-loader": "^8.0.0",
3232
"chalk": "^2.4.1",
3333
"clean-webpack-plugin": "^0.1.19",
3434
"css-loader": "^0.28.10",
@@ -54,8 +54,9 @@
5454
"yargs": "^8.0.1"
5555
},
5656
"devDependencies": {
57-
"@babel/plugin-transform-react-jsx": "^7.0.0-beta.49",
58-
"@babel/preset-react": "^7.0.0-beta.49",
57+
"@babel/core": "^7.0.0",
58+
"@babel/plugin-transform-react-jsx": "^7.0.0",
59+
"@babel/preset-react": "^7.0.0",
5960
"autoprefixer": "^8.5.0",
6061
"babel-eslint": "^8.2.1",
6162
"chai": "^3.5.0",

0 commit comments

Comments
 (0)