This repository was archived by the owner on Sep 20, 2023. It is now read-only.
File tree 15 files changed +352
-68
lines changed
15 files changed +352
-68
lines changed Original file line number Diff line number Diff line change 96
96
"@babel/plugin-proposal-decorators" : " 7.8.3" ,
97
97
"@babel/plugin-proposal-export-default-from" : " 7.8.3" ,
98
98
"@babel/plugin-proposal-object-rest-spread" : " 7.8.3" ,
99
- "@babel/plugin-transform-destructuring" : " 7.8.3 " ,
99
+ "@babel/plugin-transform-destructuring" : " 7.8.8 " ,
100
100
"@babel/plugin-transform-object-assign" : " 7.8.3" ,
101
101
"@babel/plugin-transform-runtime" : " 7.8.3" ,
102
- "@babel/preset-env" : " 7.8.4 " ,
103
- "@babel/runtime" : " 7.8.4 " ,
102
+ "@babel/preset-env" : " 7.8.7 " ,
103
+ "@babel/runtime" : " 7.8.7 " ,
104
104
"apollo-server" : " 2.11.0" ,
105
- "babel-eslint" : " 10.0.3 " ,
105
+ "babel-eslint" : " 10.1.0 " ,
106
106
"babel-loader" : " 8.0.6" ,
107
107
"bip39" : " 2.6.0" ,
108
108
"clean-webpack-plugin" : " 3.0.0" ,
Original file line number Diff line number Diff line change 115
115
"@babel/plugin-proposal-decorators" : " 7.8.3" ,
116
116
"@babel/plugin-proposal-export-default-from" : " 7.8.3" ,
117
117
"@babel/plugin-proposal-object-rest-spread" : " 7.8.3" ,
118
- "@babel/plugin-transform-destructuring" : " 7.8.3 " ,
118
+ "@babel/plugin-transform-destructuring" : " 7.8.8 " ,
119
119
"@babel/plugin-transform-object-assign" : " 7.8.3" ,
120
120
"@babel/plugin-transform-runtime" : " 7.8.3" ,
121
- "@babel/preset-env" : " 7.8.4 " ,
122
- "@babel/runtime" : " 7.8.4 " ,
123
- "babel-eslint" : " 10.0.3 " ,
121
+ "@babel/preset-env" : " 7.8.7 " ,
122
+ "@babel/runtime" : " 7.8.7 " ,
123
+ "babel-eslint" : " 10.1.0 " ,
124
124
"babel-loader" : " 8.0.6" ,
125
125
"babel-plugin-fbt" : " 0.14.0" ,
126
126
"babel-plugin-fbt-runtime" : " 0.9.9" ,
Original file line number Diff line number Diff line change 99
99
"@babel/plugin-proposal-decorators" : " 7.8.3" ,
100
100
"@babel/plugin-proposal-export-default-from" : " 7.8.3" ,
101
101
"@babel/plugin-proposal-object-rest-spread" : " 7.8.3" ,
102
- "@babel/plugin-transform-destructuring" : " 7.8.3 " ,
102
+ "@babel/plugin-transform-destructuring" : " 7.8.8 " ,
103
103
"@babel/plugin-transform-object-assign" : " 7.8.3" ,
104
104
"@babel/plugin-transform-runtime" : " 7.8.3" ,
105
- "@babel/preset-env" : " 7.8.4 " ,
106
- "@babel/runtime" : " 7.8.4 " ,
107
- "babel-eslint" : " 10.0.3 " ,
105
+ "@babel/preset-env" : " 7.8.7 " ,
106
+ "@babel/runtime" : " 7.8.7 " ,
107
+ "babel-eslint" : " 10.1.0 " ,
108
108
"babel-loader" : " 8.0.6" ,
109
109
"babel-plugin-fbt" : " 0.14.0" ,
110
110
"babel-plugin-fbt-runtime" : " 0.9.9" ,
Original file line number Diff line number Diff line change 33
33
"web3-utils" : " ^1.2.1"
34
34
},
35
35
"devDependencies" : {
36
- "@babel/core" : " 7.8.4 " ,
37
- "@babel/polyfill" : " 7.8.3 " ,
38
- "@babel/preset-env" : " 7.8.4 " ,
39
- "@babel/register" : " 7.8.3 " ,
36
+ "@babel/core" : " 7.8.7 " ,
37
+ "@babel/polyfill" : " 7.8.7 " ,
38
+ "@babel/preset-env" : " 7.8.7 " ,
39
+ "@babel/register" : " 7.8.6 " ,
40
40
"chai" : " 4.2.0" ,
41
41
"crypto" : " 1.0.1" ,
42
42
"eslint" : " 6.8.0" ,
Original file line number Diff line number Diff line change 35
35
"zlib" : " 1.0.5"
36
36
},
37
37
"devDependencies" : {
38
- "@babel/core" : " 7.8.4 " ,
39
- "@babel/preset-env" : " 7.8.4 " ,
40
- "@babel/register" : " 7.8.3 " ,
38
+ "@babel/core" : " 7.8.7 " ,
39
+ "@babel/preset-env" : " 7.8.7 " ,
40
+ "@babel/register" : " 7.8.6 " ,
41
41
"autocannon" : " 4.6.0" ,
42
42
"chai" : " 4.2.0" ,
43
43
"form-data" : " 3.0.0" ,
Original file line number Diff line number Diff line change 34
34
"@babel/core" : " ^7.4.5" ,
35
35
"@babel/polyfill" : " ^7.4.4" ,
36
36
"@babel/preset-env" : " ^7.4.5" ,
37
- "@babel/register" : " 7.8.3 " ,
37
+ "@babel/register" : " 7.8.6 " ,
38
38
"@origin/graphql" : " ^0.1.0" ,
39
39
"cross-fetch" : " ^3.0.4" ,
40
40
"dotenv" : " ^8.0.0" ,
63
63
"web3-utils" : " ^1.2.1"
64
64
},
65
65
"devDependencies" : {
66
- "@babel/node" : " 7.8.4 " ,
66
+ "@babel/node" : " 7.8.7 " ,
67
67
"chai" : " 4.2.0" ,
68
68
"crypto-js" : " 3.1.9-1" ,
69
69
"eslint" : " 6.8.0" ,
Original file line number Diff line number Diff line change 3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "@babel/core" : " 7.8.4 " ,
6
+ "@babel/core" : " 7.8.7 " ,
7
7
"@babel/preset-react" : " 7.8.3" ,
8
8
"@material-ui/core" : " 4.9.5" ,
9
9
"@material-ui/icons" : " 4.9.1" ,
12
12
"@svgr/webpack" : " 5.1.0" ,
13
13
"@typescript-eslint/eslint-plugin" : " 2.23.0" ,
14
14
"@typescript-eslint/parser" : " 2.23.0" ,
15
- "babel-eslint" : " 10.0.3 " ,
15
+ "babel-eslint" : " 10.1.0 " ,
16
16
"babel-jest" : " 25.1.0" ,
17
17
"babel-loader" : " 8.0.6" ,
18
18
"babel-plugin-named-asset-import" : " 0.3.6" ,
Original file line number Diff line number Diff line change 66
66
"web3" : " 1.0.0-beta.34"
67
67
},
68
68
"devDependencies" : {
69
- "@babel/core" : " 7.8.4 " ,
70
- "@babel/polyfill" : " 7.8.3 " ,
71
- "@babel/preset-env" : " 7.8.4 " ,
72
- "@babel/register" : " 7.8.3 " ,
69
+ "@babel/core" : " 7.8.7 " ,
70
+ "@babel/polyfill" : " 7.8.7 " ,
71
+ "@babel/preset-env" : " 7.8.7 " ,
72
+ "@babel/register" : " 7.8.6 " ,
73
73
"chai" : " 4.2.0" ,
74
74
"chai-as-promised" : " 7.1.1" ,
75
75
"chai-bignumber" : " 3.0.0" ,
Original file line number Diff line number Diff line change 15
15
]
16
16
},
17
17
"devDependencies" : {
18
- "babel-eslint" : " 10.0.3 " ,
18
+ "babel-eslint" : " 10.1.0 " ,
19
19
"chai" : " 4.2.0" ,
20
20
"eslint" : " 6.8.0" ,
21
21
"eslint-config-react-app" : " 5.2.0" ,
Original file line number Diff line number Diff line change 17
17
"lodash" : " ^4.17.15"
18
18
},
19
19
"devDependencies" : {
20
- "@babel/core" : " 7.8.4 " ,
20
+ "@babel/core" : " 7.8.7 " ,
21
21
"@babel/plugin-proposal-class-properties" : " 7.8.3" ,
22
22
"@babel/plugin-proposal-export-default-from" : " 7.8.3" ,
23
23
"@babel/plugin-proposal-object-rest-spread" : " 7.8.3" ,
24
- "@babel/plugin-transform-destructuring" : " 7.8.3 " ,
24
+ "@babel/plugin-transform-destructuring" : " 7.8.8 " ,
25
25
"@babel/plugin-transform-object-assign" : " 7.8.3" ,
26
26
"@babel/plugin-transform-runtime" : " 7.8.3" ,
27
- "@babel/preset-env" : " 7.8.4 " ,
27
+ "@babel/preset-env" : " 7.8.7 " ,
28
28
"@babel/preset-react" : " 7.8.3" ,
29
- "@babel/register" : " 7.8.3 " ,
30
- "@babel/runtime" : " 7.8.4 " ,
29
+ "@babel/register" : " 7.8.6 " ,
30
+ "@babel/runtime" : " 7.8.7 " ,
31
31
"cross-fetch" : " 3.0.4" ,
32
32
"eslint" : " 6.8.0" ,
33
33
"mocha" : " 7.0.1" ,
Original file line number Diff line number Diff line change 24
24
"web3-utils" : " ^1.2.2"
25
25
},
26
26
"devDependencies" : {
27
- "@babel/core" : " 7.8.4 " ,
28
- "@babel/polyfill" : " 7.8.3 " ,
29
- "@babel/preset-env" : " 7.8.4 " ,
30
- "@babel/register" : " 7.8.3 " ,
27
+ "@babel/core" : " 7.8.7 " ,
28
+ "@babel/polyfill" : " 7.8.7 " ,
29
+ "@babel/preset-env" : " 7.8.7 " ,
30
+ "@babel/register" : " 7.8.6 " ,
31
31
"chai" : " 4.2.0" ,
32
32
"eslint" : " 6.8.0" ,
33
33
"express" : " 4.17.1" ,
Original file line number Diff line number Diff line change 26
26
},
27
27
"license" : " MIT" ,
28
28
"dependencies" : {
29
- "@babel/core" : " 7.8.4 " ,
30
- "@babel/polyfill" : " 7.8.3 " ,
31
- "@babel/register" : " 7.8.3 " ,
29
+ "@babel/core" : " 7.8.7 " ,
30
+ "@babel/polyfill" : " 7.8.7 " ,
31
+ "@babel/register" : " 7.8.6 " ,
32
32
"ajv" : " 6.11.0" ,
33
33
"bs58" : " 4.0.1" ,
34
34
"ethereumjs-abi" : " 0.6.8" ,
42
42
"devDependencies" : {
43
43
"@babel/cli" : " 7.8.4" ,
44
44
"@babel/plugin-transform-runtime" : " 7.8.3" ,
45
- "@babel/preset-env" : " 7.8.4 " ,
46
- "@babel/runtime" : " 7.8.4 " ,
45
+ "@babel/preset-env" : " 7.8.7 " ,
46
+ "@babel/runtime" : " 7.8.7 " ,
47
47
"bignumber.js" : " 9.0.0" ,
48
48
"chai" : " 4.2.0" ,
49
49
"chai-bignumber" : " 3.0.0" ,
Original file line number Diff line number Diff line change 90
90
"@babel/plugin-proposal-class-properties" : " 7.8.3" ,
91
91
"@babel/plugin-proposal-export-default-from" : " 7.8.3" ,
92
92
"@babel/plugin-proposal-object-rest-spread" : " 7.8.3" ,
93
- "@babel/plugin-transform-destructuring" : " 7.8.3 " ,
93
+ "@babel/plugin-transform-destructuring" : " 7.8.8 " ,
94
94
"@babel/plugin-transform-object-assign" : " 7.8.3" ,
95
95
"@babel/plugin-transform-runtime" : " 7.8.3" ,
96
- "@babel/preset-env" : " 7.8.4 " ,
96
+ "@babel/preset-env" : " 7.8.7 " ,
97
97
"@babel/preset-react" : " 7.8.3" ,
98
- "@babel/runtime" : " 7.8.4 " ,
98
+ "@babel/runtime" : " 7.8.7 " ,
99
99
"debug" : " 4.1.1" ,
100
100
"webpack" : " 4.41.5"
101
101
}
Original file line number Diff line number Diff line change 39
39
]
40
40
},
41
41
"devDependencies" : {
42
- "@babel/core" : " 7.8.4 " ,
42
+ "@babel/core" : " 7.8.7 " ,
43
43
"@babel/plugin-proposal-class-properties" : " 7.8.3" ,
44
44
"@babel/plugin-proposal-export-default-from" : " 7.8.3" ,
45
45
"@babel/plugin-proposal-object-rest-spread" : " 7.8.3" ,
46
- "@babel/plugin-transform-destructuring" : " 7.8.3 " ,
46
+ "@babel/plugin-transform-destructuring" : " 7.8.8 " ,
47
47
"@babel/plugin-transform-object-assign" : " 7.8.3" ,
48
48
"@babel/plugin-transform-runtime" : " 7.8.3" ,
49
- "@babel/preset-env" : " 7.8.4 " ,
49
+ "@babel/preset-env" : " 7.8.7 " ,
50
50
"@babel/preset-react" : " 7.8.3" ,
51
- "@babel/register" : " 7.8.3 " ,
52
- "@babel/runtime" : " 7.8.4 " ,
51
+ "@babel/register" : " 7.8.6 " ,
52
+ "@babel/runtime" : " 7.8.7 " ,
53
53
"debug" : " 4.1.1" ,
54
54
"mocha" : " 7.0.1" ,
55
55
"eslint" : " 6.8.0" ,
You can’t perform that action at this time.
0 commit comments