Skip to content

Commit db3f20e

Browse files
committed
Add missing peer dependencies
1 parent 9f223b1 commit db3f20e

File tree

2 files changed

+35
-4
lines changed

2 files changed

+35
-4
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@
4040
},
4141
"devDependencies": {
4242
"@babel/cli": "^7.10.5",
43-
"@babel/core": "7",
43+
"@babel/core": "^7.0.0",
4444
"@babel/preset-env": "^7.10.4",
4545
"@rollup/plugin-commonjs": "^16.0.0",
4646
"@rollup/plugin-node-resolve": "^10.0.0",
47+
"@typescript-eslint/eslint-plugin": "^4.0.0",
48+
"@typescript-eslint/parser": "^4.0.0",
4749
"babel-eslint": "^10.1.0",
4850
"babel-jest": "^26.1.0",
4951
"eslint": "^7.5.0",
@@ -67,6 +69,7 @@
6769
"regenerator-runtime": "^0.13.7",
6870
"rollup": "^2.23.0",
6971
"rollup-plugin-babel": "^4.4.0",
70-
"rollup-plugin-terser": "^7.0.0"
72+
"rollup-plugin-terser": "^7.0.0",
73+
"typescript": "^4.0.0"
7174
}
7275
}

yarn.lock

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.5.tgz#f56db0c4bb1bbbf221b4e81345aab4141e7cb0e9"
3232
integrity sha512-DTsS7cxrsH3by8nqQSpFSyjSfSYl57D6Cf4q8dW3LK83tBKBDCkfcay1nYkXq1nIHXnpX8WMMb/O25HOy3h1zg==
3333

34-
"@babel/core@7", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
34+
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
3535
version "7.12.3"
3636
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
3737
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
@@ -1273,7 +1273,20 @@
12731273
dependencies:
12741274
"@types/yargs-parser" "*"
12751275

1276-
"@typescript-eslint/experimental-utils@^4.0.1":
1276+
"@typescript-eslint/eslint-plugin@^4.0.0":
1277+
version "4.6.1"
1278+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.6.1.tgz#99d77eb7a016fd5a5e749d2c44a7e4c317eb7da3"
1279+
integrity sha512-SNZyflefTMK2JyrPfFFzzoy2asLmZvZJ6+/L5cIqg4HfKGiW2Gr1Go1OyEVqne/U4QwmoasuMwppoBHWBWF2nA==
1280+
dependencies:
1281+
"@typescript-eslint/experimental-utils" "4.6.1"
1282+
"@typescript-eslint/scope-manager" "4.6.1"
1283+
debug "^4.1.1"
1284+
functional-red-black-tree "^1.0.1"
1285+
regexpp "^3.0.0"
1286+
semver "^7.3.2"
1287+
tsutils "^3.17.1"
1288+
1289+
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1":
12771290
version "4.6.1"
12781291
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.6.1.tgz#a9c691dfd530a9570274fe68907c24c07a06c4aa"
12791292
integrity sha512-qyPqCFWlHZXkEBoV56UxHSoXW2qnTr4JrWVXOh3soBP3q0o7p4pUEMfInDwIa0dB/ypdtm7gLOS0hg0a73ijfg==
@@ -1285,6 +1298,16 @@
12851298
eslint-scope "^5.0.0"
12861299
eslint-utils "^2.0.0"
12871300

1301+
"@typescript-eslint/parser@^4.0.0":
1302+
version "4.6.1"
1303+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.6.1.tgz#b801bff67b536ecc4a840ac9289ba2be57e02428"
1304+
integrity sha512-lScKRPt1wM9UwyKkGKyQDqf0bh6jm8DQ5iN37urRIXDm16GEv+HGEmum2Fc423xlk5NUOkOpfTnKZc/tqKZkDQ==
1305+
dependencies:
1306+
"@typescript-eslint/scope-manager" "4.6.1"
1307+
"@typescript-eslint/types" "4.6.1"
1308+
"@typescript-eslint/typescript-estree" "4.6.1"
1309+
debug "^4.1.1"
1310+
12881311
"@typescript-eslint/[email protected]":
12891312
version "4.6.1"
12901313
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.6.1.tgz#21872b91cbf7adfc7083f17b8041149148baf992"
@@ -5594,6 +5617,11 @@ typedarray-to-buffer@^3.1.5:
55945617
dependencies:
55955618
is-typedarray "^1.0.0"
55965619

5620+
typescript@^4.0.0:
5621+
version "4.0.5"
5622+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
5623+
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
5624+
55975625
unicode-canonical-property-names-ecmascript@^1.0.4:
55985626
version "1.0.4"
55995627
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"

0 commit comments

Comments
 (0)