Skip to content

Commit f4ec441

Browse files
committed
chore: upgrade build deps
2 parents 217895b + 1c1d387 commit f4ec441

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+4316
-5856
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:14
5+
- image: circleci/node:16
66

77
steps:
88
- checkout

.eslintrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"extends": [
33
"@jedwards1211/eslint-config-react",
44
"@jedwards1211/eslint-config-flow",
5-
"prettier",
6-
"prettier/babel",
7-
"prettier/flowtype",
8-
"prettier/react"
5+
"prettier"
96
],
107
"parser": "@babel/eslint-parser",
118
"env": {

flow-typed/npm/@babel/cli_vx.x.x.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 4c4d15d7be5e11edd59bb9e69070cf20
2-
// flow-typed version: <<STUB>>/@babel/cli_v^7.12.10/flow_v0.143.1
1+
// flow-typed signature: 2485f3c8faf00702ed0b841413335a0c
2+
// flow-typed version: <<STUB>>/@babel/cli_v^7.15.7/flow_v0.161.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/@babel/core_vx.x.x.js

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 51eafdd80a32bc5f7862e6ebac0fc83b
2-
// flow-typed version: <<STUB>>/@babel/core_v^7.12.10/flow_v0.143.1
1+
// flow-typed signature: 0b99b7c585673684d9d689a13fcc4637
2+
// flow-typed version: <<STUB>>/@babel/core_v^7.15.5/flow_v0.161.0
33

44
/**
55
* This is an autogenerated libdef stub for:
@@ -22,6 +22,10 @@ declare module '@babel/core' {
2222
* require those files directly. Feel free to delete any files that aren't
2323
* needed.
2424
*/
25+
declare module '@babel/core/lib/config/cache-contexts' {
26+
declare module.exports: any;
27+
}
28+
2529
declare module '@babel/core/lib/config/caching' {
2630
declare module.exports: any;
2731
}
@@ -106,6 +110,14 @@ declare module '@babel/core/lib/config/printer' {
106110
declare module.exports: any;
107111
}
108112

113+
declare module '@babel/core/lib/config/resolve-targets-browser' {
114+
declare module.exports: any;
115+
}
116+
117+
declare module '@babel/core/lib/config/resolve-targets' {
118+
declare module.exports: any;
119+
}
120+
109121
declare module '@babel/core/lib/config/util' {
110122
declare module.exports: any;
111123
}
@@ -202,23 +214,18 @@ declare module '@babel/core/lib/transformation/plugin-pass' {
202214
declare module.exports: any;
203215
}
204216

205-
declare module '@babel/core/src/config/files/index-browser' {
217+
declare module '@babel/core/lib/transformation/util/clone-deep-browser' {
206218
declare module.exports: any;
207219
}
208220

209-
declare module '@babel/core/src/config/files' {
210-
declare module.exports: any;
211-
}
212-
213-
declare module '@babel/core/src/transform-file-browser' {
214-
declare module.exports: any;
215-
}
216-
217-
declare module '@babel/core/src/transform-file' {
221+
declare module '@babel/core/lib/transformation/util/clone-deep' {
218222
declare module.exports: any;
219223
}
220224

221225
// Filename aliases
226+
declare module '@babel/core/lib/config/cache-contexts.js' {
227+
declare module.exports: $Exports<'@babel/core/lib/config/cache-contexts'>;
228+
}
222229
declare module '@babel/core/lib/config/caching.js' {
223230
declare module.exports: $Exports<'@babel/core/lib/config/caching'>;
224231
}
@@ -288,6 +295,12 @@ declare module '@babel/core/lib/config/plugin.js' {
288295
declare module '@babel/core/lib/config/printer.js' {
289296
declare module.exports: $Exports<'@babel/core/lib/config/printer'>;
290297
}
298+
declare module '@babel/core/lib/config/resolve-targets-browser.js' {
299+
declare module.exports: $Exports<'@babel/core/lib/config/resolve-targets-browser'>;
300+
}
301+
declare module '@babel/core/lib/config/resolve-targets.js' {
302+
declare module.exports: $Exports<'@babel/core/lib/config/resolve-targets'>;
303+
}
291304
declare module '@babel/core/lib/config/util.js' {
292305
declare module.exports: $Exports<'@babel/core/lib/config/util'>;
293306
}
@@ -369,18 +382,9 @@ declare module '@babel/core/lib/transformation/normalize-opts.js' {
369382
declare module '@babel/core/lib/transformation/plugin-pass.js' {
370383
declare module.exports: $Exports<'@babel/core/lib/transformation/plugin-pass'>;
371384
}
372-
declare module '@babel/core/src/config/files/index-browser.js' {
373-
declare module.exports: $Exports<'@babel/core/src/config/files/index-browser'>;
374-
}
375-
declare module '@babel/core/src/config/files/index' {
376-
declare module.exports: $Exports<'@babel/core/src/config/files'>;
377-
}
378-
declare module '@babel/core/src/config/files/index.js' {
379-
declare module.exports: $Exports<'@babel/core/src/config/files'>;
380-
}
381-
declare module '@babel/core/src/transform-file-browser.js' {
382-
declare module.exports: $Exports<'@babel/core/src/transform-file-browser'>;
385+
declare module '@babel/core/lib/transformation/util/clone-deep-browser.js' {
386+
declare module.exports: $Exports<'@babel/core/lib/transformation/util/clone-deep-browser'>;
383387
}
384-
declare module '@babel/core/src/transform-file.js' {
385-
declare module.exports: $Exports<'@babel/core/src/transform-file'>;
388+
declare module '@babel/core/lib/transformation/util/clone-deep.js' {
389+
declare module.exports: $Exports<'@babel/core/lib/transformation/util/clone-deep'>;
386390
}
Lines changed: 3 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: a849bd0cab044e82f0aabe868a09c6c9
2-
// flow-typed version: <<STUB>>/@babel/eslint-parser_v^7.12.13/flow_v0.143.1
1+
// flow-typed signature: c8b7dd21a7f2112cee19068afdbeb9ce
2+
// flow-typed version: <<STUB>>/@babel/eslint-parser_v^7.15.7/flow_v0.161.0
33

44
/**
55
* This is an autogenerated libdef stub for:
@@ -14,74 +14,5 @@
1414
*/
1515

1616
declare module '@babel/eslint-parser' {
17-
declare module.exports: any
18-
}
19-
20-
/**
21-
* We include stubs for each file inside this npm package in case you need to
22-
* require those files directly. Feel free to delete any files that aren't
23-
* needed.
24-
*/
25-
declare module '@babel/eslint-parser/lib/analyze-scope' {
26-
declare module.exports: any
27-
}
28-
29-
declare module '@babel/eslint-parser/lib/configuration' {
30-
declare module.exports: any
31-
}
32-
33-
declare module '@babel/eslint-parser/lib/convert/convertAST' {
34-
declare module.exports: any
35-
}
36-
37-
declare module '@babel/eslint-parser/lib/convert/convertComments' {
38-
declare module.exports: any
39-
}
40-
41-
declare module '@babel/eslint-parser/lib/convert/convertTokens' {
42-
declare module.exports: any
43-
}
44-
45-
declare module '@babel/eslint-parser/lib/convert' {
46-
declare module.exports: any
47-
}
48-
49-
declare module '@babel/eslint-parser/lib' {
50-
declare module.exports: any
51-
}
52-
53-
declare module '@babel/eslint-parser/lib/visitor-keys' {
54-
declare module.exports: any
55-
}
56-
57-
// Filename aliases
58-
declare module '@babel/eslint-parser/lib/analyze-scope.js' {
59-
declare module.exports: $Exports<'@babel/eslint-parser/lib/analyze-scope'>
60-
}
61-
declare module '@babel/eslint-parser/lib/configuration.js' {
62-
declare module.exports: $Exports<'@babel/eslint-parser/lib/configuration'>
63-
}
64-
declare module '@babel/eslint-parser/lib/convert/convertAST.js' {
65-
declare module.exports: $Exports<'@babel/eslint-parser/lib/convert/convertAST'>
66-
}
67-
declare module '@babel/eslint-parser/lib/convert/convertComments.js' {
68-
declare module.exports: $Exports<'@babel/eslint-parser/lib/convert/convertComments'>
69-
}
70-
declare module '@babel/eslint-parser/lib/convert/convertTokens.js' {
71-
declare module.exports: $Exports<'@babel/eslint-parser/lib/convert/convertTokens'>
72-
}
73-
declare module '@babel/eslint-parser/lib/convert/index' {
74-
declare module.exports: $Exports<'@babel/eslint-parser/lib/convert'>
75-
}
76-
declare module '@babel/eslint-parser/lib/convert/index.js' {
77-
declare module.exports: $Exports<'@babel/eslint-parser/lib/convert'>
78-
}
79-
declare module '@babel/eslint-parser/lib/index' {
80-
declare module.exports: $Exports<'@babel/eslint-parser/lib'>
81-
}
82-
declare module '@babel/eslint-parser/lib/index.js' {
83-
declare module.exports: $Exports<'@babel/eslint-parser/lib'>
84-
}
85-
declare module '@babel/eslint-parser/lib/visitor-keys.js' {
86-
declare module.exports: $Exports<'@babel/eslint-parser/lib/visitor-keys'>
17+
declare module.exports: any;
8718
}

flow-typed/npm/@babel/plugin-proposal-class-properties_vx.x.x.js

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

flow-typed/npm/@babel/plugin-proposal-export-default-from_vx.x.x.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 43846bf36d7f0b6f5fddb78185e794a4
2-
// flow-typed version: <<STUB>>/@babel/plugin-proposal-export-default-from_v^7.12.1/flow_v0.143.1
1+
// flow-typed signature: fae0c7126f6783dcc3ae644596d1a904
2+
// flow-typed version: <<STUB>>/@babel/plugin-proposal-export-default-from_v^7.14.5/flow_v0.161.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/@babel/plugin-proposal-export-namespace-from_vx.x.x.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 85c080981fdaf91af110b703b24589ae
2-
// flow-typed version: <<STUB>>/@babel/plugin-proposal-export-namespace-from_v^7.12.1/flow_v0.143.1
1+
// flow-typed signature: 5b8344a99de178c34ea4c8404ed330e6
2+
// flow-typed version: <<STUB>>/@babel/plugin-proposal-export-namespace-from_v^7.14.5/flow_v0.161.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/@babel/plugin-proposal-object-rest-spread_vx.x.x.js

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

flow-typed/npm/@babel/plugin-syntax-dynamic-import_vx.x.x.js

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

0 commit comments

Comments
 (0)