Skip to content

Commit b5f876b

Browse files
committed
Upgrade dependencies
1 parent 637817a commit b5f876b

File tree

2 files changed

+64
-63
lines changed

2 files changed

+64
-63
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
"prepublishOnly": "yarn build"
1919
},
2020
"dependencies": {
21-
"react": "^16.10.2",
21+
"react": "^16.11.0",
2222
"react-router-dom": "^5.1.2"
2323
},
2424
"devDependencies": {
25-
"@types/react": "^16.9.5",
26-
"@types/react-dom": "^16.9.1",
25+
"@types/react": "^16.9.9",
26+
"@types/react-dom": "^16.9.2",
2727
"@types/react-router-dom": "^5.1.0",
28-
"@typescript-eslint/eslint-plugin": "^2.3.2",
29-
"@typescript-eslint/parser": "^2.3.2",
28+
"@typescript-eslint/eslint-plugin": "^2.5.0",
29+
"@typescript-eslint/parser": "^2.5.0",
3030
"eslint": "^6.5.1",
3131
"eslint-config-airbnb": "^18.0.1",
3232
"eslint-plugin-import": "^2.18.2",
3333
"eslint-plugin-jsx-a11y": "^6.2.3",
3434
"eslint-plugin-react": "^7.16.0",
3535
"http-server": "^0.11.1",
36-
"react-dom": "^16.10.2",
37-
"ts-loader": "^6.2.0",
38-
"typescript": "^3.6.3",
39-
"webpack": "^4.41.0",
36+
"react-dom": "^16.11.0",
37+
"ts-loader": "^6.2.1",
38+
"typescript": "^3.6.4",
39+
"webpack": "^4.41.2",
4040
"webpack-cli": "^3.3.9"
4141
}
4242
}

yarn.lock

Lines changed: 55 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.9.tgz#f2d14df87b0739041bc53a7d75e3d77d726a3ec0"
4646
integrity sha512-Nha5b+jmBI271jdTMwrHiNXM+DvThjHOfyZtMX9kj/c/LUj2xiLHsG/1L3tJ8DjAoQN48cHwUwtqBotjyXaSdQ==
4747

48-
"@types/react-dom@^16.9.1":
49-
version "16.9.1"
50-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.1.tgz#79206237cba9532a9f870b1cd5428bef6b66378c"
51-
integrity sha512-1S/akvkKr63qIUWVu5IKYou2P9fHLb/P2VAwyxVV85JGaGZTcUniMiTuIqM3lXFB25ej6h+CYEQ27ERVwi6eGA==
48+
"@types/react-dom@^16.9.2":
49+
version "16.9.2"
50+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.2.tgz#90f9e6c161850be1feb31d2f448121be2a4f3b47"
51+
integrity sha512-hgPbBoI1aTSTvZwo8HYw35UaTldW6n2ETLvHAcfcg1FaOuBV3olmyCe5eMpx2WybWMBPv0MdU2t5GOcQhP+3zA==
5252
dependencies:
5353
"@types/react" "*"
5454

@@ -77,49 +77,50 @@
7777
"@types/prop-types" "*"
7878
csstype "^2.2.0"
7979

80-
"@types/react@^16.9.5":
81-
version "16.9.5"
82-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.5.tgz#079dabd918b19b32118c25fd00a786bb6d0d5e51"
83-
integrity sha512-jQ12VMiFOWYlp+j66dghOWcmDDwhca0bnlcTxS4Qz/fh5gi6wpaZDthPEu/Gc/YlAuO87vbiUXL8qKstFvuOaA==
80+
"@types/react@^16.9.9":
81+
version "16.9.9"
82+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.9.tgz#a62c6f40f04bc7681be5e20975503a64fe783c3a"
83+
integrity sha512-L+AudFJkDukk+ukInYvpoAPyJK5q1GanFOINOJnM0w6tUgITuWvJ4jyoBPFL7z4/L8hGLd+K/6xR5uUjXu0vVg==
8484
dependencies:
8585
"@types/prop-types" "*"
8686
csstype "^2.2.0"
8787

