Skip to content

Commit 725de95

Browse files
fix(deps): bump @types/ramda from 0.28.11 to 0.28.15 (#48)
Bumps [@types/ramda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ramda) from 0.28.11 to 0.28.15. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ramda) --- updated-dependencies: - dependency-name: "@types/ramda" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4bd4671 commit 725de95

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "eslint && jest"
1010
},
1111
"dependencies": {
12-
"@types/ramda": "^0.28.11",
12+
"@types/ramda": "^0.28.15",
1313
"@use-gesture/react": "^10.2.17",
1414
"axios": "^0.27.2",
1515
"marked": "^4.0.14",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,10 +1817,10 @@
18171817
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz"
18181818
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
18191819

1820-
"@types/ramda@^0.28.11":
1821-
version "0.28.11"
1822-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.28.11.tgz#b578ca5e9f84716dbe0d7eff07f30c23f509b46c"
1823-
integrity sha512-FG40c+CduBSpGL6gh9M2Ybe+Rhkj/G6HeCnvufO1HbEcnY5fbFfL7EPuj1mXNcEKfxdZw6mRu4cy+GMHen79DQ==
1820+
"@types/ramda@^0.28.15":
1821+
version "0.28.15"
1822+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.28.15.tgz#36bb4c8de430e3bbcd29590537569aef64409716"
1823+
integrity sha512-FCaLNVZry65jW8x/FDnKgjgkCNQxgc5AYMQwdNn6yW5M+62R+0nt2Y36U43dTNora9hcquemfrY5gxhE5pcilQ==
18241824
dependencies:
18251825
ts-toolbelt "^6.15.1"
18261826

0 commit comments

Comments
 (0)