Skip to content

Commit 63c9785

Browse files
committedApr 30, 2020
chore: bump deps
1 parent dc84666 commit 63c9785

File tree

3 files changed

+955
-592
lines changed

3 files changed

+955
-592
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Yup's API is heavily inspired by [Joi](https://github.com/hapijs/joi), but leane
9393
- [`object.constantCase(): Schema`](#objectconstantcase-schema)
9494
- [Extending Schema Types](#extending-schema-types)
9595
- [TypeScript Support](#typescript-support)
96+
- [TypeScript setting](#typescript-setting)
97+
- [Why does InferType not default to nonRequired()?](#why-does-infertype-not-default-to-nonrequired)
9698

9799
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
98100

‎package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -65,44 +65,44 @@
6565
]
6666
},
6767
"devDependencies": {
68-
"@4c/rollout": "^2.1.2",
68+
"@4c/rollout": "^2.1.7",
6969
"@babel/cli": "7.8.4",
70-
"@babel/core": "7.8.7",
70+
"@babel/core": "7.9.6",
7171
"babel-core": "^7.0.0-bridge.0",
7272
"babel-eslint": "^10.1.0",
73-
"babel-jest": "^25.1.0",
73+
"babel-jest": "^25.5.1",
7474
"babel-plugin-transform-rename-import": "^2.3.0",
75-
"babel-preset-jason": "^6.1.3",
75+
"babel-preset-jason": "^6.2.0",
7676
"benchmark": "^2.0.0",
7777
"chai": "^4.2.0",
7878
"chai-as-promised": "^7.1.1",
7979
"dirty-chai": "^2.0.1",
8080
"doctoc": "^1.4.0",
8181
"eslint": "^6.8.0",
8282
"eslint-config-jason": "^7.0.1",
83-
"eslint-config-prettier": "^6.10.0",
84-
"eslint-plugin-import": "^2.20.1",
85-
"eslint-plugin-jest": "^23.8.1",
86-
"eslint-plugin-react": "^7.18.3",
87-
"eslint-plugin-react-hooks": "^2.5.0",
88-
"husky": "^4.2.3",
89-
"jest": "^25.1.0",
90-
"lint-staged": "^10.0.8",
91-
"prettier": "^1.19.1",
83+
"eslint-config-prettier": "^6.11.0",
84+
"eslint-plugin-import": "^2.20.2",
85+
"eslint-plugin-jest": "^23.8.2",
86+
"eslint-plugin-react": "^7.19.0",
87+
"eslint-plugin-react-hooks": "^3.0.0",
88+
"husky": "^4.2.5",
89+
"jest": "^25.5.2",
90+
"lint-staged": "^10.2.1",
91+
"prettier": "^2.0.5",
9292
"rollup": "^2.7.5",
93-
"rollup-plugin-babel": "^4.3.3",
93+
"rollup-plugin-babel": "^4.4.0",
9494
"rollup-plugin-filesize": "^7.0.0",
9595
"rollup-plugin-node-resolve": "^5.2.0",
9696
"rollup-plugin-size-snapshot": "^0.11.0",
97-
"sinon": "^9.0.0",
97+
"sinon": "^9.0.2",
9898
"sinon-chai": "^3.5.0"
9999
},
100100
"dependencies": {
101-
"@babel/runtime": "^7.8.7",
101+
"@babel/runtime": "^7.9.6",
102102
"fn-name": "~3.0.0",
103103
"lodash": "^4.17.15",
104104
"lodash-es": "^4.17.11",
105-
"property-expr": "^2.0.0",
105+
"property-expr": "^2.0.2",
106106
"synchronous-promise": "^2.0.10",
107107
"toposort": "^2.0.2"
108108
},

‎yarn.lock

+936-575
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.