88-
"@typescript-eslint/eslint-plugin@^2.3.2":
89-
version "2.3.2"
90-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.3.2.tgz#7e112ca0bb29044d915baf10163a8199a20f7c69"
91-
integrity sha512-tcnpksq1bXzcIRbYLeXkgp6l+ggEMXXUcl1wsSvL807fRtmvVQKygElwEUf4hBA76dNag3VAK1q2m3vd7qJaZA==
88+
"@typescript-eslint/eslint-plugin@^2.5.0":
89+
version "2.5.0"
90+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.5.0.tgz#101d96743ce3365b3223df73d641078c9b775903"
91+
integrity sha512-ddrJZxp5ns1Lh5ofZQYk3P8RyvKfyz/VcRR4ZiJLHO/ljnQAO8YvTfj268+WJOOadn99mvDiqJA65+HAKoeSPA==
9292
dependencies:
93-
"@typescript-eslint/experimental-utils" "2.3.2"
93+
"@typescript-eslint/experimental-utils" "2.5.0"
9494
eslint-utils "^1.4.2"
9595
functional-red-black-tree "^1.0.1"
9696
regexpp "^2.0.1"
9797
tsutils "^3.17.1"
9898

99-
"@typescript-eslint/experimental-utils@2.3.2":
100-
version "2.3.2"
101-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.3.2.tgz#e50f31264507e6fec7b33840bb6af260c24f4ea8"
102-
integrity sha512-t+JGdTT6dRbmvKDlhlVkEueoZa0fhJNfG6z2cpnRPLwm3VwYr2BjR//acJGC1Yza0I9ZNcDfRY7ubQEvvfG6Jg==
99+
"@typescript-eslint/experimental-utils@2.5.0":
100+
version "2.5.0"
101+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.5.0.tgz#383a97ded9a7940e5053449f6d73995e782b8fb1"
102+
integrity sha512-UgcQGE0GKJVChyRuN1CWqDW8Pnu7+mVst0aWrhiyuUD1J9c+h8woBdT4XddCvhcXDodTDVIfE3DzGHVjp7tUeQ==
103103
dependencies:
104104
"@types/json-schema" "^7.0.3"
105-
"@typescript-eslint/typescript-estree" "2.3.2"
105+
"@typescript-eslint/typescript-estree" "2.5.0"
106106
eslint-scope "^5.0.0"
107107

108-
"@typescript-eslint/parser@^2.3.2":
109-
version "2.3.2"
110-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.3.2.tgz#e9b742e191cd1209930da469cde379591ad0af5b"
111-
integrity sha512-nq1UQeNGdKdqdgF6Ww+Ov2OidWgiL96+JYdXXZ2rkP/OWyc6KMNSbs6MpRCpI8q+PmDa7hBnHNQIo7w/drYccA==
108+
"@typescript-eslint/parser@^2.5.0":
109+
version "2.5.0"
110+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.5.0.tgz#858030ddd808fbbe88e03f42e5971efaccb8218a"
111+
integrity sha512-9UBMiAwIDWSl79UyogaBdj3hidzv6exjKUx60OuZuFnJf56tq/UMpdPcX09YmGqE8f4AnAueYtBxV8IcAT3jdQ==
112112
dependencies:
113113
"@types/eslint-visitor-keys" "^1.0.0"
114-
"@typescript-eslint/experimental-utils" "2.3.2"
115-
"@typescript-eslint/typescript-estree" "2.3.2"
114+
"@typescript-eslint/experimental-utils" "2.5.0"
115+
"@typescript-eslint/typescript-estree" "2.5.0"
116116
eslint-visitor-keys "^1.1.0"
117117

