Merge pull request #1202 from napi-rs/misc

Misc fix
This commit is contained in:
LongYinan 2022-06-04 01:56:41 +08:00 committed by GitHub
commit 548f358fdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1237 additions and 1368 deletions

View file

@ -45,8 +45,8 @@
"@types/js-yaml": "^4.0.5",
"@types/lodash-es": "^4.17.6",
"clipanion": "^3.1.0",
"colorette": "^2.0.16",
"core-js": "^3.22.5",
"colorette": "^2.0.17",
"core-js": "^3.22.8",
"debug": "^4.3.4",
"env-paths": "^3.0.0",
"fdir": "^5.2.0",
@ -55,7 +55,7 @@
"lodash-es": "4.17.21",
"toml": "^3.0.0",
"tslib": "^2.4.0",
"typanion": "^3.8.0"
"typanion": "^3.9.0"
},
"funding": {
"type": "github",

View file

@ -9,7 +9,9 @@ ENV RUSTUP_HOME=/usr/local/rustup \
CXX_aarch64_unknown_linux_gnu="clang++ --sysroot=/usr/aarch64-unknown-linux-gnu/aarch64-unknown-linux-gnu/sysroot" \
C_INCLUDE_PATH=/usr/aarch64-unknown-linux-gnu/aarch64-unknown-linux-gnu/sysroot/usr/include
RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
RUN apt-get update && \
apt-get install -y --fix-missing --no-install-recommends gpg-agent ca-certificates openssl && \
wget -qO - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
echo "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-14 main" >> /etc/apt/sources.list && \
echo "deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-14 main" >> /etc/apt/sources.list && \
curl -sL https://deb.nodesource.com/setup_16.x | bash - && \

View file

@ -6,7 +6,7 @@
"build": "node ../cli/scripts/index.js build --release --js false"
},
"dependencies": {
"colorette": "^2.0.16",
"colorette": "^2.0.17",
"dockerode": "^3.3.1",
"pretty-bytes": "^6.0.0",
"table": "^6.8.0"

View file

@ -80,33 +80,33 @@
"@taplo/cli": "^0.3.2",
"@types/debug": "^4.1.7",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.33",
"@types/node": "^17.0.39",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"ava": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"ava": "^4.3.0",
"benny": "^3.7.1",
"c8": "^7.11.2",
"colorette": "^2.0.16",
"c8": "^7.11.3",
"colorette": "^2.0.17",
"cross-env": "^7.0.3",
"electron": "^18.2.3",
"esbuild": "^0.14.39",
"eslint": "^8.15.0",
"electron": "^19.0.3",
"esbuild": "^0.14.42",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"lerna": "^4.0.0",
"lint-staged": "^12.4.1",
"lerna": "^5.0.0",
"lint-staged": "^13.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"rollup": "^2.73.0",
"rollup": "^2.75.5",
"shx": "^0.3.4",
"sinon": "^14.0.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.7.0",
"ts-node": "^10.8.0",
"tslib": "^2.4.0",
"typescript": "^4.6.4"
"typescript": "^4.7.2"
},
"packageManager": "yarn@3.2.1"
}

2565
yarn.lock

File diff suppressed because it is too large Load diff