Skip to content

Commit 48ac889

Browse files
committed
chore: Upgrade dependencies
1 parent 7abd3a1 commit 48ac889

File tree

8 files changed

+1822
-1421
lines changed

8 files changed

+1822
-1421
lines changed

examples/counter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build": "parcel build index.html"
1616
},
1717
"dependencies": {
18-
"constate": "3.0.1",
18+
"constate": "3.2.0",
1919
"parcel-bundler": "1.12.4",
2020
"react": "17.0.1",
2121
"react-dom": "17.0.1"

examples/i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "parcel build index.html"
1717
},
1818
"dependencies": {
19-
"constate": "3.0.1",
19+
"constate": "3.2.0",
2020
"parcel-bundler": "1.12.4",
2121
"react": "17.0.1",
2222
"react-dom": "17.0.1"

examples/theming/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"build": "parcel build index.html"
1717
},
1818
"dependencies": {
19-
"constate": "3.0.1",
19+
"constate": "3.2.0",
2020
"parcel-bundler": "1.12.4",
2121
"react": "17.0.1",
22-
"react-color": "2.18.1",
22+
"react-color": "2.19.3",
2323
"react-dom": "17.0.1"
2424
}
2525
}

examples/typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"dependencies": {
1818
"@types/react": "16.9.53",
1919
"@types/react-dom": "16.9.8",
20-
"constate": "3.0.1",
20+
"constate": "3.2.0",
2121
"parcel-bundler": "1.12.4",
2222
"react": "17.0.1",
2323
"react-dom": "17.0.1",
24-
"typescript": "4.0.3"
24+
"typescript": "4.2.2"
2525
}
2626
}

