mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
feat(server): add @swc/core-android-arm64 to optional (#10034)
* feat: add optional swc * fix: windowsで動かない現象を修正 * fix: fix swc path alias * fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更 * feat(server): add @swc/core-android-arm64 to optional * fix: conflict
This commit is contained in:
19
pnpm-lock.yaml
generated
19
pnpm-lock.yaml
generated
@@ -68,6 +68,7 @@ importers:
|
||||
'@sinonjs/fake-timers': 10.0.2
|
||||
'@swc/cli': 0.1.62
|
||||
'@swc/core': 1.3.35
|
||||
'@swc/core-android-arm64': ^1.3.11
|
||||
'@swc/core-darwin-arm64': ^1.3.36
|
||||
'@swc/core-darwin-x64': ^1.3.36
|
||||
'@swc/core-linux-arm-gnueabihf': ^1.3.36
|
||||
@@ -325,6 +326,7 @@ importers:
|
||||
ws: 8.12.1
|
||||
xev: 3.0.2
|
||||
optionalDependencies:
|
||||
'@swc/core-android-arm64': 1.3.11
|
||||
'@swc/core-darwin-arm64': 1.3.36
|
||||
'@swc/core-darwin-x64': 1.3.36
|
||||
'@swc/core-linux-arm-gnueabihf': 1.3.36
|
||||
@@ -2186,6 +2188,17 @@ packages:
|
||||
source-map: 0.7.4
|
||||
dev: false
|
||||
|
||||
/@swc/core-android-arm64/1.3.11:
|
||||
resolution: {integrity: sha512-M7FamR3kFpVTyTw73FzKcOZmS7/TWHX75eqtwBTaU9fW4shf0KTLr/h9DnMxNKAnwUMeub/lqlINUe5EKFIKwQ==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [android]
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
'@swc/wasm': 1.2.130
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@swc/core-darwin-arm64/1.3.35:
|
||||
resolution: {integrity: sha512-zQUFkHx4gZpu0uo2IspvPnKsz8bsdXd5bC33xwjtoAI1cpLerDyqo4v2zIahEp+FdKZjyVsLHtfJiQiA1Qka3A==}
|
||||
engines: {node: '>=10'}
|
||||
@@ -2383,6 +2396,12 @@ packages:
|
||||
jsonc-parser: 3.2.0
|
||||
dev: true
|
||||
|
||||
/@swc/wasm/1.2.130:
|
||||
resolution: {integrity: sha512-rNcJsBxS70+pv8YUWwf5fRlWX6JoY/HJc25HD/F8m6Kv7XhJdqPPMhyX6TKkUBPAG7TWlZYoxa+rHAjPy4Cj3Q==}
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@syuilo/aiscript/0.12.4:
|
||||
resolution: {integrity: sha512-fIWEAHsnw9vMWTcjmSM2rCsadhb+BLirLDLW6lnRw3PFC8LV76Np8Ih8ssfAb00udh6oiGBSj+WiBdkMagbjmQ==}
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user