Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Feb 18, 2021
1 parent d687075 commit a1ef3b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 @@ -55,7 +55,7 @@
},
"dependencies": {
"@znck/prop-types": "^0.6.3",
"datocms-structured-text-generic-html-renderer": "^1.0.8",
"datocms-structured-text-generic-html-renderer": "^1.0.10",
"hyphenate-style-name": "^1.0.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/StructuredText/__tests__/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe("StructuredText", () => {
{
type: "itemLink",
item: "123",
meta: [{ id: "openInNewWindow", value: true }],
meta: [{ id: "target", value: "_blank" }],
children: [{ type: "span", value: "here!" }],
},
],
Expand Down

1 comment on commit a1ef3b5

@vercel
Copy link

@vercel vercel bot commented on a1ef3b5 Feb 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.