Skip to content

Commit e11f145

Browse files
authored
Merge pull request #26 from devrnt/chore/bump-dependencies
Chore/bump dependencies
2 parents 179dd00 + c51c06f commit e11f145

File tree

8 files changed

+937
-3449
lines changed

8 files changed

+937
-3449
lines changed

examples/gatsby/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.26.1",
9-
"gatsby-image": "^2.5.0",
10-
"gatsby-plugin-manifest": "^2.6.1",
11-
"gatsby-plugin-offline": "^3.4.0",
12-
"gatsby-plugin-react-helmet": "^3.4.0",
13-
"gatsby-plugin-sharp": "^2.8.0",
14-
"gatsby-source-filesystem": "^2.5.0",
15-
"gatsby-transformer-sharp": "^2.6.0",
8+
"gatsby": "^2.32.3",
9+
"gatsby-image": "^2.11.0",
10+
"gatsby-plugin-manifest": "^2.12.0",
11+
"gatsby-plugin-offline": "^3.10.0",
12+
"gatsby-plugin-react-helmet": "^3.10.0",
13+
"gatsby-plugin-sharp": "^2.14.1",
14+
"gatsby-source-filesystem": "^2.11.0",
15+
"gatsby-transformer-sharp": "^2.12.0",
1616
"prop-types": "^15.7.2",
17-
"react": "^16.12.0",
18-
"react-dom": "^16.12.0",
17+
"react": "^17.0.1",
18+
"react-dom": "^17.0.1",
1919
"react-helmet": "^6.1.0",
20-
"react-use-wizard": "^0.2.0"
20+
"react-use-wizard": "^1.0.1"
2121
},
2222
"devDependencies": {
23-
"prettier": "2.1.2"
23+
"prettier": "2.2.1"
2424
},
2525
"keywords": [
2626
"gatsby"

examples/gatsby/yarn.lock

Lines changed: 463 additions & 632 deletions
Large diffs are not rendered by default.

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"start": "next start"
99
},
1010
"dependencies": {
11-
"next": "10.0.3",
11+
"next": "10.0.7",
1212
"react": "17.0.1",
1313
"react-dom": "17.0.1",
14-
"react-use-wizard": "^0.2.0"
14+
"react-use-wizard": "^1.0.1"
1515
}
1616
}

examples/nextjs/yarn.lock

Lines changed: 160 additions & 2223 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,24 +81,24 @@
8181
"devDependencies": {
8282
"@babel/core": "^7.12.16",
8383
"@babel/preset-env": "^7.12.16",
84-
"@size-limit/preset-small-lib": "^4.9.1",
85-
"@testing-library/jest-dom": "^5.11.8",
86-
"@testing-library/react": "^11.2.2",
87-
"@testing-library/react-hooks": "^3.7.0",
88-
"@types/react": "^17.0.0",
89-
"@types/react-dom": "^17.0.0",
84+
"@size-limit/preset-small-lib": "^4.9.2",
85+
"@testing-library/jest-dom": "^5.11.9",
86+
"@testing-library/react": "^11.2.5",
87+
"@testing-library/react-hooks": "^5.0.3",
88+
"@types/react": "^17.0.2",
89+
"@types/react-dom": "^17.0.1",
9090
"babel-jest": "^26.6.3",
91-
"eslint-plugin-jsdoc": "^30.7.9",
92-
"eslint-plugin-promise": "^4.2.1",
91+
"eslint-plugin-jsdoc": "^32.0.0",
92+
"eslint-plugin-promise": "^4.3.1",
9393
"eslint-plugin-simple-import-sort": "^7.0.0",
94-
"husky": "^4.3.6",
95-
"np": "^7.2.0",
94+
"husky": "^5.0.9",
95+
"np": "^7.4.0",
9696
"react": "^17.0.1",
9797
"react-dom": "^17.0.1",
9898
"react-test-renderer": "^17.0.1",
99-
"size-limit": "^4.9.1",
99+
"size-limit": "^4.9.2",
100100
"tsdx": "^0.14.1",
101-
"tslib": "^2.0.3",
102-
"typescript": "^4.1.3"
101+
"tslib": "^2.1.0",
102+
"typescript": "^4.1.5"
103103
}
104104
}

