Skip to content

Commit 6ca0edc

Browse files
chore(deps): update dependency @types/jscodeshift to ^0.12.0 for gatsby-codemods
1 parent 11848ae commit 6ca0edc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/gatsby-codemods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@babel/cli": "^7.20.7",
39-
"@types/jscodeshift": "^0.11.11",
39+
"@types/jscodeshift": "^0.12.0",
4040
"babel-preset-gatsby-package": "^3.15.0-next.0",
4141
"cross-env": "^7.0.3"
4242
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4817,10 +4817,10 @@
48174817
resolved "https://registry.yarnpkg.com/@types/js-levenshtein/-/js-levenshtein-1.1.1.tgz#ba05426a43f9e4e30b631941e0aa17bf0c890ed5"
48184818
integrity sha512-qC4bCqYGy1y/NP7dDVr7KJarn+PbX1nSpwA7JXdu0HxT3QYjO8MJ+cntENtHFVy2dRAyBV23OZ6MxsW1AM1L8g==
48194819

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

0 commit comments

Comments
 (0)