examples/wizard-form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build": "parcel build index.html"
1616
},
1717
"dependencies": {
18-
"constate": "3.0.1",
18+
"constate": "3.2.0",
1919
"parcel-bundler": "1.12.4",
2020
"react": "17.0.1",
2121
"react-dom": "17.0.1"

examples/yarn.lock

+20-14
Original file line numberDiff line numberDiff line change
@@ -1624,10 +1624,10 @@ constants-browserify@^1.0.0:
16241624
resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
16251625
integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
16261626

1627-
constate@3.0.1:
1628-
version "3.0.1"
1629-
resolved "https://registry.yarnpkg.com/constate/-/constate-3.0.1.tgz#12fa3241b40fd30db4494b1670eaec1ce98dc66d"
1630-
integrity sha512-/NAwv6IfWd8CBPanHo/1/y7j5PfvCALdKPnsuI4hgcjAboizFEn5QoOnHW0Rm3XAedMH9Aq+4XfpQxHha6a0yQ==
1627+
constate@3.2.0:
1628+
version "3.2.0"
1629+
resolved "https://registry.yarnpkg.com/constate/-/constate-3.2.0.tgz#6034e7b775ca0e58137274f87c25196e8932f685"
1630+
integrity sha512-hP7sj9jt+KwVRoFlzaJuv3kBvchE9hNMAYJEH1weKZYD7+UAWRSo7oXARrfhipVLP3XZxIkmD+E9zXU+5RYKCQ==
16311631

16321632
convert-source-map@^1.5.1, convert-source-map@^1.7.0:
16331633
version "1.7.0"
@@ -3139,6 +3139,11 @@ levn@~0.3.0:
31393139
prelude-ls "~1.1.2"
31403140
type-check "~0.3.2"
31413141

3142+
lodash-es@^4.17.15:
3143+
version "4.17.21"
3144+
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
3145+
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
3146+
31423147
lodash.clone@^4.5.0:
31433148
version "4.5.0"
31443149
resolved "https://registry.yarnpkg.com/lodash.clone/-/lodash.clone-4.5.0.tgz#195870450f5a13192478df4bc3d23d2dea1907b6"
@@ -3159,7 +3164,7 @@ lodash.uniq@^4.5.0:
31593164
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
31603165
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
31613166

3162-
lodash@^4.0.1, lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.4:
3167+
lodash@^4.0.1, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.4:
31633168
version "4.17.20"
31643169
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
31653170
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
@@ -4234,13 +4239,14 @@ range-parser@~1.2.1:
42344239
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
42354240
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
42364241

4237-
react-color@2.18.1:
4238-
version "2.18.1"
4239-
resolved "https://registry.yarnpkg.com/react-color/-/react-color-2.18.1.tgz#2cda8cc8e06a9e2c52ad391a30ddad31972472f4"
4240-
integrity sha512-X5XpyJS6ncplZs74ak0JJoqPi+33Nzpv5RYWWxn17bslih+X7OlgmfpmGC1fNvdkK7/SGWYf1JJdn7D2n5gSuQ==
4242+
react-color@2.19.3:
4243+
version "2.19.3"
4244+
resolved "https://registry.yarnpkg.com/react-color/-/react-color-2.19.3.tgz#ec6c6b4568312a3c6a18420ab0472e146aa5683d"
4245+
integrity sha512-LEeGE/ZzNLIsFWa1TMe8y5VYqr7bibneWmvJwm1pCn/eNmrabWDh659JSPn9BuaMpEfU83WTOJfnCcjDZwNQTA==
42414246
dependencies:
42424247
"@icons/material" "^0.2.4"
4243-
lodash "^4.17.11"
4248+
lodash "^4.17.15"
4249+
lodash-es "^4.17.15"
42444250
material-colors "^1.2.1"
42454251
prop-types "^15.5.10"
42464252
reactcss "^1.2.0"
@@ -5033,10 +5039,10 @@ typedarray@^0.0.6:
50335039
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
50345040
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
50355041

5036-
typescript@4.0.3:
5037-
version "4.0.3"
5038-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
5039-
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
5042+
typescript@4.2.2:
5043+
version "4.2.2"
5044+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.2.tgz#1450f020618f872db0ea17317d16d8da8ddb8c4c"
5045+
integrity sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==
50405046

50415047
uncss@^0.17.3:
50425048
version "0.17.3"

package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -52,46 +52,46 @@
5252
"constate"
5353
],
5454
"devDependencies": {
55-
"@babel/cli": "7.12.1",
56-
"@babel/core": "7.12.3",
57-
"@babel/preset-env": "7.12.1",
58-
"@babel/preset-react": "7.12.1",
59-
"@babel/preset-typescript": "7.12.1",
60-
"@rollup/plugin-babel": "5.2.1",
55+
"@babel/cli": "7.13.0",
56+
"@babel/core": "7.13.8",
57+
"@babel/preset-env": "7.13.8",
58+
"@babel/preset-react": "7.12.13",
59+
"@babel/preset-typescript": "7.13.0",
60+
"@rollup/plugin-babel": "5.3.0",
6161
"@rollup/plugin-commonjs": "15.1.0",
6262
"@rollup/plugin-node-resolve": "9.0.0",
63-
"@rollup/plugin-replace": "2.3.3",
64-
"@testing-library/react": "11.1.0",
65-
"@types/jest": "26.0.15",
63+
"@rollup/plugin-replace": "2.4.1",
64+
"@testing-library/react": "11.2.5",
65+
"@types/jest": "26.0.20",
6666
"@types/prop-types": "15.7.3",
6767
"@types/react": "16.9.53",
6868
"@types/react-dom": "16.9.8",
69-
"@typescript-eslint/eslint-plugin": "4.5.0",
70-
"@typescript-eslint/parser": "4.5.0",
69+
"@typescript-eslint/eslint-plugin": "4.15.2",
70+
"@typescript-eslint/parser": "4.15.2",
7171
"babel-eslint": "10.1.0",
72-
"babel-jest": "26.6.0",
73-
"eslint": "7.11.0",
74-
"eslint-config-airbnb": "18.2.0",
72+
"babel-jest": "26.6.3",
73+
"eslint": "7.21.0",
74+
"eslint-config-airbnb": "18.2.1",
7575
"eslint-config-prettier": "6.14.0",
7676
"eslint-plugin-import": "2.22.1",
77-
"eslint-plugin-jsx-a11y": "6.3.1",
78-
"eslint-plugin-prettier": "3.1.4",
79-
"eslint-plugin-react": "7.21.5",
77+
"eslint-plugin-jsx-a11y": "6.4.1",
78+
"eslint-plugin-prettier": "3.3.1",
79+
"eslint-plugin-react": "7.22.0",
8080
"husky": "4.3.0",
81-
"jest": "26.6.0",
82-
"lint-staged": "10.4.2",
81+
"jest": "26.6.3",
82+
"lint-staged": "10.5.4",
8383
"open-cli": "6.0.1",
84-
"prettier": "2.1.2",
84+
"prettier": "2.2.1",
8585
"raf": "3.4.1",
8686
"react": "17.0.1",
8787
"react-dom": "17.0.1",
8888
"react-test-renderer": "17.0.1",
8989
"rimraf": "3.0.2",
90-
"rollup": "2.32.1",
90+
"rollup": "2.40.0",
9191
"rollup-plugin-ignore": "1.0.9",
9292
"rollup-plugin-terser": "7.0.2",
93-
"standard-version": "9.0.0",
94-
"typescript": "4.0.3"
93+
"standard-version": "9.1.1",
94+
"typescript": "4.2.2"
9595
},
9696
"peerDependencies": {
9797
"react": "^16.8.0 || ^17.0.0"

0 commit comments

Comments
 (0)