Update @babel/* deps (#12174)
This commit is contained in:
parent
c9990d6034
commit
2d43341019
12
package.json
12
package.json
@ -14,8 +14,8 @@
|
||||
"test:esm": "node test/esm/index.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.11.6",
|
||||
"@babel/core": "^7.11.6",
|
||||
"@babel/cli": "^7.12.0",
|
||||
"@babel/core": "^7.12.0",
|
||||
"@babel/eslint-config-internal": "workspace:*",
|
||||
"@babel/eslint-parser": "workspace:*",
|
||||
"@babel/eslint-plugin-development": "workspace:*",
|
||||
@ -25,11 +25,11 @@
|
||||
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
|
||||
"@babel/plugin-transform-for-of": "^7.10.4",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
|
||||
"@babel/plugin-transform-runtime": "^7.11.5",
|
||||
"@babel/preset-env": "^7.11.5",
|
||||
"@babel/plugin-transform-runtime": "^7.12.0",
|
||||
"@babel/preset-env": "^7.12.0",
|
||||
"@babel/preset-flow": "^7.10.4",
|
||||
"@babel/register": "^7.11.5",
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@babel/register": "^7.12.0",
|
||||
"@babel/runtime": "^7.12.0",
|
||||
"@rollup/plugin-babel": "^5.2.0",
|
||||
"@rollup/plugin-commonjs": "^13.0.0",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
|
||||
270
yarn.lock
270
yarn.lock
@ -5,11 +5,12 @@ __metadata:
|
||||
version: 4
|
||||
cacheKey: 7
|
||||
|
||||
"@babel/cli@npm:^7.11.6":
|
||||
version: 7.11.6
|
||||
resolution: "@babel/cli@npm:7.11.6"
|
||||
"@babel/cli@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/cli@npm:7.12.0"
|
||||
dependencies:
|
||||
chokidar: ^2.1.8
|
||||
chokidar: ^3.4.0
|
||||
chokidarAt2: "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz"
|
||||
commander: ^4.0.1
|
||||
convert-source-map: ^1.1.0
|
||||
fs-readdir-recursive: ^1.1.0
|
||||
@ -23,10 +24,12 @@ __metadata:
|
||||
dependenciesMeta:
|
||||
chokidar:
|
||||
optional: true
|
||||
chokidarAt2:
|
||||
optional: true
|
||||
bin:
|
||||
babel: ./bin/babel.js
|
||||
babel-external-helpers: ./bin/babel-external-helpers.js
|
||||
checksum: b52d62e3c751b3357130a458487c1d7f08a0c348a56f5da200f6e12ac6a1b8b560190c50085abb12f4cba9b2a84c8478e155acf3621912d42e67b248da0c40c1
|
||||
checksum: ea8a7a6d660537c2621dc6f417669c046dae73854cba8794a5aef9c8e504a8edcac5822ed363b5525faf2d8bf7411066e7da68f30429739caeb3cbe8ade78706
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -79,14 +82,10 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/compat-data@npm:^7.10.4, @babel/compat-data@npm:^7.11.0":
|
||||
version: 7.11.0
|
||||
resolution: "@babel/compat-data@npm:7.11.0"
|
||||
dependencies:
|
||||
browserslist: ^4.12.0
|
||||
invariant: ^2.2.4
|
||||
semver: ^5.5.0
|
||||
checksum: 6c3b3946543f4276e1bafbee03de6699c4cdbf92e236fd593f7793b8a2f78e6addb9ded715d84bc676ab39fda3efee634c23a7cf5b982c3d83381c51cd912b85
|
||||
"@babel/compat-data@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/compat-data@npm:7.12.0"
|
||||
checksum: bf9bc320a5112217336b63df46369057d8a1a24d7c7800d7f1eb5580abce08286baa4beb097cbf1b76b4f87bb590beee83f4ebe8377b3bbd2987c7a6bbcf3103
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -101,18 +100,18 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/core@npm:^7.1.0, @babel/core@npm:^7.11.6":
|
||||
version: 7.11.6
|
||||
resolution: "@babel/core@npm:7.11.6"
|
||||
"@babel/core@npm:^7.1.0, @babel/core@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/core@npm:7.12.0"
|
||||
dependencies:
|
||||
"@babel/code-frame": ^7.10.4
|
||||
"@babel/generator": ^7.11.6
|
||||
"@babel/helper-module-transforms": ^7.11.0
|
||||
"@babel/generator": ^7.12.0
|
||||
"@babel/helper-module-transforms": ^7.12.0
|
||||
"@babel/helpers": ^7.10.4
|
||||
"@babel/parser": ^7.11.5
|
||||
"@babel/parser": ^7.12.0
|
||||
"@babel/template": ^7.10.4
|
||||
"@babel/traverse": ^7.11.5
|
||||
"@babel/types": ^7.11.5
|
||||
"@babel/traverse": ^7.12.0
|
||||
"@babel/types": ^7.12.0
|
||||
convert-source-map: ^1.7.0
|
||||
debug: ^4.1.0
|
||||
gensync: ^1.0.0-beta.1
|
||||
@ -121,7 +120,7 @@ __metadata:
|
||||
resolve: ^1.3.2
|
||||
semver: ^5.4.1
|
||||
source-map: ^0.5.0
|
||||
checksum: ad61c22807c904247ae61f11d176b33b3e44f0f2ca3b8d2b31e781ebd558db3381291f5a8a6a3acc28f5c1d6fdbb2b3ad29ca73b4d656d128a406e641b2e985a
|
||||
checksum: 544d841fe50d27a1be8e353c32c0ce67d54938575b8c664dfd0838ee2deac790d14ddede9068401ea42fbf1b1bea1e8a25ecd201c4b3e5b444b58007087de6c7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -235,14 +234,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/generator@npm:^7.11.5, @babel/generator@npm:^7.11.6, @babel/generator@npm:^7.4.0":
|
||||
version: 7.11.6
|
||||
resolution: "@babel/generator@npm:7.11.6"
|
||||
"@babel/generator@npm:^7.12.0, @babel/generator@npm:^7.4.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/generator@npm:7.12.0"
|
||||
dependencies:
|
||||
"@babel/types": ^7.11.5
|
||||
"@babel/types": ^7.12.0
|
||||
jsesc: ^2.5.1
|
||||
source-map: ^0.5.0
|
||||
checksum: 734bd60e018deaf7712c111bb5092d0382d3c217399569f1137f0100f672bcc1a086ae3a34efa0d604951ba9070f9bf554a4690c6bfe39123b05b89a4444e9c7
|
||||
checksum: e3aa0dfbe91cac7f21e796969a37effeb63006f66e568e90d371fc3592c47c9430f2afc6f14a53657798e401c99f9335470ee4fa1001ea7778232f613961ab97
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -332,18 +331,17 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/helper-compilation-targets@npm:^7.10.4":
|
||||
version: 7.10.4
|
||||
resolution: "@babel/helper-compilation-targets@npm:7.10.4"
|
||||
"@babel/helper-compilation-targets@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/helper-compilation-targets@npm:7.12.0"
|
||||
dependencies:
|
||||
"@babel/compat-data": ^7.10.4
|
||||
"@babel/compat-data": ^7.12.0
|
||||
"@babel/helper-validator-option": ^7.12.0
|
||||
browserslist: ^4.12.0
|
||||
invariant: ^2.2.4
|
||||
levenary: ^1.1.1
|
||||
semver: ^5.5.0
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0
|
||||
checksum: 7603388e451012154ac6b8f6ec3792f2f35abbee21efa338fa87a851d88b72bee4a8aa5b016e53a5dc011dc616d803eda2cb030ec55a4a6673f1f587f95275e0
|
||||
checksum: 3b399bffde96af8a2c7f86aea4efcb00053425ba84211af7b0c9090495979ffc95322a441a80a58bb89b641a1dcb4d1c34056bad7317e530d0e81cb2f6f81480
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -535,12 +533,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/helper-member-expression-to-functions@npm:^7.10.4, @babel/helper-member-expression-to-functions@npm:^7.10.5":
|
||||
version: 7.11.0
|
||||
resolution: "@babel/helper-member-expression-to-functions@npm:7.11.0"
|
||||
"@babel/helper-member-expression-to-functions@npm:^7.10.5, @babel/helper-member-expression-to-functions@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/helper-member-expression-to-functions@npm:7.12.0"
|
||||
dependencies:
|
||||
"@babel/types": ^7.11.0
|
||||
checksum: 745f0697ca43736736d936125d563070a4e0da4eb90cf67be45d46c18b622106a14923d9541a6f217207b83f67d0113b0a69c01f1f207fe8be086637722433f3
|
||||
"@babel/types": ^7.12.0
|
||||
checksum: 9f849d023bc03585609610523772bbcffcf370b88ac921bc587e69c91d010c6312d0977e00c18b771cba48ea935cc71f2e72df08e13b047c50f2278578fdcfc9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -570,18 +568,20 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/helper-module-transforms@npm:^7.10.4, @babel/helper-module-transforms@npm:^7.10.5, @babel/helper-module-transforms@npm:^7.11.0":
|
||||
version: 7.11.0
|
||||
resolution: "@babel/helper-module-transforms@npm:7.11.0"
|
||||
"@babel/helper-module-transforms@npm:^7.10.4, @babel/helper-module-transforms@npm:^7.10.5, @babel/helper-module-transforms@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/helper-module-transforms@npm:7.12.0"
|
||||
dependencies:
|
||||
"@babel/helper-module-imports": ^7.10.4
|
||||
"@babel/helper-replace-supers": ^7.10.4
|
||||
"@babel/helper-replace-supers": ^7.12.0
|
||||
"@babel/helper-simple-access": ^7.10.4
|
||||
"@babel/helper-split-export-declaration": ^7.11.0
|
||||
"@babel/helper-validator-identifier": ^7.10.4
|
||||
"@babel/template": ^7.10.4
|
||||
"@babel/types": ^7.11.0
|
||||
"@babel/traverse": ^7.12.0
|
||||
"@babel/types": ^7.12.0
|
||||
lodash: ^4.17.19
|
||||
checksum: 8b74d0a729f00c5880ed7927e333a6b4bc31739108fbbbdd94b0cf28599f49c78f1e48f16b12bec0b1c966ba1ca72faf10eb98019617ef470a6885cc891e97f6
|
||||
checksum: c16664e32a45e37b53227381e4913138597c04e2aa2e58528e0f6de8613f8b26011e31bf1207a1605c686b68663cc6fe27b4b1df4f9ce5fd9bb5a4d95469a0c0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -680,15 +680,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/helper-replace-supers@npm:^7.10.4":
|
||||
version: 7.10.4
|
||||
resolution: "@babel/helper-replace-supers@npm:7.10.4"
|
||||
"@babel/helper-replace-supers@npm:^7.10.4, @babel/helper-replace-supers@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/helper-replace-supers@npm:7.12.0"
|
||||
dependencies:
|
||||
"@babel/helper-member-expression-to-functions": ^7.10.4
|
||||
"@babel/helper-member-expression-to-functions": ^7.12.0
|
||||
"@babel/helper-optimise-call-expression": ^7.10.4
|
||||
"@babel/traverse": ^7.10.4
|
||||
"@babel/types": ^7.10.4
|
||||
checksum: 2d7e0627cda8d6f360e52d9c962746fb5818cb6599072d4473fc1e7a2eacfb1a2605a1727d95ae9af66e06e1b84c0a67d40ae16446f838d367de11ae198ee0f8
|
||||
"@babel/traverse": ^7.12.0
|
||||
"@babel/types": ^7.12.0
|
||||
checksum: 4846d88f771d604436c2c7a197d8608b361e883672c1904d9f987b0d13e234eb53f88a026de1c0f85fed1c966401abb1a20a2f40b5567f2d85854c8563549880
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -791,6 +791,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/helper-validator-option@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/helper-validator-option@npm:7.12.0"
|
||||
checksum: 50db7721df31b3d08adf40cd2d0de6041ae118589612f32b707e81a432bcb54ba3323458724c38aa90c611f3fc67adb1f1e25ab929038e8833d49b37b03824e0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-validator-option@workspace:^7.12.0, @babel/helper-validator-option@workspace:packages/babel-helper-validator-option":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-validator-option@workspace:packages/babel-helper-validator-option"
|
||||
@ -889,12 +896,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.1.0, @babel/parser@npm:^7.10.4, @babel/parser@npm:^7.11.5, @babel/parser@npm:^7.4.3":
|
||||
version: 7.11.5
|
||||
resolution: "@babel/parser@npm:7.11.5"
|
||||
"@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.1.0, @babel/parser@npm:^7.10.4, @babel/parser@npm:^7.12.0, @babel/parser@npm:^7.4.3":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/parser@npm:7.12.0"
|
||||
bin:
|
||||
parser: ./bin/babel-parser.js
|
||||
checksum: ef2874e4d27eaa86777680505e57a7b36549c9602c682372d8b7c6234dff84cb8d03bdce65002a3e98921d83233b5af451d6c9dd9c681232ebe4c4ee9f41318e
|
||||
checksum: 0b656c02c810b485481ace5258bd56a008f6e31c14711818c81b7446b6d639c4c1f21c7243072d28a356274bb83d9d81c9eeff12ed3419fcdff8362551c2822b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -1076,15 +1083,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/plugin-proposal-export-namespace-from@npm:^7.10.4":
|
||||
version: 7.10.4
|
||||
resolution: "@babel/plugin-proposal-export-namespace-from@npm:7.10.4"
|
||||
"@babel/plugin-proposal-export-namespace-from@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/plugin-proposal-export-namespace-from@npm:7.12.0"
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils": ^7.10.4
|
||||
"@babel/plugin-syntax-export-namespace-from": ^7.8.3
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: b17727e66f86119de1f8b3d7b48351ec2b339f95a7c45238c0c11c9d81491696689d68204d79f45cdede007ed674424a6d255463285c2d66abbb76f09417ae28
|
||||
checksum: 371d59486a28445f51352b498d22c372de6b8ae59f44a0d62de626498f162372b596430bedbc869e1ea6c0397aa1cb33dc806e7872da6d67625316fb8a019023
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -1153,15 +1160,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/plugin-proposal-logical-assignment-operators@npm:^7.11.0":
|
||||
version: 7.11.0
|
||||
resolution: "@babel/plugin-proposal-logical-assignment-operators@npm:7.11.0"
|
||||
"@babel/plugin-proposal-logical-assignment-operators@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/plugin-proposal-logical-assignment-operators@npm:7.12.0"
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils": ^7.10.4
|
||||
"@babel/plugin-syntax-logical-assignment-operators": ^7.10.4
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: a87e80bcfdfcbdbd6fa3b34198948d4a9c0e2a8965efcd525215fc8244e7b47f7cb5e69c6c5d42646cdab6aeaebf3e138a33ebe0c44a4163e4ad995b85f008b5
|
||||
checksum: fc80880a84ee976c82b8bb0ef4d5c68f943d869b6e921ff64a516cc5debeb1db2d5ad8274fc4d0ddc4d437a25cbf3059e8bc7cfc95715ec067d984b5b20777cf
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -1180,15 +1187,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator@npm:^7.10.4":
|
||||
version: 7.10.4
|
||||
resolution: "@babel/plugin-proposal-nullish-coalescing-operator@npm:7.10.4"
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/plugin-proposal-nullish-coalescing-operator@npm:7.12.0"
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils": ^7.10.4
|
||||
"@babel/plugin-syntax-nullish-coalescing-operator": ^7.8.0
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: 5a20d8bcbf2926dde3e9edcf847eaa5485d0d0fea76d0683ef1cafb11e0c35e46620391916283e1a9c0f76351e8c5ecccebf0d3a6bdf24559c5ad381433a0e3a
|
||||
checksum: e4fab5c5b727679bcaa20050fdf39e975987903a0008b4fa73f581c958c745c5bf7c471226d8a58c847d5fc9c1b0035416d1f973826b4956c35a835148229cca
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -1205,15 +1212,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/plugin-proposal-numeric-separator@npm:^7.10.4":
|
||||
version: 7.10.4
|
||||
resolution: "@babel/plugin-proposal-numeric-separator@npm:7.10.4"
|
||||
"@babel/plugin-proposal-numeric-separator@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/plugin-proposal-numeric-separator@npm:7.12.0"
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils": ^7.10.4
|
||||
"@babel/plugin-syntax-numeric-separator": ^7.10.4
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: 344eff491f0a7bb17958ce00db34af5671ec3d9dc87c29766208ab7a3c8ea769730c9f2420c55c54ecd24ffdd5df01f258d54eb41ccd35911e974c549a697e4b
|
||||
checksum: 1ba37793bfa96ea2d87856a4631c987458d6dc95a9a5e2fca367edee88e8d8582bca6055313e3d75f7f03cadcb27fb90b82701132142b6beaeb3769b7de21400
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -1282,16 +1289,16 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/plugin-proposal-optional-chaining@npm:^7.11.0":
|
||||
version: 7.11.0
|
||||
resolution: "@babel/plugin-proposal-optional-chaining@npm:7.11.0"
|
||||
"@babel/plugin-proposal-optional-chaining@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/plugin-proposal-optional-chaining@npm:7.12.0"
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils": ^7.10.4
|
||||
"@babel/helper-skip-transparent-expression-wrappers": ^7.11.0
|
||||
"@babel/plugin-syntax-optional-chaining": ^7.8.0
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: fb59410944f66de515e34eb68a5fa2c530db7f87d2e599230f5d512ebf1d4c92d2e10a39ec012feefc1cc748a3e3b0be25967997bff23af9bb6f7c1402d3eda7
|
||||
checksum: fffb24895baed5e27bf7a802351108a1452f605532bb3b82b7ea0d3bcace301cfc19842f26055a61b822d7a93e0b145d384e8652778654e6962ed79af474a4da
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -2229,17 +2236,18 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/plugin-transform-modules-systemjs@npm:^7.10.4":
|
||||
version: 7.10.5
|
||||
resolution: "@babel/plugin-transform-modules-systemjs@npm:7.10.5"
|
||||
"@babel/plugin-transform-modules-systemjs@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/plugin-transform-modules-systemjs@npm:7.12.0"
|
||||
dependencies:
|
||||
"@babel/helper-hoist-variables": ^7.10.4
|
||||
"@babel/helper-module-transforms": ^7.10.5
|
||||
"@babel/helper-module-transforms": ^7.12.0
|
||||
"@babel/helper-plugin-utils": ^7.10.4
|
||||
"@babel/helper-validator-identifier": ^7.10.4
|
||||
babel-plugin-dynamic-import-node: ^2.3.3
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: eb08d7c7e58c45c14212b885d3aceea9742a4565fa561e171c53169834d5e42044c818447a7f055f098b92742eef392470cf16678c30b9775bf6b232130c259b
|
||||
checksum: 631ef303838b48837dd118f83dc535c31d72f633dc15d8a2714ee5ff20463e820e7c3a51002f3c658b6d174558e84df9517df7c0077f616f9f230e0022ae83b7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -2622,9 +2630,9 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/plugin-transform-runtime@npm:^7.11.5":
|
||||
version: 7.11.5
|
||||
resolution: "@babel/plugin-transform-runtime@npm:7.11.5"
|
||||
"@babel/plugin-transform-runtime@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/plugin-transform-runtime@npm:7.12.0"
|
||||
dependencies:
|
||||
"@babel/helper-module-imports": ^7.10.4
|
||||
"@babel/helper-plugin-utils": ^7.10.4
|
||||
@ -2632,7 +2640,7 @@ __metadata:
|
||||
semver: ^5.5.1
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: 68562beb4c48907e7d16883b07e01edfb75606f0a48a1629104cf985876421e294f70e289fb4836f2993e5130df4a91ac4375a08a23a84f39c9269e5dd91169d
|
||||
checksum: a994fa6ee1f424d63cbb2858b28839f0ca0e3fdd1af791520520dd5190ac7e3a731200d07db551db59fd936f668ec0b0493f58f42caafbca0ddcd2d6fd7f3568
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -2871,25 +2879,26 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/preset-env@npm:^7.11.5":
|
||||
version: 7.11.5
|
||||
resolution: "@babel/preset-env@npm:7.11.5"
|
||||
"@babel/preset-env@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/preset-env@npm:7.12.0"
|
||||
dependencies:
|
||||
"@babel/compat-data": ^7.11.0
|
||||
"@babel/helper-compilation-targets": ^7.10.4
|
||||
"@babel/compat-data": ^7.12.0
|
||||
"@babel/helper-compilation-targets": ^7.12.0
|
||||
"@babel/helper-module-imports": ^7.10.4
|
||||
"@babel/helper-plugin-utils": ^7.10.4
|
||||
"@babel/helper-validator-option": ^7.12.0
|
||||
"@babel/plugin-proposal-async-generator-functions": ^7.10.4
|
||||
"@babel/plugin-proposal-class-properties": ^7.10.4
|
||||
"@babel/plugin-proposal-dynamic-import": ^7.10.4
|
||||
"@babel/plugin-proposal-export-namespace-from": ^7.10.4
|
||||
"@babel/plugin-proposal-export-namespace-from": ^7.12.0
|
||||
"@babel/plugin-proposal-json-strings": ^7.10.4
|
||||
"@babel/plugin-proposal-logical-assignment-operators": ^7.11.0
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": ^7.10.4
|
||||
"@babel/plugin-proposal-numeric-separator": ^7.10.4
|
||||
"@babel/plugin-proposal-logical-assignment-operators": ^7.12.0
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": ^7.12.0
|
||||
"@babel/plugin-proposal-numeric-separator": ^7.12.0
|
||||
"@babel/plugin-proposal-object-rest-spread": ^7.11.0
|
||||
"@babel/plugin-proposal-optional-catch-binding": ^7.10.4
|
||||
"@babel/plugin-proposal-optional-chaining": ^7.11.0
|
||||
"@babel/plugin-proposal-optional-chaining": ^7.12.0
|
||||
"@babel/plugin-proposal-private-methods": ^7.10.4
|
||||
"@babel/plugin-proposal-unicode-property-regex": ^7.10.4
|
||||
"@babel/plugin-syntax-async-generators": ^7.8.0
|
||||
@ -2920,7 +2929,7 @@ __metadata:
|
||||
"@babel/plugin-transform-member-expression-literals": ^7.10.4
|
||||
"@babel/plugin-transform-modules-amd": ^7.10.4
|
||||
"@babel/plugin-transform-modules-commonjs": ^7.10.4
|
||||
"@babel/plugin-transform-modules-systemjs": ^7.10.4
|
||||
"@babel/plugin-transform-modules-systemjs": ^7.12.0
|
||||
"@babel/plugin-transform-modules-umd": ^7.10.4
|
||||
"@babel/plugin-transform-named-capturing-groups-regex": ^7.10.4
|
||||
"@babel/plugin-transform-new-target": ^7.10.4
|
||||
@ -2937,15 +2946,13 @@ __metadata:
|
||||
"@babel/plugin-transform-unicode-escapes": ^7.10.4
|
||||
"@babel/plugin-transform-unicode-regex": ^7.10.4
|
||||
"@babel/preset-modules": ^0.1.3
|
||||
"@babel/types": ^7.11.5
|
||||
"@babel/types": ^7.12.0
|
||||
browserslist: ^4.12.0
|
||||
core-js-compat: ^3.6.2
|
||||
invariant: ^2.2.2
|
||||
levenary: ^1.1.1
|
||||
semver: ^5.5.0
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: c9a9adce0d07b0cc6074e610c62972148dfbf1a4bf95b4956a17693340ae4421b066c0a16c302aaa1a2fda83f82a6fc2cc9c69e5843aedfb7ba63aec571d13bd
|
||||
checksum: 3e6e3dc5c6eafc867f54d2acc305a7def385c3d2325d9b842cad4873e8a15f482fe60c51580ddb5e7ae6a28804949183a3637c21d2bf4e7e266c368c42172582
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -3101,9 +3108,9 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/register@npm:^7.11.5":
|
||||
version: 7.11.5
|
||||
resolution: "@babel/register@npm:7.11.5"
|
||||
"@babel/register@npm:^7.12.0":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/register@npm:7.12.0"
|
||||
dependencies:
|
||||
find-cache-dir: ^2.0.0
|
||||
lodash: ^4.17.19
|
||||
@ -3112,7 +3119,7 @@ __metadata:
|
||||
source-map-support: ^0.5.16
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: b42f131f1c715bf4062817d93d4a82fdc8bafa390be3cd8c808207d5d351ebb182a1ff789e4832d6c6a09d68d33ea33a3ed4b32308dec972a3d6108e314d79c6
|
||||
checksum: d0f199771b3571ea62e1eceae96a5a19a0f6a091690f6f767a6a32c32c7dba833e5646631c26db0f0a132115679847e9292617e29b49d5513e22b2f49b57c1d1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -3162,12 +3169,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/runtime@npm:^7.11.2, @babel/runtime@npm:^7.8.4":
|
||||
version: 7.11.2
|
||||
resolution: "@babel/runtime@npm:7.11.2"
|
||||
"@babel/runtime@npm:^7.12.0, @babel/runtime@npm:^7.8.4":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/runtime@npm:7.12.0"
|
||||
dependencies:
|
||||
regenerator-runtime: ^0.13.4
|
||||
checksum: 2f127ad60a0f0568faa0044e5b48329d8166c7fd3a0a3ce774070010a1c441ebf5570f526dd6bb26e214fb1a01bb987ab6a4c3f60a00f04d02448939f4c61e1e
|
||||
checksum: 22362076a3e957be517f8bf3e7891a4b160e8f516dd37b62aa7ffefa5b17cab35189965f694be69c073796a62040d1dbad6b4b26d8bd31f616d66545f6701b93
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -3319,20 +3326,20 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/traverse@npm:^7.0.0, @babel/traverse@npm:^7.1.0, @babel/traverse@npm:^7.10.4, @babel/traverse@npm:^7.11.5, @babel/traverse@npm:^7.4.3":
|
||||
version: 7.11.5
|
||||
resolution: "@babel/traverse@npm:7.11.5"
|
||||
"@babel/traverse@npm:^7.0.0, @babel/traverse@npm:^7.1.0, @babel/traverse@npm:^7.10.4, @babel/traverse@npm:^7.12.0, @babel/traverse@npm:^7.4.3":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/traverse@npm:7.12.0"
|
||||
dependencies:
|
||||
"@babel/code-frame": ^7.10.4
|
||||
"@babel/generator": ^7.11.5
|
||||
"@babel/generator": ^7.12.0
|
||||
"@babel/helper-function-name": ^7.10.4
|
||||
"@babel/helper-split-export-declaration": ^7.11.0
|
||||
"@babel/parser": ^7.11.5
|
||||
"@babel/types": ^7.11.5
|
||||
"@babel/parser": ^7.12.0
|
||||
"@babel/types": ^7.12.0
|
||||
debug: ^4.1.0
|
||||
globals: ^11.1.0
|
||||
lodash: ^4.17.19
|
||||
checksum: 206010caeed881da55cf0e76f1c8688af072eba8dd38aa94b01fc04ab7b9ca2007b5fbc566d478555e78ae0780f399bdac1434c9ee6ea3ac2a452832fa4cab02
|
||||
checksum: b91d87998e6d6d6b6bc5ba3e4bd81388a4c26d78951eab0d9db2c8dcc37b04ccd03d84915a095b982df613a8d912433b7dcb967df7f0af04deb70ec1eacfffe2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -3353,14 +3360,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.10.4, @babel/types@npm:^7.10.5, @babel/types@npm:^7.11.0, @babel/types@npm:^7.11.5, @babel/types@npm:^7.3.0, @babel/types@npm:^7.4.0, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
|
||||
version: 7.11.5
|
||||
resolution: "@babel/types@npm:7.11.5"
|
||||
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.10.4, @babel/types@npm:^7.10.5, @babel/types@npm:^7.11.0, @babel/types@npm:^7.12.0, @babel/types@npm:^7.3.0, @babel/types@npm:^7.4.0, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
|
||||
version: 7.12.0
|
||||
resolution: "@babel/types@npm:7.12.0"
|
||||
dependencies:
|
||||
"@babel/helper-validator-identifier": ^7.10.4
|
||||
lodash: ^4.17.19
|
||||
to-fast-properties: ^2.0.0
|
||||
checksum: a1515b3ed19a8499f1f27d2c90537803b3e77f6d100ef1c327c86f85817ad2d915a61ae777eaacd9d955999db4ea68d6bb3b5933e0611d3d18a6ffc95430f44a
|
||||
checksum: 61e5682d3a41e7a7d2842f62d5b25f88cc81490715f3b935abb8a10480199a9f5a725d206417e1d6f567da95b6a121cd1893b52ee5b3ea77d9ecca323c23eb41
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -4568,8 +4575,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "babel@workspace:."
|
||||
dependencies:
|
||||
"@babel/cli": ^7.11.6
|
||||
"@babel/core": ^7.11.6
|
||||
"@babel/cli": ^7.12.0
|
||||
"@babel/core": ^7.12.0
|
||||
"@babel/eslint-config-internal": "workspace:*"
|
||||
"@babel/eslint-parser": "workspace:*"
|
||||
"@babel/eslint-plugin-development": "workspace:*"
|
||||
@ -4579,11 +4586,11 @@ __metadata:
|
||||
"@babel/plugin-transform-flow-strip-types": ^7.10.4
|
||||
"@babel/plugin-transform-for-of": ^7.10.4
|
||||
"@babel/plugin-transform-modules-commonjs": ^7.10.4
|
||||
"@babel/plugin-transform-runtime": ^7.11.5
|
||||
"@babel/preset-env": ^7.11.5
|
||||
"@babel/plugin-transform-runtime": ^7.12.0
|
||||
"@babel/preset-env": ^7.12.0
|
||||
"@babel/preset-flow": ^7.10.4
|
||||
"@babel/register": ^7.11.5
|
||||
"@babel/runtime": ^7.11.2
|
||||
"@babel/register": ^7.12.0
|
||||
"@babel/runtime": ^7.12.0
|
||||
"@rollup/plugin-babel": ^5.2.0
|
||||
"@rollup/plugin-commonjs": ^13.0.0
|
||||
"@rollup/plugin-json": ^4.1.0
|
||||
@ -5173,7 +5180,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"chokidar@npm:^2.0.0, chokidar@npm:^2.1.8":
|
||||
"chokidar@npm:^2.0.0":
|
||||
version: 2.1.8
|
||||
resolution: "chokidar@npm:2.1.8"
|
||||
dependencies:
|
||||
@ -7897,7 +7904,7 @@ fsevents@~2.1.2:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"invariant@npm:^2.2.2, invariant@npm:^2.2.4":
|
||||
"invariant@npm:^2.2.4":
|
||||
version: 2.2.4
|
||||
resolution: "invariant@npm:2.2.4"
|
||||
dependencies:
|
||||
@ -9157,15 +9164,6 @@ fsevents@~2.1.2:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"levenary@npm:^1.1.1":
|
||||
version: 1.1.1
|
||||
resolution: "levenary@npm:1.1.1"
|
||||
dependencies:
|
||||
leven: ^3.1.0
|
||||
checksum: 6d3b78e3953b0e5c4c9a703cce2c11c817e2465c010daf08e3c5964c259c850d233584009e5939f0cf4af2b6455f7f7e3a092ea119f63a2a81e273cd2d5e09e2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"levn@npm:^0.4.1":
|
||||
version: 0.4.1
|
||||
resolution: "levn@npm:0.4.1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user