chore: upgrade npm dependencies (#1182)

This commit is contained in:
LongYinan 2022-05-14 18:56:50 +08:00 committed by GitHub
parent b797a243e2
commit a2b993acd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 1197 additions and 1212 deletions

File diff suppressed because one or more lines are too long

786
.yarn/releases/yarn-3.2.1.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
registry "https://registry.npmjs.org"

View file

@ -1,3 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.2.0.cjs
yarnPath: .yarn/releases/yarn-3.2.1.cjs

View file

@ -46,11 +46,11 @@
"@types/lodash-es": "^4.17.6",
"clipanion": "^3.1.0",
"colorette": "^2.0.16",
"core-js": "^3.22.2",
"core-js": "^3.22.5",
"debug": "^4.3.4",
"env-paths": "^3.0.0",
"fdir": "^5.2.0",
"inquirer": "^8.2.2",
"inquirer": "^8.2.4",
"js-yaml": "^4.1.0",
"lodash-es": "4.17.21",
"toml": "^3.0.0",

View file

@ -12,6 +12,6 @@
"table": "^6.8.0"
},
"devDependencies": {
"@types/dockerode": "^3.3.8"
"@types/dockerode": "^3.3.9"
}
}

View file

@ -13,7 +13,7 @@
],
"repository": {
"type": "git",
"url": "git@github.com:Brooooooklyn/napi-rs.git"
"url": "git@github.com:napi-rs/napi-rs.git"
},
"license": "MIT",
"scripts": {
@ -74,38 +74,38 @@
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@taplo/cli": "^0.3.2",
"@types/debug": "^4.1.7",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.27",
"@types/node": "^17.0.33",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"ava": "^4.2.0",
"benny": "^3.7.1",
"c8": "^7.11.2",
"colorette": "^2.0.16",
"cross-env": "^7.0.3",
"electron": "^18.2.0",
"esbuild": "^0.14.38",
"eslint": "^8.14.0",
"electron": "^18.2.3",
"esbuild": "^0.14.39",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"husky": "^8.0.1",
"lerna": "^4.0.0",
"lint-staged": "^12.4.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"rollup": "^2.70.2",
"rollup": "^2.73.0",
"shx": "^0.3.4",
"sinon": "^13.0.2",
"sinon": "^14.0.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.7.0",
"tslib": "^2.4.0",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
},
"packageManager": "yarn@3.2.0"
"packageManager": "yarn@3.2.1"
}

803
yarn.lock

File diff suppressed because it is too large Load diff