Skip to content
Snippets Groups Projects
Commit 910083b1 authored by Jure's avatar Jure
Browse files

chore: update Login test snapshots

parent 28c11fa3
No related branches found
No related tags found
No related merge requests found
......@@ -23,11 +23,11 @@ ShallowWrapper {
</ForwardRef>,
false,
<form>
<C
<FormikConnect(FieldInner)
component={[Function]}
name="username"
/>
<C
<FormikConnect(FieldInner)
component={[Function]}
name="password"
/>
......@@ -126,11 +126,11 @@ ShallowWrapper {
"nodeType": "host",
"props": Object {
"children": Array [
<C
<FormikConnect(FieldInner)
component={[Function]}
name="username"
/>,
<C
<FormikConnect(FieldInner)
component={[Function]}
name="password"
/>,
......@@ -495,11 +495,11 @@ ShallowWrapper {
</ForwardRef>,
false,
<form>
<C
<FormikConnect(FieldInner)
component={[Function]}
name="username"
/>
<C
<FormikConnect(FieldInner)
component={[Function]}
name="password"
/>
......@@ -598,11 +598,11 @@ ShallowWrapper {
"nodeType": "host",
"props": Object {
"children": Array [
<C
<FormikConnect(FieldInner)
component={[Function]}
name="username"
/>,
<C
<FormikConnect(FieldInner)
component={[Function]}
name="password"
/>,
......
......@@ -6745,22 +6745,7 @@ formidable@^1.2.0:
resolved "https://registry.yarnpkg.com/formidable/-/formidable-1.2.1.tgz#70fb7ca0290ee6ff961090415f4b3df3d2082659"
integrity sha512-Fs9VRguL0gqGHkXS5GQiMCr1VhZBxz0JnJs4JmMp/2jL18Fmbzvv7vOFRU+U8TBkHEE/CX1qDXzJplVULgsLeg==
 
formik@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/formik/-/formik-1.3.0.tgz#0ef20938f40c3b4bd46003c0b069bdd2d5a90118"
integrity sha512-vW72DluHwQPmCkkSQGlFRAsuVaNElO/zT71FApr7yFHSEA6qBf1socKWcw0muQDp6fvD/Z6wo2itlQLnggP4UA==
dependencies:
create-react-context "^0.2.2"
deepmerge "^2.1.1"
hoist-non-react-statics "^2.5.5"
lodash.clonedeep "^4.5.0"
lodash.topath "4.5.2"
prop-types "^15.6.1"
react-fast-compare "^1.0.0"
tslib "^1.9.3"
warning "^3.0.0"
formik@^1.4.2:
formik@^1.3.0, formik@^1.4.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/formik/-/formik-1.4.2.tgz#684e6e9fb0c8309a17b0d8f3f57993ee83bf96f2"
integrity sha512-ZssZJmR15wEE+gepEUQQjNoyUIfpc+zwLFZiWNnC4ZolhBM7EQO7wjip+gIC9y/1k3c4tDeEite+CMCwk4ti4Q==
......@@ -9977,11 +9962,6 @@ lodash.topairs@4.3.0:
resolved "https://registry.yarnpkg.com/lodash.topairs/-/lodash.topairs-4.3.0.tgz#3b6deaa37d60fb116713c46c5f17ea190ec48d64"
integrity sha1-O23qo31g+xFnE8RsXxfqGQ7EjWQ=
 
lodash.topath@4.5.2:
version "4.5.2"
resolved "https://registry.yarnpkg.com/lodash.topath/-/lodash.topath-4.5.2.tgz#3616351f3bba61994a0931989660bd03254fd009"
integrity sha1-NhY1Hzu6YZlKCTGYlmC9AyVP0Ak=
lodash.uniq@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
......@@ -13059,11 +13039,6 @@ react-error-overlay@^5.1.0:
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-5.1.0.tgz#c516995a5652e7bfbed8b497910d5280df74a7e8"
integrity sha512-akMy/BQT5m1J3iJIHkSb4qycq2wzllWsmmolaaFVnb+LPV9cIJ/nTud40ZsiiT0H3P+/wXIdbjx2fzF61OaeOQ==
 
react-fast-compare@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-1.0.0.tgz#813a039155e49b43ceffe99528fe5e9d97a6c938"
integrity sha512-dcQpdWr62flXQJuM8/bVEY5/10ad2SYBUafp8H4q4WHR3fTA/MMlp8mpzX12I0CCoEJc1P6QdiMg7U+7lFS6Rw==
react-fast-compare@^2.0.1:
version "2.0.4"
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-2.0.4.tgz#e84b4d455b0fec113e0402c329352715196f81f9"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment