Skip to content

Commit

Permalink
feat: latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Nov 26, 2024
1 parent ddc01fe commit 22c094f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion extra/incus-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"dependencies": {
"@nikitajs/core": "^1.0.0-alpha.9",
"shell": "^0.11.0"
"shell": "^0.12.0"
},
"devDependencies": {
"coffeescript": "^2.7.0"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"private": true,
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.13.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.15.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-prettier": "^5.2.1",
"glob": "^11.0.0",
"husky": "^9.1.6",
"lerna": "^8.1.8",
"prettier": "^3.3.3"
"husky": "^9.1.7",
"lerna": "^8.1.9",
"prettier": "^3.4.0"
},
"scripts": {
"compile": "lerna run compile",
Expand Down Expand Up @@ -40,5 +40,5 @@
}
},
"type": "module",
"packageManager": "yarn@1.22.19+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71"
"packageManager": "yarn@1.22.22"
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ajv-keywords": "^5.1.0",
"chalk": "^5.3.0",
"dedent": "^1.5.3",
"each": "^2.7.0",
"each": "^2.7.2",
"minimatch": "^10.0.1",
"mixme": "^1.1.0",
"pad": "^3.3.0",
Expand All @@ -58,10 +58,10 @@
"semver": "^7.6.3",
"ssh2-connect": "^4.1.1",
"ssh2-exec": "^0.8.4",
"ssh2-fs": "^1.2.2",
"ssh2-fs": "^1.3.1",
"stack-trace": "^0.0.10",
"tilde-expansion": "^0.0.0",
"uuid": "^11.0.2"
"uuid": "^11.0.3"
},
"devDependencies": {
"@nikitajs/incus-runner": "^1.0.0-alpha.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/incus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dedent": "^1.5.3",
"js-yaml": "^4.1.0",
"object-diff": "^0.0.4",
"shell": "^0.11.0"
"shell": "^0.12.0"
},
"devDependencies": {
"coffeescript": "^2.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
],
"dependencies": {
"dedent": "^1.5.3",
"each": "^2.7.0",
"each": "^2.7.2",
"mixme": "^1.1.0",
"regexp-quote": "^0.0.0",
"semver": "^7.6.3",
Expand Down

0 comments on commit 22c094f

Please sign in to comment.