mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
chore(deps): update dependency formik to v1.5.8
This commit is contained in:
parent
076b624876
commit
0c38dfc53f
2 changed files with 17 additions and 8 deletions
23
package-lock.json
generated
23
package-lock.json
generated
|
@ -60,7 +60,7 @@
|
|||
"eslint-plugin-react": "7.14.2",
|
||||
"eslint-plugin-react-hooks": "4.2.0",
|
||||
"fastly": "1.2.1",
|
||||
"formik": "1.5.4",
|
||||
"formik": "1.5.8",
|
||||
"formsy-react": "1.1.6",
|
||||
"formsy-react-components": "1.0.0",
|
||||
"git-bundle-sha": "0.0.2",
|
||||
|
@ -10635,16 +10635,16 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/formik": {
|
||||
"version": "1.5.4",
|
||||
"resolved": "https://registry.npmjs.org/formik/-/formik-1.5.4.tgz",
|
||||
"integrity": "sha512-m7Tboq9O6MntCM8+J/b3jGGKXNXRq1dTzLvEdujSySejlewqVeYLy/goulrvr152wPe9ycKV0NlFSQ8Q1EwycQ==",
|
||||
"version": "1.5.8",
|
||||
"resolved": "https://registry.npmjs.org/formik/-/formik-1.5.8.tgz",
|
||||
"integrity": "sha512-fNvPe+ddbh+7xiByT25vuso2p2hseG/Yvuj211fV1DbCjljUEG9OpgRpcb7g7O3kxHX/q31cbZDzMxJXPWSNwA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"create-react-context": "^0.2.2",
|
||||
"deepmerge": "^2.1.1",
|
||||
"hoist-non-react-statics": "^2.5.5",
|
||||
"lodash": "^4.17.11",
|
||||
"lodash-es": "^4.17.11",
|
||||
"hoist-non-react-statics": "^3.3.0",
|
||||
"lodash": "^4.17.14",
|
||||
"lodash-es": "^4.17.14",
|
||||
"prop-types": "^15.6.1",
|
||||
"react-fast-compare": "^2.0.1",
|
||||
"tiny-warning": "^1.0.2",
|
||||
|
@ -10654,6 +10654,15 @@
|
|||
"react": ">=15"
|
||||
}
|
||||
},
|
||||
"node_modules/formik/node_modules/hoist-non-react-statics": {
|
||||
"version": "3.3.2",
|
||||
"resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
|
||||
"integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"react-is": "^16.7.0"
|
||||
}
|
||||
},
|
||||
"node_modules/formik/node_modules/tslib": {
|
||||
"version": "1.14.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
"eslint-plugin-react": "7.14.2",
|
||||
"eslint-plugin-react-hooks": "4.2.0",
|
||||
"fastly": "1.2.1",
|
||||
"formik": "1.5.4",
|
||||
"formik": "1.5.8",
|
||||
"formsy-react": "1.1.6",
|
||||
"formsy-react-components": "1.0.0",
|
||||
"git-bundle-sha": "0.0.2",
|
||||
|
|
Loading…
Reference in a new issue