Skip to content

Commit 28184e4

Browse files
committed
v2.0.1
1 parent 2cc0f21 commit 28184e4

File tree

3 files changed

+78
-110
lines changed

3 files changed

+78
-110
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# react-wordpress-hooks Changelog
22

3+
## 2.0.1 (2019-10-13)
4+
#### Internal
5+
- cleaned up
6+
37
## 2.0.0 beta 3 / 2.0.0 (2019-09-28)
48
#### Bug Fix
59
- fixed problem with incorrect values for `post`, `update` and `delete` methods

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-wordpress-hooks",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Set of hooks for WordPress REST API",
55
"author": "Jakub Biesiada",
66
"license": "MIT",
@@ -35,23 +35,23 @@
3535
},
3636
"homepage": "https://github.com/JB1905/react-wordpress-hooks#readme",
3737
"devDependencies": {
38-
"@types/react": "^16.9.3",
39-
"@typescript-eslint/parser": "^2.3.1",
38+
"@types/react": "^16.9.5",
39+
"@typescript-eslint/parser": "^2.3.3",
4040
"docz": "^1.3.2",
4141
"docz-theme-default": "^1.2.0",
42-
"eslint": "^6.4.0",
43-
"eslint-config-prettier": "^6.3.0",
42+
"eslint": "^6.5.1",
43+
"eslint-config-prettier": "^6.4.0",
4444
"eslint-plugin-prettier": "^3.1.1",
45-
"eslint-plugin-react": "^7.14.3",
46-
"eslint-plugin-react-hooks": "^2.1.0",
45+
"eslint-plugin-react": "^7.16.0",
46+
"eslint-plugin-react-hooks": "^2.1.2",
4747
"gh-pages": "^2.1.1",
48-
"husky": "^3.0.7",
49-
"lint-staged": "^9.4.0",
48+
"husky": "^3.0.9",
49+
"lint-staged": "^9.4.2",
5050
"prettier": "^1.18.2",
5151
"react": "^16.9.0",
52-
"ts-loader": "^6.1.2",
53-
"typescript": "^3.6.3",
54-
"webpack": "^4.41.0",
52+
"ts-loader": "^6.2.0",
53+
"typescript": "^3.6.4",
54+
"webpack": "^4.41.1",
5555
"webpack-cli": "^3.3.9"
5656
},
5757
"peerDependencies": {

yarn.lock

Lines changed: 62 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,10 +1235,10 @@
12351235
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
12361236
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
12371237

1238-
"@types/react@^16.9.3":
1239-
version "16.9.3"
1240-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.3.tgz#6d13251e441a3e67fb60d719d1fc8785b984a2ec"
1241-
integrity sha512-Ogb2nSn+2qQv5opoCv7Ls5yFxtyrdUYxp5G+SWTrlGk7dmFKw331GiezCgEZj9U7QeXJi1CDtws9pdXU1zUL4g==
1238+
"@types/react@^16.9.5":
1239+
version "16.9.5"
1240+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.5.tgz#079dabd918b19b32118c25fd00a786bb6d0d5e51"
1241+
integrity sha512-jQ12VMiFOWYlp+j66dghOWcmDDwhca0bnlcTxS4Qz/fh5gi6wpaZDthPEu/Gc/YlAuO87vbiUXL8qKstFvuOaA==
12421242
dependencies:
12431243
"@types/prop-types" "*"
12441244
csstype "^2.2.0"
@@ -1265,29 +1265,29 @@
12651265
"@types/unist" "*"
12661266
"@types/vfile-message" "*"
12671267

1268-
"@typescript-eslint/[email protected].1":
1269-
version "2.3.1"
1270-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.3.1.tgz#92f2531d3e7c22e64a2cc10cfe89935deaf00f7c"
1271-
integrity sha512-FaZEj73o4h6Wd0Lg+R4pZiJGdR0ZYbJr+O2+RbQ1aZjX8bZcfkVDtD+qm74Dv77rfSKkDKE64UTziLBo9UYHQA==
1268+
"@typescript-eslint/[email protected].3":
1269+
version "2.3.3"
1270+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.3.3.tgz#0685613063ff397cfa9209be2e6e81c0382a9b11"
1271+
integrity sha512-MQ4jKPMTU1ty4TigJCRKFPye2qyQdH8jzIIkceaHgecKFmkNS1hXPqKiZ+mOehkz6+HcN5Nuvwm+frmWZR9tdg==
12721272
dependencies:
12731273
"@types/json-schema" "^7.0.3"
1274-
"@typescript-eslint/typescript-estree" "2.3.1"
1274+
"@typescript-eslint/typescript-estree" "2.3.3"
12751275
eslint-scope "^5.0.0"
12761276

1277-
"@typescript-eslint/parser@^2.3.1":
1278-
version "2.3.1"
1279-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.3.1.tgz#f2b93b614d9b338825c44e75552a433e2ebf8c33"
1280-
integrity sha512-ZlWdzhCJ2iZnSp/VBAJ/sowFbyHycIux8t0UEH0JsKgQvfSf7949hLYFMwTXdCMeEnpP1zRTHimrR+YHzs8LIw==
1277+
"@typescript-eslint/parser@^2.3.3":
1278+
version "2.3.3"
1279+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.3.3.tgz#af519d6572bdee3e9610e21c8362766858976bc1"
1280+
integrity sha512-+cV53HuYFeeyrNW8x/rgPmbVrzzp/rpRmwbJnNtwn4K8mroL1BdjxwQh7X9cUHp9rm4BBiEWmD3cSBjKG7d5mw==
12811281
dependencies:
12821282
"@types/eslint-visitor-keys" "^1.0.0"
1283-
"@typescript-eslint/experimental-utils" "2.3.1"
1284-
"@typescript-eslint/typescript-estree" "2.3.1"
1283+
"@typescript-eslint/experimental-utils" "2.3.3"
1284+
"@typescript-eslint/typescript-estree" "2.3.3"
12851285
eslint-visitor-keys "^1.1.0"
12861286

1287-
"@typescript-eslint/[email protected].1":
1288-
version "2.3.1"
1289-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.3.1.tgz#62c64f149948473d06a129dc33b4fc76e6c051f9"
1290-
integrity sha512-9SFhUgFuePJBB6jlLkOPPhMkZNiDCr+S8Ft7yAkkP2c5x5bxPhG3pe/exMiQaF8IGyVMDW6Ul0q4/cZ+uF3uog==
1287+
"@typescript-eslint/[email protected].3":
1288+
version "2.3.3"
1289+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.3.3.tgz#be802220876bedfb80384cde1d46fe57ae7abf71"
1290+
integrity sha512-GkACs12Xp8d/STunNv/iSMYJFQrkrax9vuPZySlgSzoJJtw1cp6tbEw4qsLskQv6vloLrkFJHcTJ0a/yCB5cIA==
12911291
dependencies:
12921292
glob "^7.1.4"
12931293
is-glob "^4.0.1"
@@ -3694,10 +3694,10 @@ escodegen@^1.8.1:
36943694
optionalDependencies:
36953695
source-map "~0.6.1"
36963696

3697-
eslint-config-prettier@^6.3.0:
3698-
version "6.3.0"
3699-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.3.0.tgz#e73b48e59dc49d950843f3eb96d519e2248286a3"
3700-
integrity sha512-EWaGjlDAZRzVFveh2Jsglcere2KK5CJBhkNSa1xs3KfMUGdRiT7lG089eqPdvlzWHpAqaekubOsOMu8W8Yk71A==
3697+
eslint-config-prettier@^6.4.0:
3698+
version "6.4.0"
3699+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.4.0.tgz#0a04f147e31d33c6c161b2dd0971418ac52d0477"
3700+
integrity sha512-YrKucoFdc7SEko5Sxe4r6ixqXPDP1tunGw91POeZTTRKItf/AMFYt/YLEQtZMkR2LVpAVhcAcZgcWpm1oGPW7w==
37013701
dependencies:
37023702
get-stdin "^6.0.0"
37033703

@@ -3708,25 +3708,25 @@ eslint-plugin-prettier@^3.1.1:
37083708
dependencies:
37093709
prettier-linter-helpers "^1.0.0"
37103710

3711-
eslint-plugin-react-hooks@^2.1.0:
3712-
version "2.1.0"
3713-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.1.0.tgz#66aa39355e7c43463b9685f3fe0c4581da662be9"
3714-
integrity sha512-W6VsLR0qY5Xh3ne2pVViryQPZkEaQ/3fr62zGiq3ISJhUTssUbBBeGmdZwQhXJvLr4I1jW2uauyGW9EgFSuPKw==
3711+
eslint-plugin-react-hooks@^2.1.2:
3712+
version "2.1.2"
3713+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.1.2.tgz#1358d2acb2c5e02b7e90c37e611ac258a488e3a7"
3714+
integrity sha512-ZR+AyesAUGxJAyTFlF3MbzeVHAcQTFQt1fFVe5o0dzY/HFoj1dgQDMoIkiM+ltN/HhlHBYX4JpJwYonjxsyQMA==
37153715

3716-
eslint-plugin-react@^7.14.3:
3717-
version "7.14.3"
3718-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.3.tgz#911030dd7e98ba49e1b2208599571846a66bdf13"
3719-
integrity sha512-EzdyyBWC4Uz2hPYBiEJrKCUi2Fn+BJ9B/pJQcjw5X+x/H2Nm59S4MJIvL4O5NEE0+WbnQwEBxWY03oUk+Bc3FA==
3716+
eslint-plugin-react@^7.16.0:
3717+
version "7.16.0"
3718+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.16.0.tgz#9928e4f3e2122ed3ba6a5b56d0303ba3e41d8c09"
3719+
integrity sha512-GacBAATewhhptbK3/vTP09CbFrgUJmBSaaRcWdbQLFvUZy9yVcQxigBNHGPU/KE2AyHpzj3AWXpxoMTsIDiHug==
37203720
dependencies:
37213721
array-includes "^3.0.3"
37223722
doctrine "^2.1.0"
37233723
has "^1.0.3"
3724-
jsx-ast-utils "^2.1.0"
3724+
jsx-ast-utils "^2.2.1"
37253725
object.entries "^1.1.0"
37263726
object.fromentries "^2.0.0"
37273727
object.values "^1.1.0"
37283728
prop-types "^15.7.2"
3729-
resolve "^1.10.1"
3729+
resolve "^1.12.0"
37303730

37313731
eslint-scope@^4.0.3:
37323732
version "4.0.3"
@@ -3756,10 +3756,10 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
37563756
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
37573757
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
37583758

3759-
eslint@^6.4.0:
3760-
version "6.4.0"
3761-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.4.0.tgz#5aa9227c3fbe921982b2eda94ba0d7fae858611a"
3762-
integrity sha512-WTVEzK3lSFoXUovDHEbkJqCVPEPwbhCq4trDktNI6ygs7aO41d4cDT0JFAT5MivzZeVLWlg7vHL+bgrQv/t3vA==
3759+
eslint@^6.5.1:
3760+
version "6.5.1"
3761+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.5.1.tgz#828e4c469697d43bb586144be152198b91e96ed6"
3762+
integrity sha512-32h99BoLYStT1iq1v2P9uwpyznQ4M2jRiFB6acitKz52Gqn+vPaMDUTB1bYi1WN4Nquj2w+t+bimYUG83DC55A==
37633763
dependencies:
37643764
"@babel/code-frame" "^7.0.0"
37653765
ajv "^6.10.0"
@@ -4980,20 +4980,20 @@ humanize-url@^1.0.0:
49804980
normalize-url "^1.0.0"
49814981
strip-url-auth "^1.0.0"
49824982

4983-
husky@^3.0.7:
4984-
version "3.0.7"
4985-
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.7.tgz#05e869006c7d9a31b27893aeda520e730bd125b9"
4986-
integrity sha512-fIrkaREoQk6DO8KnSX16Aq7Kg9SxqYYQZH/9b+4AxXyXNNgpJLsc8lWlQCShLus1nbujIyZ/WQZBHGwClohK/w==
4983+
husky@^3.0.9:
4984+
version "3.0.9"
4985+
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.9.tgz#a2c3e9829bfd6b4957509a9500d2eef5dbfc8044"
4986+
integrity sha512-Yolhupm7le2/MqC1VYLk/cNmYxsSsqKkTyBhzQHhPK1jFnC89mmmNVuGtLNabjDI6Aj8UNIr0KpRNuBkiC4+sg==
49874987
dependencies:
49884988
chalk "^2.4.2"
4989+
ci-info "^2.0.0"
49894990
cosmiconfig "^5.2.1"
49904991
execa "^1.0.0"
49914992
get-stdin "^7.0.0"
4992-
is-ci "^2.0.0"
49934993
opencollective-postinstall "^2.0.2"
49944994
pkg-dir "^4.2.0"
49954995
please-upgrade-node "^3.2.0"
4996-
read-pkg "^5.1.1"
4996+
read-pkg "^5.2.0"
49974997
run-node "^1.0.0"
49984998
slash "^3.0.0"
49994999

@@ -5267,13 +5267,6 @@ is-callable@^1.1.4:
52675267
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
52685268
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
52695269

5270-
is-ci@^2.0.0:
5271-
version "2.0.0"
5272-
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
5273-
integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==
5274-
dependencies:
5275-
ci-info "^2.0.0"
5276-
52775270
is-data-descriptor@^0.1.4:
52785271
version "0.1.4"
52795272
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -5635,7 +5628,7 @@ jsonify@~0.0.0:
56355628
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
56365629
integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
56375630

5638-
jsx-ast-utils@^2.1.0:
5631+
jsx-ast-utils@^2.1.0, jsx-ast-utils@^2.2.1:
56395632
version "2.2.1"
56405633
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz#4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb"
56415634
integrity sha512-v3FxCcAf20DayI+uxnCuw795+oOIkVu6EnJ1+kSzhqqTZHNkTZ7B66ZgLp4oLJ/gbA64cI0B7WRoHZMSRdyVRQ==
@@ -5709,10 +5702,10 @@ lines-and-columns@^1.1.6:
57095702
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
57105703
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
57115704

5712-
lint-staged@^9.4.0:
5713-
version "9.4.0"
5714-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.4.0.tgz#dd4abcc9a82539fd290aed1584e3241b8f8af687"
5715-
integrity sha512-jTu1KoGiGTSffM539wK+3igVqDGVsby3KwDBaXL471YndahkjnavLX+R5Nsk49JwklyMo0ZAXay1BaoyA6d2Jw==
5705+
lint-staged@^9.4.2:
5706+
version "9.4.2"
5707+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.4.2.tgz#14cb577a9512f520691f8b5aefce6a8f7ead6c04"
5708+
integrity sha512-OFyGokJSWTn2M6vngnlLXjaHhi8n83VIZZ5/1Z26SULRUWgR3ITWpAEQC9Pnm3MC/EpCxlwts/mQWDHNji2+zA==
57165709
dependencies:
57175710
chalk "^2.4.2"
57185711
commander "^2.20.0"
@@ -7633,7 +7626,7 @@ read-pkg@^3.0.0:
76337626
normalize-package-data "^2.3.2"
76347627
path-type "^3.0.0"
76357628

7636-
read-pkg@^5.1.1:
7629+
read-pkg@^5.2.0:
76377630
version "5.2.0"
76387631
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
76397632
integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
@@ -8037,7 +8030,7 @@ resolve-url@^0.2.1:
80378030
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
80388031
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
80398032

8040-
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.3.2, resolve@^1.7.1, resolve@^1.8.1:
8033+
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.7.1, resolve@^1.8.1:
80418034
version "1.12.0"
80428035
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
80438036
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
@@ -9099,10 +9092,10 @@ tryer@^1.0.1:
90999092
resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8"
91009093
integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==
91019094

9102-
ts-loader@^6.1.2:
9103-
version "6.1.2"
9104-
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-6.1.2.tgz#ff6bc767334970226438949fbde2e211147a1325"
9105-
integrity sha512-dudxFKm0Ellrg/gLNlu+97/UgwvoMK0SdUVImPUSzq3IcRUVtShylZvcMX+CgvCQL1BEKb913NL0gAP1GA/OFw==
9095+
ts-loader@^6.2.0:
9096+
version "6.2.0"
9097+
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-6.2.0.tgz#52d3993ecbc5474c1513242388e1049da0fce880"
9098+
integrity sha512-Da8h3fD+HiZ9GvZJydqzk3mTC9nuOKYlJcpuk+Zv6Y1DPaMvBL+56GRzZFypx2cWrZFMsQr869+Ua2slGoLxvQ==
91069099
dependencies:
91079100
chalk "^2.3.0"
91089101
enhanced-resolve "^4.0.0"
@@ -9160,10 +9153,10 @@ [email protected]:
91609153
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.4000.tgz#76b0f89cfdbf97827e1112d64f283f1151d6adf0"
91619154
integrity sha512-jjOcCZvpkl2+z7JFn0yBOoLQyLoIkNZAs/fYJkUG6VKy6zLPHJGfQJYFHzibB6GJaF/8QrcECtlQ5cpvRHSMEA==
91629155

9163-
typescript@^3.6.3:
9164-
version "3.6.3"
9165-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.3.tgz#fea942fabb20f7e1ca7164ff626f1a9f3f70b4da"
9166-
integrity sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==
9156+
typescript@^3.6.4:
9157+
version "3.6.4"
9158+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d"
9159+
integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==
91679160

91689161
ua-parser-js@^0.7.18:
91699162
version "0.7.20"
@@ -9804,39 +9797,10 @@ webpack@^4.30.0:
98049797
watchpack "^1.6.0"
98059798
webpack-sources "^1.4.1"
98069799

9807-
webpack@^4.41.0:
9808-
version "4.41.0"
9809-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.0.tgz#db6a254bde671769f7c14e90a1a55e73602fc70b"
9810-
integrity sha512-yNV98U4r7wX1VJAj5kyMsu36T8RPPQntcb5fJLOsMz/pt/WrKC0Vp1bAlqPLkA1LegSwQwf6P+kAbyhRKVQ72g==
9811-
dependencies:
9812-
"@webassemblyjs/ast" "1.8.5"
9813-
"@webassemblyjs/helper-module-context" "1.8.5"
9814-
"@webassemblyjs/wasm-edit" "1.8.5"
9815-
"@webassemblyjs/wasm-parser" "1.8.5"
9816-
acorn "^6.2.1"
9817-
ajv "^6.10.2"
9818-
ajv-keywords "^3.4.1"
9819-
chrome-trace-event "^1.0.2"
9820-
enhanced-resolve "^4.1.0"
9821-
eslint-scope "^4.0.3"
9822-
json-parse-better-errors "^1.0.2"
9823-
loader-runner "^2.4.0"
9824-
loader-utils "^1.2.3"
9825-
memory-fs "^0.4.1"
9826-
micromatch "^3.1.10"
9827-
mkdirp "^0.5.1"
9828-
neo-async "^2.6.1"
9829-
node-libs-browser "^2.2.1"
9830-
schema-utils "^1.0.0"
9831-
tapable "^1.1.3"
9832-
terser-webpack-plugin "^1.4.1"
9833-
watchpack "^1.6.0"
9834-
webpack-sources "^1.4.1"
9835-
9836-
webpack@^4.40.2:
9837-
version "4.40.2"
9838-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.40.2.tgz#d21433d250f900bf0facbabe8f50d585b2dc30a7"
9839-
integrity sha512-5nIvteTDCUws2DVvP9Qe+JPla7kWPPIDFZv55To7IycHWZ+Z5qBdaBYPyuXWdhggTufZkQwfIK+5rKQTVovm2A==
9800+
webpack@^4.41.1:
9801+
version "4.41.1"
9802+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.1.tgz#5388dd3047d680d5d382a84249fd4750e87372fd"
9803+
integrity sha512-ak7u4tUu/U63sCVxA571IuPZO/Q0pZ9cEXKg+R/woxkDzVovq57uB6L2Hlg/pC8LCU+TWpvtcYwsstivQwMJmw==
98409804
dependencies:
98419805
"@webassemblyjs/ast" "1.8.5"
98429806
"@webassemblyjs/helper-module-context" "1.8.5"

0 commit comments

Comments
 (0)