Skip to content

Commit

Permalink
Fix breaking changes when building the website
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed May 11, 2023
1 parent 11dff46 commit 6199a69
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 325 deletions.
2 changes: 1 addition & 1 deletion packages/output-components-as-svgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@figma-export/types": "^4.6.0",
"@figma-export/utils": "^4.0.0",
"@svgr/core": "~6.5.1"
"@svgr/core": "~6.3.1"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-config-next": "^12.3.4",
"npm-run-all": "~4.1.5",
"rimraf": "~3.0.2",
"sass": "~1.62.1"
"sass": "~1.60.0"
},
"dependencies": {
"next": "^12.3.4",
Expand Down

0 comments on commit 6199a69

Please sign in to comment.