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

Commit 8994933

Browse files
vkrolFezVrasta
authored andcommitted
fix: Upgrade create-react-context to 0.3.0 (#281)
1 parent ff9dde9 commit 8994933

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

.size-snapshot.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"dist/index.umd.js": {
3-
"bundled": 52221,
4-
"minified": 17785,
5-
"gzipped": 5683
3+
"bundled": 51005,
4+
"minified": 17508,
5+
"gzipped": 5553
66
},
77
"dist/index.umd.min.js": {
8-
"bundled": 26233,
9-
"minified": 10054,
10-
"gzipped": 3437
8+
"bundled": 25104,
9+
"minified": 9823,
10+
"gzipped": 3362
1111
},
1212
"dist/index.esm.js": {
1313
"bundled": 11275,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"dependencies": {
6161
"@babel/runtime": "^7.1.2",
62-
"create-react-context": "<=0.2.2",
62+
"create-react-context": "^0.3.0",
6363
"popper.js": "^1.14.4",
6464
"prop-types": "^15.6.1",
6565
"typed-styles": "^0.0.7",

yarn.lock

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2302,14 +2302,6 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
23022302
safe-buffer "^5.0.1"
23032303
sha.js "^2.4.8"
23042304

2305-
create-react-context@<=0.2.2:
2306-
version "0.2.2"
2307-
resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.2.2.tgz#9836542f9aaa22868cd7d4a6f82667df38019dca"
2308-
integrity sha512-KkpaLARMhsTsgp0d2NA/R94F/eDLbhXERdIq3LvX2biCAXcDvHYoOqHfWCHf1+OLj+HKBotLG3KqaOOf+C1C+A==
2309-
dependencies:
2310-
fbjs "^0.8.0"
2311-
gud "^1.0.0"
2312-
23132305
create-react-context@^0.2.2:
23142306
version "0.2.3"
23152307
resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.2.3.tgz#9ec140a6914a22ef04b8b09b7771de89567cb6f3"
@@ -2318,6 +2310,14 @@ create-react-context@^0.2.2:
23182310
fbjs "^0.8.0"
23192311
gud "^1.0.0"
23202312

2313+
create-react-context@^0.3.0:
2314+
version "0.3.0"
2315+
resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.3.0.tgz#546dede9dc422def0d3fc2fe03afe0bc0f4f7d8c"
2316+
integrity sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==
2317+
dependencies:
2318+
gud "^1.0.0"
2319+
warning "^4.0.3"
2320+
23212321
cross-env@^5.1.4:
23222322
version "5.2.0"
23232323
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.0.tgz#6ecd4c015d5773e614039ee529076669b9d126f2"
@@ -8859,6 +8859,13 @@ warning@^4.0.2:
88598859
dependencies:
88608860
loose-envify "^1.0.0"
88618861

8862+
warning@^4.0.3:
8863+
version "4.0.3"
8864+
resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3"
8865+
integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==
8866+
dependencies:
8867+
loose-envify "^1.0.0"
8868+
88628869
watch@~0.18.0:
88638870
version "0.18.0"
88648871
resolved "https://registry.yarnpkg.com/watch/-/watch-0.18.0.tgz#28095476c6df7c90c963138990c0a5423eb4b986"

0 commit comments

Comments
 (0)