playground/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
"build": "parcel build index.html --public-url /react-use-wizard/"
1111
},
1212
"dependencies": {
13-
"framer-motion": "^3.1.1",
14-
"goober": "^2.0.26",
13+
"framer-motion": "^3.3.0",
14+
"goober": "^2.0.31",
1515
"react-app-polyfill": "^2.0.0",
16-
"react-query": "^3.5.11"
16+
"react-query": "^3.9.6"
1717
},
1818
"alias": {
1919
"react": "../node_modules/react",
2020
"react-dom": "../node_modules/react-dom/profiling",
2121
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "^7.12.10",
24+
"@babel/core": "^7.12.16",
2525
"@babel/preset-env": "7.12.16",
26-
"@types/react": "^17.0.0",
27-
"@types/react-dom": "^17.0.0",
26+
"@types/react": "^17.0.2",
27+
"@types/react-dom": "^17.0.1",
2828
"parcel": "^1.12.4",
29-
"typescript": "^4.1.3"
29+
"typescript": "^4.1.5"
3030
}
3131
}

playground/yarn.lock

Lines changed: 73 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,28 @@
2626
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
2727
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
2828

29-
"@babel/core@^7.12.10", "@babel/core@^7.4.4":
29+
"@babel/core@^7.12.16":
30+
version "7.12.16"
31+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c"
32+
integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw==
33+
dependencies:
34+
"@babel/code-frame" "^7.12.13"
35+
"@babel/generator" "^7.12.15"
36+
"@babel/helper-module-transforms" "^7.12.13"
37+
"@babel/helpers" "^7.12.13"
38+
"@babel/parser" "^7.12.16"
39+
"@babel/template" "^7.12.13"
40+
"@babel/traverse" "^7.12.13"
41+
"@babel/types" "^7.12.13"
42+
convert-source-map "^1.7.0"
43+
debug "^4.1.0"
44+
gensync "^1.0.0-beta.1"
45+
json5 "^2.1.2"
46+
lodash "^4.17.19"
47+
semver "^5.4.1"
48+
source-map "^0.5.0"
49+
50+
"@babel/core@^7.4.4":
3051
version "7.12.10"
3152
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
3253
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
@@ -56,7 +77,7 @@
5677
jsesc "^2.5.1"
5778
source-map "^0.5.0"
5879

59-
"@babel/generator@^7.12.13":
80+
"@babel/generator@^7.12.13", "@babel/generator@^7.12.15":
6081
version "7.12.15"
6182
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
6283
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
@@ -412,6 +433,15 @@
412433
"@babel/traverse" "^7.12.13"
413434
"@babel/types" "^7.12.13"
414435

436+
"@babel/helpers@^7.12.13":
437+
version "7.12.13"
438+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47"
439+
integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ==
440+
dependencies:
441+
"@babel/template" "^7.12.13"
442+
"@babel/traverse" "^7.12.13"
443+
"@babel/types" "^7.12.13"
444+
415445
"@babel/helpers@^7.12.5":
416446
version "7.12.5"
417447
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
@@ -444,7 +474,7 @@
444474
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
445475
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
446476

447-
"@babel/parser@^7.12.13":
477+
"@babel/parser@^7.12.13", "@babel/parser@^7.12.16":
448478
version "7.12.16"
449479
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4"
450480
integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==
@@ -1600,21 +1630,29 @@
16001630
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24"
16011631
integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==
16021632

1603-
"@types/react-dom@^17.0.0":
1604-
version "17.0.0"
1605-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.0.tgz#b3b691eb956c4b3401777ee67b900cb28415d95a"
1606-
integrity sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g==
1633+
"@types/react-dom@^17.0.1":
1634+
version "17.0.1"
1635+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.1.tgz#d92d77d020bfb083e07cc8e0ac9f933599a4d56a"
1636+
integrity sha512-yIVyopxQb8IDZ7SOHeTovurFq+fXiPICa+GV3gp0Xedsl+MwQlMLKmvrnEjFbQxjliH5YVAEWFh975eVNmKj7Q==
16071637
dependencies:
16081638
"@types/react" "*"
16091639