118-
"@typescript-eslint/typescript-estree@2.3.2":
119-
version "2.3.2"
120-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.3.2.tgz#107414aa04e689fe6f7251eb63fb500217f2b7f4"
121-
integrity sha512-eZNEAai16nwyhIVIEaWQlaUgAU3S9CkQ58qvK0+3IuSdLJD3W1PNuehQFMIhW/mTP1oFR9GNoTcLg7gtXz6lzA==
118+
"@typescript-eslint/typescript-estree@2.5.0":
119+
version "2.5.0"
120+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.5.0.tgz#40ada624d6217ef092a3a79ed30d947ad4f212ce"
121+
integrity sha512-AXURyF8NcA3IsnbjNX1v9qbwa0dDoY9YPcKYR2utvMHoUcu3636zrz0gRWtVAyxbPCkhyKuGg6WZIyi2Fc79CA==
122122
dependencies:
123+
debug "^4.1.1"
123124
glob "^7.1.4"
124125
is-glob "^4.0.1"
125126
lodash.unescape "4.0.1"
@@ -984,7 +985,7 @@ debug@^3.2.6:
984985
dependencies:
985986
ms "^2.1.1"
986987

987-
debug@^4.0.1:
988+
debug@^4.0.1, debug@^4.1.1:
988989
version "4.1.1"
989990
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
990991
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
@@ -3238,15 +3239,15 @@ rc@^1.2.7:
32383239
minimist "^1.2.0"
32393240
strip-json-comments "~2.0.1"
32403241

3241-
react-dom@^16.10.2:
3242-
version "16.10.2"
3243-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.10.2.tgz#4840bce5409176bc3a1f2bd8cb10b92db452fda6"
3244-
integrity sha512-kWGDcH3ItJK4+6Pl9DZB16BXYAZyrYQItU4OMy0jAkv5aNqc+mAKb4TpFtAteI6TJZu+9ZlNhaeNQSVQDHJzkw==
3242+
react-dom@^16.11.0:
3243+
version "16.11.0"
3244+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.11.0.tgz#7e7c4a5a85a569d565c2462f5d345da2dd849af5"
3245+
integrity sha512-nrRyIUE1e7j8PaXSPtyRKtz+2y9ubW/ghNgqKFHHAHaeP0fpF5uXR+sq8IMRHC+ZUxw7W9NyCDTBtwWxvkb0iA==
32453246
dependencies:
32463247
loose-envify "^1.1.0"
32473248
object-assign "^4.1.1"
32483249
prop-types "^15.6.2"
3249-
scheduler "^0.16.2"
3250+
scheduler "^0.17.0"
32503251

32513252
react-is@^16.6.0, react-is@^16.7.0:
32523253
version "16.8.6"
@@ -3287,10 +3288,10 @@ react-router@5.1.2:
32873288
tiny-invariant "^1.0.2"
32883289
tiny-warning "^1.0.0"
32893290

3290-
react@^16.10.2:
3291-
version "16.10.2"
3292-
resolved "https://registry.yarnpkg.com/react/-/react-16.10.2.tgz#a5ede5cdd5c536f745173c8da47bda64797a4cf0"
3293-
integrity sha512-MFVIq0DpIhrHFyqLU0S3+4dIcBhhOvBE8bJ/5kHPVOVaGdo0KuiQzpcjCPsf585WvhypqtrMILyoE2th6dT+Lw==
3291+
react@^16.11.0:
3292+
version "16.11.0"
3293+
resolved "https://registry.yarnpkg.com/react/-/react-16.11.0.tgz#d294545fe62299ccee83363599bf904e4a07fdbb"
3294+
integrity sha512-M5Y8yITaLmU0ynd0r1Yvfq98Rmll6q8AxaEe88c8e7LxO8fZ2cNgmFt0aGAS9wzf1Ao32NKXtCl+/tVVtkxq6g==
32943295
dependencies:
32953296
loose-envify "^1.1.0"
32963297
object-assign "^4.1.1"
@@ -3496,10 +3497,10 @@ sax@^1.2.4:
34963497
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
34973498
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
34983499

