Skip to content

Commit 9f11d35

Browse files
committed
Update dev-dependencies
1 parent f1f7d32 commit 9f11d35

File tree

5 files changed

+2300
-2774
lines changed

5 files changed

+2300
-2774
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

babel.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = function config(api) {
2+
api.cache(true);
3+
4+
return {
5+
presets: ['@babel/preset-env'],
6+
};
7+
};

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,31 +22,31 @@
2222
"property-information": "^4.2.0"
2323
},
2424
"devDependencies": {
25-
"babel-core": "^6.26.3",
26-
"babel-eslint": "^8.2.3",
27-
"babel-jest": "^23.0.1",
28-
"babel-plugin-external-helpers": "^6.22.0",
29-
"babel-preset-env": "^1.7.0",
25+
"@babel/core": "^7.4.5",
26+
"@babel/preset-env": "^7.4.5",
27+
"babel-eslint": "^10.0.0",
28+
"babel-jest": "^24.0.0",
29+
"babel-plugin-external-helpers": "^6.0.0",
3030
"babelrc-rollup": "^3.0.0",
31-
"bowser": "^1.9.3",
32-
"eslint": "^4.19.1",
33-
"eslint-config-airbnb-base": "^12.1.0",
34-
"eslint-plugin-import": "^2.12.0",
35-
"glob": "^7.1.2",
36-
"hastscript": "^4.1.0",
37-
"jasmine-core": "^3.1.0",
38-
"jest-cli": "^23.1.0",
39-
"karma": "^2.0.2",
40-
"karma-chrome-launcher": "^2.2.0",
41-
"karma-firefox-launcher": "^1.1.0",
42-
"karma-jasmine": "^1.1.2",
43-
"karma-mocha-reporter": "^2.2.5",
44-
"karma-rollup-preprocessor": "^6.0.0",
31+
"bowser": "^2.0.0",
32+
"eslint": "^5.0.0",
33+
"eslint-config-airbnb-base": "^13.0.0",
34+
"eslint-plugin-import": "^2.0.0",
35+
"glob": "^7.0.0",
36+
"hastscript": "^5.0.0",
37+
"jasmine-core": "^3.0.0",
38+
"jest-cli": "^24.0.0",
39+
"karma": "^4.0.0",
40+
"karma-chrome-launcher": "^2.0.0",
41+
"karma-firefox-launcher": "^1.0.0",
42+
"karma-jasmine": "^2.0.0",
43+
"karma-mocha-reporter": "^2.0.0",
44+
"karma-rollup-preprocessor": "^7.0.0",
4545
"karma-safari-launcher": "^1.0.0",
46-
"rollup": "^0.59.4",
47-
"rollup-plugin-babel": "^3.0.4",
48-
"rollup-plugin-commonjs": "^9.1.3",
49-
"rollup-plugin-node-resolve": "^3.3.0"
46+
"rollup": "^1.0.0",
47+
"rollup-plugin-babel": "^4.0.0",
48+
"rollup-plugin-commonjs": "^10.0.0",
49+
"rollup-plugin-node-resolve": "^5.0.0"
5050
},
5151
"files": [
5252
"dist"

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
plugins: [
1212
babel({
1313
presets: [
14-
['env', { modules: false }],
14+
['@babel/preset-env', { modules: false }],
1515
],
1616
babelrc: false,
1717
}),

0 commit comments

Comments
 (0)