1610-
"@types/react@*", "@types/react@^17.0.0":
1640+
"@types/react@*":
16111641
version "17.0.0"
16121642
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8"
16131643
integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==
16141644
dependencies:
16151645
"@types/prop-types" "*"
16161646
csstype "^3.0.2"
16171647

1648+
"@types/react@^17.0.2":
1649+
version "17.0.2"
1650+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.2.tgz#3de24c4efef902dd9795a49c75f760cbe4f7a5a8"
1651+
integrity sha512-Xt40xQsrkdvjn1EyWe1Bc0dJLcil/9x2vAuW7ya+PuQip4UYUaXyhzWmAbwRsdMgwOFHpfp7/FFZebDU6Y8VHA==
1652+
dependencies:
1653+
"@types/prop-types" "*"
1654+
csstype "^3.0.2"
1655+
16181656
abab@^2.0.0:
16191657
version "2.0.5"
16201658
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
@@ -3070,15 +3108,15 @@ fragment-cache@^0.2.1:
30703108
dependencies:
30713109
map-cache "^0.2.2"
30723110

3073-
framer-motion@^3.1.1:
3074-
version "3.1.1"
3075-
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-3.1.1.tgz#a8a779501213b7ce02cc35beb27621d73cc2f1e7"
3076-
integrity sha512-Gm1QSb0xUxuhcPar5FIs5Ws+STrhLZ6XZf2Io8dVwFofe1OzwkL9asGFVu7z3y6WqC4Hvnxm7wsW5SBHlxZDYw==
3111+
framer-motion@^3.3.0:
3112+
version "3.3.0"
3113+
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-3.3.0.tgz#e355824369f03c8cd07a87ef59b7a8348c33fafd"
3114+
integrity sha512-bjUrwXfMJZ6D+HSMDiXbMGKmlWGnUux8HotWgORTZkdPTgKAndlRXjeC2ikCgNVo2ifmRvEla5ckP9JaZc7JKA==
30773115
dependencies:
30783116
framesync "^5.0.0"
30793117
hey-listen "^1.0.8"
3080-
popmotion "^9.0.2"
3081-
style-value-types "^3.2.0"
3118+
popmotion "^9.1.0"
3119+
style-value-types "^4.0.1"
30823120
tslib "^1.10.0"
30833121
optionalDependencies:
30843122
"@emotion/is-prop-valid" "^0.8.2"
@@ -3172,10 +3210,10 @@ globals@^11.1.0:
31723210
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
31733211
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
31743212

3175-
goober@^2.0.26:
3176-
version "2.0.26"
3177-
resolved "https://registry.yarnpkg.com/goober/-/goober-2.0.26.tgz#e5089ca5e5501e20a850a41949bd92a2441ad994"
3178-
integrity sha512-YatSB1/vndQaSghgIeIsiG1+pG3+3f4SSy0MaMcjj4OKqe7VQVqCgNbc7TCvaD8FoAi9EpgcBhsTimWuALSi9A==
3213+
goober@^2.0.31:
3214+
version "2.0.31"
3215+
resolved "https://registry.yarnpkg.com/goober/-/goober-2.0.31.tgz#8d3721c7fbe996e9635dd55af129d36befb5e9d6"
3216+
integrity sha512-ldJGhEi0ChIEd3AFUNJVdq1qzdIJAxoPLxDzeYNAI/vp16GRT4w0ca6GM0p5LB3a6qjf1b/7uPz0vZf3gPZ9qQ==
31793217

31803218
graceful-fs@^4.1.11:
31813219
version "4.2.4"
@@ -4405,14 +4443,14 @@ pn@^1.1.0:
44054443
resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"
44064444
integrity sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==
44074445

