Skip to content

Commit

Permalink
chore(cli): upgrade Node.js dependencies (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Nov 20, 2022
1 parent 696c2dd commit 28be7e2
Show file tree
Hide file tree
Showing 5 changed files with 836 additions and 807 deletions.
6 changes: 3 additions & 3 deletions cli/package.json
Expand Up @@ -41,20 +41,20 @@
},
"devDependencies": {
"@octokit/rest": "^19.0.5",
"@types/inquirer": "^9.0.2",
"@types/inquirer": "^9.0.3",
"@types/js-yaml": "^4.0.5",
"@types/lodash-es": "^4.17.6",
"clipanion": "^3.1.0",
"colorette": "^2.0.19",
"core-js": "^3.25.5",
"core-js": "^3.26.1",
"debug": "^4.3.4",
"env-paths": "^3.0.0",
"fdir": "^5.3.0",
"inquirer": "^9.1.4",
"js-yaml": "^4.1.0",
"lodash-es": "4.17.21",
"toml": "^3.0.0",
"tslib": "^2.4.0",
"tslib": "^2.4.1",
"typanion": "^3.12.1"
},
"funding": {
Expand Down
2 changes: 1 addition & 1 deletion examples/napi/package.json
Expand Up @@ -13,7 +13,7 @@
"build-release": "node ../../cli/scripts/index.js build --js false --release"
},
"dependencies": {
"@types/lodash": "^4.14.186",
"@types/lodash": "^4.14.189",
"lodash": "^4.17.21"
}
}
4 changes: 2 additions & 2 deletions memory-testing/package.json
Expand Up @@ -9,9 +9,9 @@
"colorette": "^2.0.19",
"dockerode": "^3.3.4",
"pretty-bytes": "^6.0.0",
"table": "^6.8.0"
"table": "^6.8.1"
},
"devDependencies": {
"@types/dockerode": "^3.3.9"
"@types/dockerode": "^3.3.14"
}
}
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -80,33 +80,33 @@
"@taplo/cli": "^0.5.2",
"@types/debug": "^4.1.7",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.11.3",
"@types/node": "^18.11.9",
"@types/sinon": "^10.0.13",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"ava": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"ava": "^5.1.0",
"benny": "^3.7.1",
"c8": "^7.12.0",
"colorette": "^2.0.19",
"cross-env": "^7.0.3",
"electron": "20.3.3",
"esbuild": "^0.15.12",
"eslint": "^8.26.0",
"esbuild": "^0.15.14",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"lerna": "^6.0.1",
"husky": "^8.0.2",
"lerna": "^6.0.3",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"rollup": "^3.2.3",
"rollup": "^3.3.0",
"shx": "^0.3.4",
"sinon": "^14.0.1",
"sinon": "^14.0.2",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.8.4"
"tslib": "^2.4.1",
"typescript": "^4.9.3"
},
"packageManager": "yarn@3.2.4"
}

0 comments on commit 28be7e2

Please sign in to comment.