Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 73ade50

Browse files
author
Greg Rickaby
authored
Merge branch 'staging' into fix/cleanup
2 parents 24631b7 + 3deaea8 commit 73ade50

File tree

2 files changed

+24
-21
lines changed

2 files changed

+24
-21
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"yup": "^0.32.8"
4646
},
4747
"devDependencies": {
48-
"@apollo/client": "^3.3.6",
48+
"@apollo/client": "^3.3.7",
4949
"@babel/core": "^7.12.10",
5050
"@storybook/addon-a11y": "^6.1.14",
5151
"@storybook/addon-actions": "^6.1.14",
@@ -60,7 +60,7 @@
6060
"eslint": "^7.17.0",
6161
"eslint-config-prettier": "^7.1.0",
6262
"eslint-plugin-import": "^2.22.1",
63-
"eslint-plugin-jsdoc": "^31.0.3",
63+
"eslint-plugin-jsdoc": "^31.0.5",
6464
"eslint-plugin-jsx-a11y": "^6.4.1",
6565
"eslint-plugin-prettier": "^3.3.1",
6666
"eslint-plugin-react": "^7.22.0",

yarn.lock

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@
179179
dependencies:
180180
node-fetch "2.6.1"
181181

182-
"@apollo/client@^3.3.6":
183-
version "3.3.6"
184-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.3.6.tgz#f359646308167f38d5bc498dfc2344c888400093"
185-
integrity sha512-XSm/STyNS8aHdDigLLACKNMHwI0qaQmEHWHtTP+jHe/E1wZRnn66VZMMgwKLy2V4uHISHfmiZ4KpUKDPeJAKqg==
182+
"@apollo/client@^3.3.7":
183+
version "3.3.7"
184+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.3.7.tgz#f15bf961dc0c2bee37a47bf86b8881fdc6183810"
185+
integrity sha512-Cb0OqqvlehlRHtHIXRIS/Pe5WYU4hHl1FznXTRSxBAN42WmBUM3zy/Unvw183RdWMyV6Kc2pFKOEuaG1K7JTAQ==
186186
dependencies:
187187
"@graphql-typed-document-node/core" "^3.0.0"
188188
"@types/zen-observable" "^0.8.0"
@@ -191,7 +191,7 @@
191191
fast-json-stable-stringify "^2.0.0"
192192
graphql-tag "^2.11.0"
193193
hoist-non-react-statics "^3.3.2"
194-
optimism "^0.13.1"
194+
optimism "^0.14.0"
195195
prop-types "^15.7.2"
196196
symbol-observable "^2.0.0"
197197
ts-invariant "^0.6.0"
@@ -2973,6 +2973,13 @@
29732973
dependencies:
29742974
tslib "^1.14.1"
29752975

2976+
"@wry/trie@^0.2.1":
2977+
version "0.2.1"
2978+
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.2.1.tgz#4191e1d4a85dd77dfede383d65563138ed82fc47"
2979+
integrity sha512-sYkuXZqArky2MLQCv4tLW6hX3N8AfTZ5ZMBc8jC6Yy35WYr82UYLLtjS7k/uRGHOA0yTSjuNadG6QQ6a5CS5hQ==
2980+
dependencies:
2981+
tslib "^1.14.1"
2982+
29762983
"@xtuc/ieee754@^1.2.0":
29772984
version "1.2.0"
29782985
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
@@ -5946,10 +5953,10 @@ eslint-plugin-import@^2.22.1:
59465953
resolve "^1.17.0"
59475954
tsconfig-paths "^3.9.0"
59485955

5949-
eslint-plugin-jsdoc@^31.0.3:
5950-
version "31.0.3"
5951-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-31.0.3.tgz#23dd8bee22421af1dab0a00a91dfc3d47f644a76"
5952-
integrity sha512-O2HXyXyw2FYXWngFGeuCxhmClb4M1Y/w+bPcahO31P/Tw+vHZUU9wkPkSML2izznJ1dp3dnTG4on9bXDZDWfyQ==
5956+
eslint-plugin-jsdoc@^31.0.5:
5957+
version "31.0.5"
5958+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-31.0.5.tgz#f190d1b81989e9febb01356618b721cdc23675c4"
5959+
integrity sha512-TiBVItHnBAtSAY4YfYq0PBIfcCqmInYpK7ziCgCQgBUdRT30JtIqZ6TLrH5kF237fpfSdFUFYCVkdlc+MZPd0g==
59535960
dependencies:
59545961
comment-parser "1.0.1"
59555962
debug "^4.3.1"
@@ -9677,12 +9684,13 @@ openurl@^1.1.1:
96779684
resolved "https://registry.yarnpkg.com/openurl/-/openurl-1.1.1.tgz#3875b4b0ef7a52c156f0db41d4609dbb0f94b387"
96789685
integrity sha1-OHW0sO96UsFW8NtB1GCduw+Us4c=
96799686

9680-
optimism@^0.13.1:
9681-
version "0.13.2"
9682-
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.13.2.tgz#002a438b69652bfe8f8754a4493ed35c2e9d9821"
9683-
integrity sha512-kJkpDUEs/Rp8HsAYYlDzyvQHlT6YZa95P+2GGNR8p/VvsIkt6NilAk7oeTvMRKCq7BeclB7+bmdIexog2859GQ==
9687+
optimism@^0.14.0:
9688+
version "0.14.0"
9689+
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.14.0.tgz#256fb079a3428585b40a3a8462f907e0abd2fc49"
9690+
integrity sha512-ygbNt8n4DOCVpkwiLF+IrKKeNHOjtr9aXLWGP9HNJGoblSGsnVbJLstcH6/nE9Xy5ZQtlkSioFQNnthmENW6FQ==
96849691
dependencies:
96859692
"@wry/context" "^0.5.2"
9693+
"@wry/trie" "^0.2.1"
96869694

96879695
optionator@^0.8.1:
96889696
version "0.8.3"
@@ -13014,12 +13022,7 @@ tsconfig-paths@^3.9.0:
1301413022
minimist "^1.2.0"
1301513023
strip-bom "^3.0.0"
1301613024

13017-
tslib@^1.10.0, tslib@^1.9.0:
13018-
version "1.13.0"
13019-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
13020-
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
13021-
13022-
tslib@^1.14.1, tslib@^1.9.3:
13025+
tslib@^1.10.0, tslib@^1.14.1, tslib@^1.9.0, tslib@^1.9.3:
1302313026
version "1.14.1"
1302413027
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1302513028
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

0 commit comments

Comments
 (0)