Skip to content

Commit

Permalink
Bump yup from 0.32.11 to 1.4.0 (#2876)
Browse files Browse the repository at this point in the history
* Bump yup from 0.32.11 to 1.4.0

Bumps [yup](https://github.com/jquense/yup) from 0.32.11 to 1.4.0.
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v0.32.11...v1.4.0)

---
updated-dependencies:
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix import

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: alimpens <[email protected]>
  • Loading branch information
dependabot[bot] and alimpens authored Jul 22, 2024
1 parent 7b97f5f commit 3fd4fbc
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 47 deletions.
91 changes: 46 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"scroll-lock": "^2.1.5",
"styled-components": "^5.3.11",
"whatwg-fetch": "^3.6.20",
"yup": "^0.32.11"
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
Expand Down
2 changes: 1 addition & 1 deletion src/signals/incident/services/yup-resolver/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { yupResolver } from '@hookform/resolvers/yup'
import isObject from 'lodash/isObject'
import * as yup from 'yup'
import type { AnyObject } from 'yup/es/types'
import type { AnyObject } from 'yup'

import { isBlocking } from '../custom-validators'

Expand Down

0 comments on commit 3fd4fbc

Please sign in to comment.