Skip to content

Commit

Permalink
chore(deps): update dependency @types/jscodeshift to ^0.12.0 for gats…
Browse files Browse the repository at this point in the history
…by-codemods
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 11848ae commit 6ca0edc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@types/jscodeshift": "^0.11.11",
"@types/jscodeshift": "^0.12.0",
"babel-preset-gatsby-package": "^3.15.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4817,10 +4817,10 @@
resolved "https://registry.yarnpkg.com/@types/js-levenshtein/-/js-levenshtein-1.1.1.tgz#ba05426a43f9e4e30b631941e0aa17bf0c890ed5"
integrity sha512-qC4bCqYGy1y/NP7dDVr7KJarn+PbX1nSpwA7JXdu0HxT3QYjO8MJ+cntENtHFVy2dRAyBV23OZ6MxsW1AM1L8g==

"@types/jscodeshift@^0.11.11":
version "0.11.11"
resolved "https://registry.yarnpkg.com/@types/jscodeshift/-/jscodeshift-0.11.11.tgz#30d7c986f372cd63c670017371da8fbced2b7acf"
integrity sha512-d7CAfFGOupj5qCDqMODXxNz2/NwCv/Lha78ZFbnr6qpk3K98iSB8I+ig9ERE2+EeYML352VMRsjPyOpeA+04eQ==
"@types/jscodeshift@^0.12.0":
version "0.12.0"
resolved "https://registry.yarnpkg.com/@types/jscodeshift/-/jscodeshift-0.12.0.tgz#aa18ec771fe0d8a764ac9215e3dc9f712fe90f23"
integrity sha512-Jr2fQbEoDmjwEa92TreR/mX2t9iAaY/l5P/GKezvK4BodXahex60PDLXaQR0vAgP0KfCzc1CivHusQB9NhzX8w==
dependencies:
ast-types "^0.14.1"
recast "^0.20.3"
Expand Down

0 comments on commit 6ca0edc

Please sign in to comment.