Skip to content

Commit

Permalink
update render helper
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Oct 27, 2023
1 parent 5895f9d commit abcc788
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start:prod": "NODE_ENV=production node build/server.js"
},
"dependencies": {
"@ecency/render-helper": "^2.2.27",
"@ecency/render-helper": "^2.2.28",
"@ecency/render-helper-amp": "^1.1.0",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
Expand Down
26 changes: 13 additions & 13 deletions src/common/constants/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,52 +447,52 @@
"name": "acgalarza",
"contributes": ["Discord Live show host"]
},
{
{
"name": "mikezillo",
"contributes": ["Guest Curator"]
},
{
{
"name": "emeka4",
"contributes": ["Guest Curator"]
},
{
{
"name": "fcarva",
"contributes": ["Guest Curator"]
},
{
{
"name": "buggedout",
"contributes": ["Guest Curator"]
},
{
{
"name": "allentaylor ",
"contributes": ["Guest Curator"]
},
{
{
"name": "manclar",
"contributes": ["Guest Curator"]
},
{
{
"name": "djbravo",
"contributes": ["Guest Curator"]
},
{
{
"name": "etorobong",
"contributes": ["Guest Curator"]
},
{
{
"name": "itwithsm",
"contributes": ["Guest Curator"]
},
{
{
"name": "rabihfarhat",
"contributes": ["Translation (Arabian)"]
},
{
{
"name": "mypathtofire ",
"contributes": ["Thought Leader", "Discord Moderator"]
},
{
{
"name": "gamingumar",
"contributes": ["Developer (Mobile)"]
}
}
]
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1332,10 +1332,10 @@
xmldom "^0.5.0"
xss "^1.0.8"

"@ecency/render-helper@^2.2.27":
version "2.2.27"
resolved "https://registry.yarnpkg.com/@ecency/render-helper/-/render-helper-2.2.27.tgz#43922b20ed14b4d359ddc23867d94a53cfff9f02"
integrity sha512-WOah6ZHdhNa1MZ05tofAYEoifrwLSFUGolYcIPg8kWeutA7Et8uH5WXXCQk/lLYAUQkADdS7jHKXyyG1pygM7Q==
"@ecency/render-helper@^2.2.28":
version "2.2.28"
resolved "https://registry.yarnpkg.com/@ecency/render-helper/-/render-helper-2.2.28.tgz#87e6a36d9d330c3d0baa93d7850a2f0d69520de5"
integrity sha512-v5Vn4bTKBj3enjOv2Cl58bbgkxQn89Vjb1v7AoMO6/8v3YMHJqV5JrVAd6WajXLxRTaJGO+KYvx7oD3WkhIXbA==
dependencies:
he "^1.2.0"
lolight "^1.4.0"
Expand Down

0 comments on commit abcc788

Please sign in to comment.