Skip to content

Commit 1a27c57

Browse files
committed
chore: update adminjs package
1 parent 32cffa2 commit 1a27c57

File tree

4 files changed

+132
-24
lines changed

4 files changed

+132
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is an official [AdminJS](https://github.com/SoftwareBrothers/adminjs) plugi
66

77
AdminJS is an automatic admin interface which can be plugged into your application. You, as a developer, provide database models (like posts, comments, stores, products or whatever else your application uses), and AdminJS generates UI which allows you (or other trusted users) to manage content.
88

9-
Check out the example application with mongo and postgres models here: https://admin-bro-example-app-staging.herokuapp.com/admin
9+
Check out the example application with mongo and postgres models here: https://demo.adminjs.co/admin
1010

1111
Or visit [AdminJS](https://github.com/SoftwareBrothers/adminjs) github page.
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@semantic-release/git": "^9.0.0",
2727
"@typescript-eslint/eslint-plugin": "^3.7.0",
2828
"@typescript-eslint/parser": "^3.7.0",
29-
"adminjs": "^3.3.1",
29+
"adminjs": "^5.0.0",
3030
"eslint": "^7.5.0",
3131
"eslint-config-airbnb": "^18.2.0",
3232
"eslint-plugin-import": "^2.22.0",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"jsx": "react",
77
"declaration": true,
88
"declarationDir": "./types",
9+
"skipLibCheck": true,
910
"strictNullChecks": true,
1011
"strictPropertyInitialization": true,
1112
"strictFunctionTypes": true,

yarn.lock

Lines changed: 129 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
# yarn lockfile v1
33

44

5-
"@admin-bro/design-system@^1.7.0":
6-
version "1.7.0"
7-
resolved "https://registry.yarnpkg.com/@admin-bro/design-system/-/design-system-1.7.0.tgz#1a5f46bff89db7aba33367db9a84cf00ddaaea5c"
8-
integrity sha512-pf+b/YkKoylvcg1wp1yUhbWv0e5MZHjKQdPqTt6UXutVgpqldimDv5be3i2avkqNSB5XrOXVZTIcW4vj0vy33g==
5+
"@adminjs/design-system@^2.0.0":
6+
version "2.0.1"
7+
resolved "https://registry.yarnpkg.com/@adminjs/design-system/-/design-system-2.0.1.tgz#52468031ee34ffab117f60740924793aa22cce39"
8+
integrity sha512-+lBuFGHPISWPC7O1DSEB4Eae3S+vrVS6LD+TZbVju6nvhIUnGZgc3DHv/wLtmTzHwwgnDsEwY7RRMatsN3zuBQ==
99
dependencies:
1010
"@carbon/icons-react" "^10.14.0"
11+
date-fns "2.15.0"
1112
jw-paginate "^1.0.4"
1213
lodash "^4.17.20"
1314
polished "^3.6.5"
@@ -951,13 +952,20 @@
951952
core-js-pure "^3.0.0"
952953
regenerator-runtime "^0.13.4"
953954

954-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
955+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
955956
version "7.11.0"
956957
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.0.tgz#f10245877042a815e07f7e693faff0ae9d3a2aac"
957958
integrity sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw==
958959
dependencies:
959960
regenerator-runtime "^0.13.4"
960961

962+
"@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1":
963+
version "7.14.6"
964+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
965+
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
966+
dependencies:
967+
regenerator-runtime "^0.13.4"
968+
961969
"@babel/runtime@^7.4.4", "@babel/runtime@^7.8.7":
962970
version "7.12.5"
963971
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
@@ -1703,6 +1711,14 @@
17031711
"@types/qs" "*"
17041712
"@types/serve-static" "*"
17051713

1714+
"@types/hoist-non-react-statics@^3.3.0":
1715+
version "3.3.1"
1716+
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"
1717+
integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==
1718+
dependencies:
1719+
"@types/react" "*"
1720+
hoist-non-react-statics "^3.3.0"
1721+
17061722
"@types/json-schema@^7.0.3":
17071723
version "7.0.5"
17081724
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
@@ -1753,6 +1769,25 @@
17531769
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c"
17541770
integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==
17551771

1772+
"@types/react-redux@^7.1.16":
1773+
version "7.1.16"
1774+
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.16.tgz#0fbd04c2500c12105494c83d4a3e45c084e3cb21"
1775+
integrity sha512-f/FKzIrZwZk7YEO9E1yoxIuDNRiDducxkFlkw/GNMGEnK9n4K8wJzlJBghpSuOVDgEUHoDkDF7Gi9lHNQR4siw==
1776+
dependencies:
1777+
"@types/hoist-non-react-statics" "^3.3.0"
1778+
"@types/react" "*"
1779+
hoist-non-react-statics "^3.3.0"
1780+
redux "^4.0.0"
1781+
1782+
"@types/react@*":
1783+
version "17.0.11"
1784+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.11.tgz#67fcd0ddbf5a0b083a0f94e926c7d63f3b836451"
1785+
integrity sha512-yFRQbD+whVonItSk7ZzP/L+gPTJVBkL/7shLEF+i9GC/1cV3JmUxEQz6+9ylhUpWSDuqo1N9qEvqS6vTj4USUA==
1786+
dependencies:
1787+
"@types/prop-types" "*"
1788+
"@types/scheduler" "*"
1789+
csstype "^3.0.2"
1790+
17561791
"@types/react@^16.9.16":
17571792
version "16.9.43"
17581793
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.43.tgz#c287f23f6189666ee3bebc2eb8d0f84bcb6cdb6b"
@@ -1773,6 +1808,11 @@
17731808
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
17741809
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
17751810

1811+
"@types/scheduler@*":
1812+
version "0.16.1"
1813+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
1814+
integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==
1815+
17761816
"@types/serve-static@*":
17771817
version "1.13.5"
17781818
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.5.tgz#3d25d941a18415d3ab092def846e135a08bbcf53"
@@ -1887,12 +1927,12 @@ acorn@^7.3.1:
18871927
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd"
18881928
integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==
18891929

1890-
admin-bro@^3.3.1:
1891-
version "3.3.1"
1892-
resolved "https://registry.yarnpkg.com/admin-bro/-/admin-bro-3.3.1.tgz#ef7710310f80b0c945fbb1dff49c6b2359c9a882"
1893-
integrity sha512-ObdiPDMA8u89U35fwRHxSaje2zBjPqkKlT+6oN80HIRdkQImQ+51hEU5YaQ/EEzWFQGqGYuSxAhkFtXY6ZLjhg==
1930+
adminjs@^5.0.0:
1931+
version "5.0.0"
1932+
resolved "https://registry.yarnpkg.com/adminjs/-/adminjs-5.0.0.tgz#335021b4cef136efaa8d75e41db43c806a8eee35"
1933+
integrity sha512-kedIkWX+83XaU9sQAM5TcYUxPNrat1J8cafC4O9gJhz1//bFz53hWCUsLtRhZuDDVvoKXGZ18h7tlbcG5MQJGg==
18941934
dependencies:
1895-
"@admin-bro/design-system" "^1.7.0"
1935+
"@adminjs/design-system" "^2.0.0"
18961936
"@babel/core" "^7.10.2"
18971937
"@babel/parser" "^7.10.2"
18981938
"@babel/plugin-transform-runtime" "^7.10.1"
@@ -1907,15 +1947,16 @@ admin-bro@^3.3.1:
19071947
"@rollup/plugin-node-resolve" "^9.0.0"
19081948
"@rollup/plugin-replace" "^2.3.3"
19091949
"@types/react" "^16.9.16"
1910-
axios "^0.19.2"
1950+
axios "^0.21.1"
19111951
babel-plugin-styled-components "^1.11.1"
19121952
commander "^5.1.0"
19131953
flat "^4.1.0"
1914-
i18next "^19.1.0"
1954+
i18next "19.8.7"
19151955
lodash "^4.17.11"
19161956
ora "^4.0.2"
19171957
prop-types "^15.7.2"
19181958
react "=16.13.1"
1959+
react-beautiful-dnd "^13.0.0"
19191960
react-dom "=16.13.1"
19201961
react-i18next "^11.3.1"
19211962
react-is "=16.13.1"
@@ -2185,13 +2226,20 @@ axe-core@^3.5.4:
21852226
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.5.5.tgz#84315073b53fa3c0c51676c588d59da09a192227"
21862227
integrity sha512-5P0QZ6J5xGikH780pghEdbEKijCTrruK9KxtPZCFWUpef0f6GipO+xEZ5GKCb020mmqgbiNO6TcA55CriL784Q==
21872228

2188-
axios@0.19.2, axios@^0.19.2:
2229+
axios@0.19.2:
21892230
version "0.19.2"
21902231
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
21912232
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
21922233
dependencies:
21932234
follow-redirects "1.5.10"
21942235

2236+
axios@^0.21.1:
2237+
version "0.21.1"
2238+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2239+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
2240+
dependencies:
2241+
follow-redirects "^1.10.0"
2242+
21952243
axobject-query@^2.1.2:
21962244
version "2.2.0"
21972245
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
@@ -2996,6 +3044,13 @@ crypto-random-string@^2.0.0:
29963044
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
29973045
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
29983046

3047+
css-box-model@^1.2.0:
3048+
version "1.2.1"
3049+
resolved "https://registry.yarnpkg.com/css-box-model/-/css-box-model-1.2.1.tgz#59951d3b81fd6b2074a62d49444415b0d2b4d7c1"
3050+
integrity sha512-a7Vr4Q/kd/aw96bnJG332W9V9LkJO69JRcaCYDUqjp6/z0w6VcZjgAcTbgFxEPfBgdnAwlh3iwu+hLopa+flJw==
3051+
dependencies:
3052+
tiny-invariant "^1.0.6"
3053+
29993054
css-color-keywords@^1.0.0:
30003055
version "1.0.0"
30013056
resolved "https://registry.yarnpkg.com/css-color-keywords/-/css-color-keywords-1.0.0.tgz#fea2616dc676b2962686b3af8dbdbe180b244e05"
@@ -3062,7 +3117,7 @@ dashdash@^1.12.0:
30623117
dependencies:
30633118
assert-plus "^1.0.0"
30643119

3065-
date-fns@^2.0.1:
3120+
date-fns@2.15.0, date-fns@^2.0.1:
30663121
version "2.15.0"
30673122
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.15.0.tgz#424de6b3778e4e69d3ff27046ec136af58ae5d5f"
30683123
integrity sha512-ZCPzAMJZn3rNUvvQIMlXhDr4A+Ar07eLeGsGREoWU19a3Pqf5oYa+ccd+B3F6XVtQY6HANMFdOQ8A+ipFnvJdQ==
@@ -3914,6 +3969,11 @@ follow-redirects@1.5.10:
39143969
dependencies:
39153970
debug "=3.1.0"
39163971

3972+
follow-redirects@^1.10.0:
3973+
version "1.14.1"
3974+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.1.tgz#d9114ded0a1cfdd334e164e6662ad02bfd91ff43"
3975+
integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==
3976+
39173977
forever-agent@~0.6.1:
39183978
version "0.6.1"
39193979
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
@@ -4251,7 +4311,7 @@ history@^4.9.0:
42514311
tiny-warning "^1.0.0"
42524312
value-equal "^1.0.1"
42534313

4254-
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0:
4314+
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
42554315
version "3.3.2"
42564316
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
42574317
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -4357,12 +4417,12 @@ husky@^4.2.5:
43574417
slash "^3.0.0"
43584418
which-pm-runs "^1.0.0"
43594419

4360-
i18next@^19.1.0:
4361-
version "19.6.3"
4362-
resolved "https://registry.yarnpkg.com/i18next/-/i18next-19.6.3.tgz#ce2346161b35c4c5ab691b0674119c7b349c0817"
4363-
integrity sha512-eYr98kw/C5z6kY21ti745p4IvbOJwY8F2T9tf/Lvy5lFnYRqE45+bppSgMPmcZZqYNT+xO0N0x6rexVR2wtZZQ==
4420+
i18next@19.8.7:
4421+
version "19.8.7"
4422+
resolved "https://registry.yarnpkg.com/i18next/-/i18next-19.8.7.tgz#ef023e353974d1b1453e8b6331bd9fb7cba427df"
4423+
integrity sha512-ezo1gb7QO4OQ5gQCdZMUxopwQSoqpRp6whdEjm1grxMSmkGj1NJ+kYS0UQd4NnpPIVqsgqTQ2L2eqSQYQ+U3Fw==
43644424
dependencies:
4365-
"@babel/runtime" "^7.10.1"
4425+
"@babel/runtime" "^7.12.0"
43664426

43674427
iconv-lite@^0.6.2:
43684428
version "0.6.2"
@@ -5443,6 +5503,11 @@ memoize-one@^5.0.0:
54435503
resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.1.1.tgz#047b6e3199b508eaec03504de71229b8eb1d75c0"
54445504
integrity sha512-HKeeBpWvqiVJD57ZUAsJNm71eHTykffzcLZVYWiVfQeI1rJtuEaS7hQiEpWfVVk18donPwJEcFKIkCmPJNOhHA==
54455505

5506+
memoize-one@^5.1.1:
5507+
version "5.2.1"
5508+
resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.2.1.tgz#8337aa3c4335581839ec01c3d594090cebe8f00e"
5509+
integrity sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==
5510+
54465511
memoizee@^0.4.14:
54475512
version "0.4.14"
54485513
resolved "https://registry.yarnpkg.com/memoizee/-/memoizee-0.4.14.tgz#07a00f204699f9a95c2d9e77218271c7cd610d57"
@@ -6676,6 +6741,11 @@ qw@~1.0.1:
66766741
resolved "https://registry.yarnpkg.com/qw/-/qw-1.0.1.tgz#efbfdc740f9ad054304426acb183412cc8b996d4"
66776742
integrity sha1-77/cdA+a0FQwRCassYNBLMi5ltQ=
66786743

6744+
raf-schd@^4.0.2:
6745+
version "4.0.3"
6746+
resolved "https://registry.yarnpkg.com/raf-schd/-/raf-schd-4.0.3.tgz#5d6c34ef46f8b2a0e880a8fcdb743efc5bfdbc1a"
6747+
integrity sha512-tQkJl2GRWh83ui2DiPTJz9wEiMN20syf+5oKfB03yYP7ioZcJwsIK8FjrtLwH1m7C7e+Tt2yYBlrOpdT+dyeIQ==
6748+
66796749
randombytes@^2.1.0:
66806750
version "2.1.0"
66816751
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
@@ -6693,6 +6763,19 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.2.8:
66936763
minimist "^1.2.0"
66946764
strip-json-comments "~2.0.1"
66956765

6766+
react-beautiful-dnd@^13.0.0:
6767+
version "13.1.0"
6768+
resolved "https://registry.yarnpkg.com/react-beautiful-dnd/-/react-beautiful-dnd-13.1.0.tgz#ec97c81093593526454b0de69852ae433783844d"
6769+
integrity sha512-aGvblPZTJowOWUNiwd6tNfEpgkX5OxmpqxHKNW/4VmvZTNTbeiq7bA3bn5T+QSF2uibXB0D1DmJsb1aC/+3cUA==
6770+
dependencies:
6771+
"@babel/runtime" "^7.9.2"
6772+
css-box-model "^1.2.0"
6773+
memoize-one "^5.1.1"
6774+
raf-schd "^4.0.2"
6775+
react-redux "^7.2.0"
6776+
redux "^4.0.4"
6777+
use-memo-one "^1.1.1"
6778+
66966779
react-datepicker@^3.1.3:
66976780
version "3.1.3"
66986781
resolved "https://registry.yarnpkg.com/react-datepicker/-/react-datepicker-3.1.3.tgz#4bde7aae405deab72a6c102b95a6a0749b7df759"
@@ -6729,7 +6812,7 @@ react-input-autosize@^2.2.2:
67296812
dependencies:
67306813
prop-types "^15.5.8"
67316814

6732-
react-is@=16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.9.0:
6815+
react-is@=16.13.1, react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.9.0:
67336816
version "16.13.1"
67346817
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
67356818
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -6763,6 +6846,18 @@ react-redux@=7.2.0:
67636846
prop-types "^15.7.2"
67646847
react-is "^16.9.0"
67656848

6849+
react-redux@^7.2.0:
6850+
version "7.2.4"
6851+
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.4.tgz#1ebb474032b72d806de2e0519cd07761e222e225"
6852+
integrity sha512-hOQ5eOSkEJEXdpIKbnRyl04LhaWabkDPV+Ix97wqQX3T3d2NQ8DUblNXXtNMavc7DpswyQM6xfaN4HQDKNY2JA==
6853+
dependencies:
6854+
"@babel/runtime" "^7.12.1"
6855+
"@types/react-redux" "^7.1.16"
6856+
hoist-non-react-statics "^3.3.2"
6857+
loose-envify "^1.4.0"
6858+
prop-types "^15.7.2"
6859+
react-is "^16.13.1"
6860+
67666861
react-router-dom@=5.2.0:
67676862
version "5.2.0"
67686863
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
@@ -7000,6 +7095,13 @@ redux@=4.0.5:
70007095
loose-envify "^1.4.0"
70017096
symbol-observable "^1.2.0"
70027097

7098+
redux@^4.0.0, redux@^4.0.4:
7099+
version "4.1.0"
7100+
resolved "https://registry.yarnpkg.com/redux/-/redux-4.1.0.tgz#eb049679f2f523c379f1aff345c8612f294c88d4"
7101+
integrity sha512-uI2dQN43zqLWCt6B/BMGRMY6db7TTY4qeHHfGeKb3EOhmOKjU3KdWvNLJyqaHRksv/ErdNH7cFZWg9jXtewy4g==
7102+
dependencies:
7103+
"@babel/runtime" "^7.9.2"
7104+
70037105
reflect-metadata@^0.1.13:
70047106
version "0.1.13"
70057107
resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.1.13.tgz#67ae3ca57c972a2aa1642b10fe363fe32d49dc08"
@@ -8014,7 +8116,7 @@ timers-ext@^0.1.5, timers-ext@^0.1.7:
80148116
es5-ext "~0.10.46"
80158117
next-tick "1"
80168118

8017-
tiny-invariant@^1.0.2:
8119+
tiny-invariant@^1.0.2, tiny-invariant@^1.0.6:
80188120
version "1.1.0"
80198121
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875"
80208122
integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==
@@ -8359,6 +8461,11 @@ url-parse-lax@^1.0.0:
83598461
dependencies:
83608462
prepend-http "^1.0.1"
83618463

8464+
use-memo-one@^1.1.1:
8465+
version "1.1.2"
8466+
resolved "https://registry.yarnpkg.com/use-memo-one/-/use-memo-one-1.1.2.tgz#0c8203a329f76e040047a35a1197defe342fab20"
8467+
integrity sha512-u2qFKtxLsia/r8qG0ZKkbytbztzRb317XCkT7yP8wxL0tZ/CzK2G+WWie5vWvpyeP7+YoPIwbJoIHJ4Ba4k0oQ==
8468+
83628469
util-deprecate@^1.0.1, util-deprecate@~1.0.1:
83638470
version "1.0.2"
83648471
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"

0 commit comments

Comments
 (0)