Skip to content

Commit

Permalink
fix Figma file, bump figma tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Dec 16, 2024
1 parent 60fc431 commit d0635ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"out",
"tmp",
".next",
"packages/example-web/common/icon-imports.*",
"packages/styleguide-icons/index.*",
"packages/styleguide-icons/mergeClasses.*"
],
Expand Down
6 changes: 3 additions & 3 deletions packages/styleguide-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@figma-export/cli": "^4.7.0",
"@figma-export/output-components-as-svgr": "^4.7.0",
"@figma-export/transform-svg-with-svgo": "^4.7.0",
"@figma-export/cli": "^4.8.0",
"@figma-export/output-components-as-svgr": "^4.8.0",
"@figma-export/transform-svg-with-svgo": "^4.8.0",
"dotenv": "^16.3.1",
"npm-run-all": "*",
"rimraf": "*",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@expo/styleguide-icons@workspace:packages/styleguide-icons"
dependencies:
"@figma-export/cli": "npm:^4.7.0"
"@figma-export/output-components-as-svgr": "npm:^4.7.0"
"@figma-export/transform-svg-with-svgo": "npm:^4.7.0"
"@figma-export/cli": "npm:^4.8.0"
"@figma-export/output-components-as-svgr": "npm:^4.8.0"
"@figma-export/transform-svg-with-svgo": "npm:^4.8.0"
dotenv: "npm:^16.3.1"
npm-run-all: "npm:*"
rimraf: "npm:*"
Expand Down Expand Up @@ -361,7 +361,7 @@ __metadata:
languageName: unknown
linkType: soft

"@figma-export/cli@npm:^4.7.0":
"@figma-export/cli@npm:^4.8.0":
version: 4.8.0
resolution: "@figma-export/cli@npm:4.8.0"
dependencies:
Expand All @@ -388,7 +388,7 @@ __metadata:
languageName: node
linkType: hard

"@figma-export/output-components-as-svgr@npm:^4.7.0":
"@figma-export/output-components-as-svgr@npm:^4.8.0":
version: 4.8.0
resolution: "@figma-export/output-components-as-svgr@npm:4.8.0"
dependencies:
Expand All @@ -399,7 +399,7 @@ __metadata:
languageName: node
linkType: hard

"@figma-export/transform-svg-with-svgo@npm:^4.7.0":
"@figma-export/transform-svg-with-svgo@npm:^4.8.0":
version: 4.8.0
resolution: "@figma-export/transform-svg-with-svgo@npm:4.8.0"
dependencies:
Expand Down

0 comments on commit d0635ff

Please sign in to comment.