Skip to content
This repository was archived by the owner on Jun 1, 2020. It is now read-only.

Commit bc936c8

Browse files
committed
Merge branch 'master' of github.com:cybertec-postgresql/rjsf-material-ui
2 parents ae8a446 + 6a160a8 commit bc936c8

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@material-ui/icons": "^4.2.1",
2727
"@types/jest": "^24.0.15",
2828
"@types/json-schema": "^7.0.3",
29-
"@types/react": "^16.8.22",
29+
"@types/react": "^16.8.23",
3030
"@types/react-dom": "^16.8.4",
3131
"@types/react-jsonschema-form": "^1.6.2",
3232
"husky": "^3.0.0",
@@ -40,7 +40,7 @@
4040
"rimraf": "^2.6.3",
4141
"tsdx": "^0.7.2",
4242
"tslib": "^1.10.0",
43-
"typescript": "^3.5.2"
43+
"typescript": "^3.5.3"
4444
},
4545
"husky": {
4646
"hooks": {

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,10 +1041,10 @@
10411041
dependencies:
10421042
"@types/react" "*"
10431043

1044-
"@types/react@*", "@types/react@^16.8.22":
1045-
version "16.8.22"
1046-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.22.tgz#7f18bf5ea0c1cad73c46b6b1c804a3ce0eec6d54"
1047-
integrity sha512-C3O1yVqk4sUXqWyx0wlys76eQfhrQhiDhDlHBrjER76lR2S2Agiid/KpOU9oCqj1dISStscz7xXz1Cg8+sCQeA==
1044+
"@types/react@*", "@types/react@^16.8.23":
1045+
version "16.8.23"
1046+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.23.tgz#ec6be3ceed6353a20948169b6cb4c97b65b97ad2"
1047+
integrity sha512-abkEOIeljniUN9qB5onp++g0EY38h7atnDHxwKUFz1r3VH1+yG1OKi2sNPTyObL40goBmfKFpdii2lEzwLX1cA==
10481048
dependencies:
10491049
"@types/prop-types" "*"
10501050
csstype "^2.2.0"
@@ -4698,9 +4698,9 @@ lodash.zip@^4.2.0:
46984698
integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=
46994699

47004700
lodash@^4.17.11:
4701-
version "4.17.11"
4702-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
4703-
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
4701+
version "4.17.14"
4702+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
4703+
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
47044704

47054705
lodash@^4.3.0:
47064706
version "4.17.14"
@@ -7331,10 +7331,10 @@ typedarray@^0.0.6:
73317331
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
73327332
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
73337333

7334-
typescript@^3.5.2:
7335-
version "3.5.2"
7336-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.2.tgz#a09e1dc69bc9551cadf17dba10ee42cf55e5d56c"
7337-
integrity sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA==
7334+
typescript@^3.5.3:
7335+
version "3.5.3"
7336+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
7337+
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
73387338

73397339
uglify-js@^3.1.4:
73407340
version "3.6.0"

0 commit comments

Comments
 (0)