4408-
popmotion@^9.0.2:
4409-
version "9.0.2"
4410-
resolved "https://registry.yarnpkg.com/popmotion/-/popmotion-9.0.2.tgz#477650c3b4af97161011809223d9ca6860f3a2b5"
4411-
integrity sha512-WfSg8IfoUwYIP9uqeqbgncIsMHLAKWqebT2IP1aGAI6gdSJqTPy/H8NvP4ZyDtDCUCx5Yh3Pth/7iUJjIwR7LA==
4446+
popmotion@^9.1.0:
4447+
version "9.1.0"
4448+
resolved "https://registry.yarnpkg.com/popmotion/-/popmotion-9.1.0.tgz#4360d06bd18ce8baa8f9284ecec7d55344af6325"
4449+
integrity sha512-+J7pzzBy5kk2qsP8ilowKs/CH+HoZa3kOGEBNCleCvsPXEF3nKHdfAR3SboMyPvdpIrofaT7ZIy/xWgz446Azw==
44124450
dependencies:
44134451
framesync "5.0.0"
44144452
hey-listen "^1.0.8"
4415-
style-value-types "3.2.0"
4453+
style-value-types "^4.0.1"
44164454
tslib "^1.10.0"
44174455

44184456
posix-character-classes@^0.1.0:
@@ -4939,10 +4977,10 @@ react-app-polyfill@^2.0.0:
49394977
regenerator-runtime "^0.13.7"
49404978
whatwg-fetch "^3.4.1"
49414979

4942-
react-query@^3.5.11:
4943-
version "3.5.11"
4944-
resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.5.11.tgz#7dbb21e3783437d612465ab938a854bbdec8d785"
4945-
integrity sha512-tn4IX68WnZ5bKVcmkltPf8B1ZO2Uh212bldobwSyyHUYTt8Z3cOqldBkigF2OmY8IZI77A9rKe6wV6s1YOk4vg==
4980+
react-query@^3.9.6:
4981+
version "3.9.6"
4982+
resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.9.6.tgz#59d5fb162009be82586ad697a62091d2fd3a62a4"
4983+
integrity sha512-EA0HDhryEYSsiVBkCtqpPAnKbIayUqJNz2eImEPgyVaaUxQhG53rnruknt4E1l3bL3nj+RbXFf7zUV5Q6kJgBw==
49464984
dependencies:
49474985
"@babel/runtime" "^7.5.5"
49484986
match-sorter "^6.0.2"
@@ -5506,10 +5544,10 @@ strip-ansi@^4.0.0:
55065544
dependencies:
55075545
ansi-regex "^3.0.0"
55085546

5509-
style-value-types@3.2.0, style-value-types@^3.2.0:
5510-
version "3.2.0"
5511-
resolved "https://registry.yarnpkg.com/style-value-types/-/style-value-types-3.2.0.tgz#eb89cab1340823fa7876f3e289d29d99c92111bb"
5512-
integrity sha512-ih0mGsrYYmVvdDi++/66O6BaQPRPRMQHoZevNNdMMcPlP/cH28Rnfsqf1UEba/Bwfuw9T8BmIMwbGdzsPwQKrQ==
5547+
style-value-types@^4.0.1:
5548+
version "4.0.1"
5549+
resolved "https://registry.yarnpkg.com/style-value-types/-/style-value-types-4.0.1.tgz#23f05dd03e8a850654defc22cf03ebac572aaa00"
5550+
integrity sha512-aOV/HHyynIyTmU27qfs0oAHhFde6BFIvV4+nMerE2MAPZMwYOeQk1/F3S6djxF2u4HdbiieCPs3ZzWsbNUoc9A==
55135551
dependencies:
55145552
hey-listen "^1.0.8"
55155553
tslib "^1.10.0"
@@ -5710,10 +5748,10 @@ typedarray@^0.0.6:
57105748
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
57115749
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
57125750

5713-
typescript@^4.1.3:
5714-
version "4.1.3"
5715-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
5716-
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
5751+
typescript@^4.1.5:
5752+
version "4.1.5"
5753+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
5754+
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
57175755

57185756
uncss@^0.17.3:
57195757
version "0.17.3"

0 commit comments

Comments
 (0)