Skip to content

Commit

Permalink
Upgrade jscodeshift to 0.14.0
Browse files Browse the repository at this point in the history
Fixes deprecated warning described in #20822
  • Loading branch information
programmarchy committed Feb 3, 2023
1 parent 904dba3 commit 73cc5db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"get-port": "^5.1.1",
"giget": "^1.0.0",
"globby": "^11.0.2",
"jscodeshift": "^0.13.1",
"jscodeshift": "^0.14.0",
"leven": "^3.1.0",
"prompts": "^2.4.0",
"puppeteer-core": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@storybook/types": "7.0.0-beta.41",
"cross-spawn": "^7.0.3",
"globby": "^11.0.2",
"jscodeshift": "^0.13.1",
"jscodeshift": "^0.14.0",
"lodash": "^4.17.21",
"prettier": "^2.8.0",
"recast": "^0.23.1",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/postinstall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"jest": "^29.3.1",
"jest-specific-snapshot": "^7.0.0",
"jscodeshift": "^0.13.1",
"jscodeshift": "^0.14.0",
"typescript": "~4.9.3"
},
"publishConfig": {
Expand Down

0 comments on commit 73cc5db

Please sign in to comment.