This repository was archived by the owner on Aug 24, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +1761
-1208
lines changed
Expand file tree Collapse file tree 11 files changed +1761
-1208
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,5 +16,6 @@ module.exports = {
1616 'lines-between-class-members' : 'off' ,
1717
1818 'import/prefer-default-export' : 'off' ,
19+ 'import/no-extraneous-dependencies' : 'off' ,
1920 } ,
2021}
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ presets : [
3+ [
4+ '@babel/preset-env' ,
5+ {
6+ targets : {
7+ node : '6' ,
8+ } ,
9+ } ,
10+ ] ,
11+ ] ,
12+ plugins : [ '@babel/plugin-proposal-class-properties' ] ,
13+ }
Original file line number Diff line number Diff line change 1212 "test" : " jest --runInBand"
1313 },
1414 "devDependencies" : {
15- "babel- cli" : " ^6.26 .0" ,
16- "babel- core" : " ^6.26.3 " ,
17- "babel-eslint " : " ^8.2.6 " ,
18- "babel-jest " : " ^23.4.2 " ,
19- "babel-plugin-transform-class-properties " : " ^6.24.1 " ,
20- "babel-plugin-transform-object-rest-spread " : " ^6.26 .0" ,
21- "babel-preset-env " : " ^1.7 .0" ,
22- "codecov" : " ^3.0.4 " ,
23- "eslint" : " ^5.3 .0" ,
15+ "@ babel/ cli" : " ^7.0 .0" ,
16+ "@ babel/ core" : " ^7.0.1 " ,
17+ "@ babel/plugin-proposal-class-properties " : " ^7.0.0 " ,
18+ "@ babel/preset-env " : " ^7.0.0 " ,
19+ "babel-core " : " 7.0.0-bridge.0 " ,
20+ "babel-eslint " : " ^9.0 .0" ,
21+ "babel-jest " : " ^23.6 .0" ,
22+ "codecov" : " ^3.1.0 " ,
23+ "eslint" : " ^5.6 .0" ,
2424 "eslint-config-airbnb-base" : " ^13.1.0" ,
2525 "eslint-config-prettier" : " ^3.0.1" ,
2626 "eslint-plugin-import" : " ^2.14.0" ,
27- "jest" : " ^23.5 .0" ,
28- "lerna" : " ^3.0.6 " ,
27+ "jest" : " ^23.6 .0" ,
28+ "lerna" : " ^3.4.0 " ,
2929 "prettier" : " ^1.14.2"
3030 },
3131 "workspaces" : [
Original file line number Diff line number Diff line change 1616 "h2x-generate" : " ^1.0.0" ,
1717 "h2x-parse" : " ^1.0.0" ,
1818 "h2x-traverse" : " ^1.0.0"
19- },
20- "devDependencies" : {
21- "h2x-types" : " ^1.0.0"
2219 }
2320}
Original file line number Diff line number Diff line change 1414 },
1515 "dependencies" : {
1616 "h2x-traverse" : " ^1.0.0"
17- },
18- "devDependencies" : {
19- "h2x-parse" : " ^1.0.0"
2017 }
2118}
Original file line number Diff line number Diff line change 1414 },
1515 "dependencies" : {
1616 "h2x-types" : " ^1.0.0" ,
17- "jsdom" : " ^11.10 .0"
17+ "jsdom" : " ^12.0 .0"
1818 }
1919}
Original file line number Diff line number Diff line change 1414 },
1515 "dependencies" : {
1616 "h2x-types" : " ^1.0.0"
17- },
18- "devDependencies" : {
19- "h2x-core" : " ^1.0.0"
2017 }
2118}
Original file line number Diff line number Diff line change 1414 },
1515 "dependencies" : {
1616 "h2x-types" : " ^1.0.0"
17- },
18- "devDependencies" : {
19- "h2x-parse" : " ^1.0.0"
2017 }
2118}
Original file line number Diff line number Diff line change 1111 "prebuild" : " rm -rf lib/" ,
1212 "build" : " babel --config-file ../../babel.config.js -d lib --ignore \" **/*.test.js\" src" ,
1313 "prepublishOnly" : " yarn run build"
14- },
15- "devDependencies" : {
16- "h2x-parse" : " ^1.0.0"
1714 }
1815}
You can’t perform that action at this time.
0 commit comments