Skip to content

Commit

Permalink
upgrade execa
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Nov 3, 2024
1 parent f6b9d01 commit 153c341
Show file tree
Hide file tree
Showing 7 changed files with 98 additions and 109 deletions.
2 changes: 1 addition & 1 deletion clis/generator-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"depcheck": "^1.4.3",
"esbuild": "0.20.2",
"eslint": "^8.56.0",
"execa": "^5.1.1",
"execa": "^9.5.1",
"lodash-es": "^4.17.12",
"organize-imports-cli": "^0.10.0",
"prettier": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion clis/vercel-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@fern-fern/fern-docs-sdk": "0.0.5",
"@fern-fern/vercel": "0.0.4655",
"execa": "^9.4.0",
"execa": "^9.5.1",
"ts-essentials": "^10.0.1"
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.13.1",
"eslint-plugin-vitest": "^0.3.26",
"execa": "^5.1.1",
"execa": "^9.5.1",
"express": "^4.20.0",
"http-proxy-middleware": "^3.0.3",
"husky": "^8.0.1",
Expand Down Expand Up @@ -96,7 +96,8 @@
"esbuild": "0.20.2",
"jsonpath-plus": "10.0.0",
"markdown-to-jsx": "7.4.0",
"webpack": "5.94.0"
"webpack": "5.94.0",
"clipboardy": "4.0.0"
},
"dependenciesMeta": {
"[email protected]": {
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"chalk": "^5.3.0",
"execa": "^5.1.1",
"execa": "^9.5.1",
"js-yaml": "^4.1.0",
"ts-essentials": "^10.0.1",
"yargs": "^17.4.1"
Expand Down
Loading

0 comments on commit 153c341

Please sign in to comment.