Skip to content

Commit

Permalink
Merge pull request #51 from pluralsh/klink/mailto-fix
Browse files Browse the repository at this point in the history
fix: Broken mailto links
  • Loading branch information
dogmar authored Aug 7, 2023
2 parents 7284544 + 40b1d92 commit 196cd74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@markdoc/markdoc": "0.3.0",
"@markdoc/next.js": "0.2.2",
"@open-draft/until": "2.1.0",
"@pluralsh/design-system": "2.0.2",
"@pluralsh/design-system": "2.1.1",
"@react-types/shared": "3.18.1",
"@tanstack/react-table": "8.9.3",
"@tanstack/react-virtual": "3.0.0-beta.48",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3504,9 +3504,9 @@ __metadata:
languageName: node
linkType: hard

"@pluralsh/design-system@npm:2.0.2":
version: 2.0.2
resolution: "@pluralsh/design-system@npm:2.0.2"
"@pluralsh/design-system@npm:2.1.1":
version: 2.1.1
resolution: "@pluralsh/design-system@npm:2.1.1"
dependencies:
"@floating-ui/react-dom-interactions": 0.13.3
"@loomhq/loom-embed": 1.5.0
Expand Down Expand Up @@ -3554,7 +3554,7 @@ __metadata:
react-dom: ">=18.2.0"
react-transition-group: ">=4.4.5"
styled-components: ">=5.3.11"
checksum: f9dc127cacc2be469462c9d5830a05ef0d83f08f57713b9d32ab790b111d697fa7822486f93526fe5a6cac37d1bc341b58f073e229f2e487119cc7c83aad6bd7
checksum: b143aac3a39e5c71c3ec981c73b1c72ece3d7ea554f0cf741391a3e6fdab89106c865056ca9b703702f1c0c250fecd694f86b23da6b67d4b4932bf4bb1b996db
languageName: node
linkType: hard

Expand Down Expand Up @@ -11819,7 +11819,7 @@ __metadata:
"@markdoc/next.js": 0.2.2
"@next/bundle-analyzer": 13.4.12
"@open-draft/until": 2.1.0
"@pluralsh/design-system": 2.0.2
"@pluralsh/design-system": 2.1.1
"@pluralsh/eslint-config-typescript": 2.5.56
"@pluralsh/stylelint-config": 2.0.5
"@react-types/shared": 3.18.1
Expand Down

0 comments on commit 196cd74

Please sign in to comment.