Skip to content

fix(deps): update dependency ramda to ^0.28.0 #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"next": "12.0.7",
"next-themes": "^0.0.15",
"prism-react-renderer": "^1.2.1",
"ramda": "^0.27.1",
"ramda": "^0.28.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/ramda": "^0.27.62",
"@types/ramda": "^0.28.11",
"@types/react": "17.0.38",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^27.4.6",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1237,12 +1237,12 @@ __metadata:
languageName: node
linkType: hard

"@types/ramda@npm:^0.27.62":
version: 0.27.62
resolution: "@types/ramda@npm:0.27.62"
"@types/ramda@npm:^0.28.11":
version: 0.28.11
resolution: "@types/ramda@npm:0.28.11"
dependencies:
ts-toolbelt: ^6.15.1
checksum: fb42398becc45ce94fae3b27c358960172b16a92f7395eba5d66eaf63d0ad962762a9fa956b1a5e3ff3f2403f5538e12efe205377b956497a7a397d71355d51d
checksum: 153f106424274a788dfac372f5d0735fefc96b8b3737d1d717aa47268a447b52a18db6de4608e129ebe394e78207748efe1c2ef8685765e5a213fb800a4830d8
languageName: node
linkType: hard

Expand Down Expand Up @@ -7062,10 +7062,10 @@ __metadata:
languageName: node
linkType: hard

"ramda@npm:^0.27.1":
version: 0.27.1
resolution: "ramda@npm:0.27.1"
checksum: 31a0c0ef739b2525d7615f84cbb5d3cb89ee0c795469b711f729ea1d8df0dccc3cd75d3717a1e9742d42315ce86435680b7c87743eb7618111c60c144a5b8059
"ramda@npm:^0.28.0":
version: 0.28.0
resolution: "ramda@npm:0.28.0"
checksum: 44ea6e5010bba70151b6a92d8114a91915e8b5a16105cce65fae58c9d7386b812c429645e35f21141d7087568550ce383bc10ee1a65cdec951f4b69ea457e6a4
languageName: node
linkType: hard

Expand Down Expand Up @@ -7424,7 +7424,7 @@ resolve@^2.0.0-next.3:
dependencies:
"@stitches/react": ^0.2.5
"@types/jest": ^27.4.0
"@types/ramda": ^0.27.62
"@types/ramda": ^0.28.11
"@types/react": 17.0.38
"@types/react-test-renderer": ^17.0.1
babel-jest: ^27.4.6
Expand All @@ -7439,7 +7439,7 @@ resolve@^2.0.0-next.3:
next-sitemap: ^1.9.12
next-themes: ^0.0.15
prism-react-renderer: ^1.2.1
ramda: ^0.27.1
ramda: ^0.28.0
react: 17.0.2
react-dom: 17.0.2
react-test-renderer: ^17.0.2
Expand Down