Skip to content

Commit

Permalink
[Deps]: Figma icon exporter bump (#531)
Browse files Browse the repository at this point in the history
* Bump exporter

* Fix output
  • Loading branch information
fallaciousreasoning authored Jan 25, 2024
1 parent d8e3942 commit 04eafb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 @@ -34,7 +34,7 @@
"babel-loader": "9.1.2",
"css-loader": "6.7.3",
"css-tree": "2.3.1",
"figma-api-exporter": "github:brave/figma-api-exporter#775a17babce35ed165936142caf5c5dca3490395",
"figma-api-exporter": "github:brave/figma-api-exporter#1ee029a",
"jsdom": "21.1.0",
"lodash.camelcase": "4.3.0",
"lodash.merge": "4.6.2",
Expand Down
6 changes: 3 additions & 3 deletions src/scripts/update-icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ exporter
duplicatesWarning += `Found icon with duplicated name '${name}'x${
entries.length
}
${entries.map(
(e) => `- https://www.figma.com/file/${fileId}/?node-id=${e.id}\n`
)}`
${entries.map(
(e) => `- https://www.figma.com/file/${fileId}/?node-id=${e.id}\n`
)}`
}

// Note: This string is used as the Github PR body, so it should be valid markdown.
Expand Down

0 comments on commit 04eafb6

Please sign in to comment.