3499-
scheduler@^0.16.2:
3500-
version "0.16.2"
3501-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.16.2.tgz#f74cd9d33eff6fc554edfb79864868e4819132c1"
3502-
integrity sha512-BqYVWqwz6s1wZMhjFvLfVR5WXP7ZY32M/wYPo04CcuPM7XZEbV2TBNW7Z0UkguPTl0dWMA59VbNXxK6q+pHItg==
3500+
scheduler@^0.17.0:
3501+
version "0.17.0"
3502+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.17.0.tgz#7c9c673e4ec781fac853927916d1c426b6f3ddfe"
3503+
integrity sha512-7rro8Io3tnCPuY4la/NuI5F2yfESpnfZyT6TtkXnSWVkcu0BCDJ+8gk5ozUaFaxpIyNuWAPXrH0yFcSi28fnDA==
35033504
dependencies:
35043505
loose-envify "^1.1.0"
35053506
object-assign "^4.1.1"
@@ -3998,10 +3999,10 @@ to-regex@^3.0.1, to-regex@^3.0.2:
39983999
regex-not "^1.0.2"
39994000
safe-regex "^1.1.0"
40004001

4001-
ts-loader@^6.2.0:
4002-
version "6.2.0"
4003-
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-6.2.0.tgz#52d3993ecbc5474c1513242388e1049da0fce880"
4004-
integrity sha512-Da8h3fD+HiZ9GvZJydqzk3mTC9nuOKYlJcpuk+Zv6Y1DPaMvBL+56GRzZFypx2cWrZFMsQr869+Ua2slGoLxvQ==
4002+
ts-loader@^6.2.1:
4003+
version "6.2.1"
4004+
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-6.2.1.tgz#67939d5772e8a8c6bdaf6277ca023a4812da02ef"
4005+
integrity sha512-Dd9FekWuABGgjE1g0TlQJ+4dFUfYGbYcs52/HQObE0ZmUNjQlmLAS7xXsSzy23AMaMwipsx5sNHvoEpT2CZq1g==
40054006
dependencies:
40064007
chalk "^2.3.0"
40074008
enhanced-resolve "^4.0.0"
@@ -4043,10 +4044,10 @@ typedarray@^0.0.6:
40434044
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
40444045
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
40454046

4046-
typescript@^3.6.3:
4047-
version "3.6.3"
4048-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.3.tgz#fea942fabb20f7e1ca7164ff626f1a9f3f70b4da"
4049-
integrity sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==
4047+
typescript@^3.6.4:
4048+
version "3.6.4"
4049+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d"
4050+
integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==
40504051

40514052
union-value@^1.0.0:
40524053
version "1.0.0"
@@ -4198,10 +4199,10 @@ webpack-sources@^1.4.0, webpack-sources@^1.4.1:
41984199
source-list-map "^2.0.0"
41994200
source-map "~0.6.1"
42004201

4201-
webpack@^4.41.0:
4202-
version "4.41.0"
4203-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.0.tgz#db6a254bde671769f7c14e90a1a55e73602fc70b"
4204-
integrity sha512-yNV98U4r7wX1VJAj5kyMsu36T8RPPQntcb5fJLOsMz/pt/WrKC0Vp1bAlqPLkA1LegSwQwf6P+kAbyhRKVQ72g==
4202+
webpack@^4.41.2:
4203+
version "4.41.2"
4204+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.2.tgz#c34ec76daa3a8468c9b61a50336d8e3303dce74e"
4205+
integrity sha512-Zhw69edTGfbz9/8JJoyRQ/pq8FYUoY0diOXqW0T6yhgdhCv6wr0hra5DwwWexNRns2Z2+gsnrNcbe9hbGBgk/A==
42054206
dependencies:
42064207
"@webassemblyjs/ast" "1.8.5"
42074208
"@webassemblyjs/helper-module-context" "1.8.5"

0 commit comments

Comments
 (0)