Skip to content

Commit

Permalink
fix deps issues
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Sep 12, 2024
1 parent dc6a6ba commit ef11593
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/ui/docs-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,11 @@
"tailwindcss": "^3.4.3",
"typescript": "5.4.3",
"vitest": "^1.5.0"
},
"optionalDependencies": {
"@next/swc-linux-x64-gnu": "canary",
"@next/swc-win32-x64-msvc": "canary",
"@next/swc-darwin-x64": "canary",
"@next/swc-darwin-arm64": "canary"
}
}
6 changes: 6 additions & 0 deletions packages/ui/fontawesome-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,11 @@
"stylelint": "^16.1.0",
"typescript": "5.4.3",
"vitest": "^1.5.0"
},
"optionalDependencies": {
"@next/swc-linux-x64-gnu": "canary",
"@next/swc-win32-x64-msvc": "canary",
"@next/swc-darwin-x64": "canary",
"@next/swc-darwin-arm64": "canary"
}
}
6 changes: 6 additions & 0 deletions packages/ui/local-preview-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,11 @@
"typescript": "5.4.3",
"vitest": "^1.5.0",
"ws": "^8.16.0"
},
"optionalDependencies": {
"@next/swc-linux-x64-gnu": "canary",
"@next/swc-win32-x64-msvc": "canary",
"@next/swc-darwin-x64": "canary",
"@next/swc-darwin-arm64": "canary"
}
}
75 changes: 75 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef11593

Please sign in to comment.