Skip to content

Commit

Permalink
[Closes #151] Updates client package to include all platform-specific…
Browse files Browse the repository at this point in the history
… swc optional binding libraries, updated other libraries for security fixes
  • Loading branch information
francisli committed Sep 13, 2023
1 parent 76eb504 commit 28875cc
Show file tree
Hide file tree
Showing 3 changed files with 545 additions and 351 deletions.
12 changes: 12 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,17 @@
"eslint-plugin-react-refresh": "^0.3.4",
"sass": "^1.63.6",
"vite": "^4.3.9"
},
"optionalDependencies": {
"@swc/core-darwin-arm64": "^1.3.84",
"@swc/core-darwin-x64": "^1.3.84",
"@swc/core-linux-arm-gnueabihf": "^1.3.84",
"@swc/core-linux-arm64-gnu": "^1.3.84",
"@swc/core-linux-arm64-musl": "^1.3.84",
"@swc/core-linux-x64-gnu": "^1.3.84",
"@swc/core-linux-x64-musl": "^1.3.84",
"@swc/core-win32-arm64-msvc": "^1.3.84",
"@swc/core-win32-ia32-msvc": "^1.3.84",
"@swc/core-win32-x64-msvc": "^1.3.84"
}
}
Loading

0 comments on commit 28875cc

Please sign in to comment.