Skip to content

Commit

Permalink
Update jscodeshift to fix local sandbox creation
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Nov 20, 2023
1 parent 39ddc25 commit dff960f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 62 deletions.
4 changes: 2 additions & 2 deletions code/lib/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
"@types/cross-spawn": "^6.0.2",
"cross-spawn": "^7.0.3",
"globby": "^11.0.2",
"jscodeshift": "^0.14.0",
"jscodeshift": "^0.15.1",
"lodash": "^4.17.21",
"prettier": "^2.8.0",
"recast": "^0.23.1"
},
"devDependencies": {
"@types/jscodeshift": "^0.11.6",
"@types/jscodeshift": "^0.11.10",
"ansi-regex": "^5.0.1",
"jest": "^29.7.0",
"jest-specific-snapshot": "^8.0.0",
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 @@ -47,7 +47,7 @@
"devDependencies": {
"jest": "^29.7.0",
"jest-specific-snapshot": "^8.0.0",
"jscodeshift": "^0.14.0",
"jscodeshift": "^0.15.1",
"typescript": "~4.9.3"
},
"publishConfig": {
Expand Down
66 changes: 7 additions & 59 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6311,13 +6311,13 @@ __metadata:
"@storybook/node-logger": "workspace:*"
"@storybook/types": "workspace:*"
"@types/cross-spawn": "npm:^6.0.2"
"@types/jscodeshift": "npm:^0.11.6"
"@types/jscodeshift": "npm:^0.11.10"
ansi-regex: "npm:^5.0.1"
cross-spawn: "npm:^7.0.3"
globby: "npm:^11.0.2"
jest: "npm:^29.7.0"
jest-specific-snapshot: "npm:^8.0.0"
jscodeshift: "npm:^0.14.0"
jscodeshift: "npm:^0.15.1"
lodash: "npm:^4.17.21"
mdast-util-mdx-jsx: "npm:^2.1.2"
mdast-util-mdxjs-esm: "npm:^1.3.1"
Expand Down Expand Up @@ -6925,7 +6925,7 @@ __metadata:
dependencies:
jest: "npm:^29.7.0"
jest-specific-snapshot: "npm:^8.0.0"
jscodeshift: "npm:^0.14.0"
jscodeshift: "npm:^0.15.1"
typescript: "npm:~4.9.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -8939,13 +8939,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jscodeshift@npm:^0.11.6":
version: 0.11.7
resolution: "@types/jscodeshift@npm:0.11.7"
"@types/jscodeshift@npm:^0.11.10":
version: 0.11.10
resolution: "@types/jscodeshift@npm:0.11.10"
dependencies:
ast-types: "npm:^0.14.1"
recast: "npm:^0.20.3"
checksum: a2c26f8e64950296bae6176c52e832e1f5c5eb3672adad3c1cdc63e23b8bd3de47890ac8eaae7eb0788feea7628ce540513ff5189379f79e882ddcfa1c855cfc
checksum: 1d477ea1addd62a5949f028ef16bac3226341d65052e4f51d61e51789c6c7aa17e953dac34eb6d1e5a2b761fc4c7920df875e20e85cdf4122fc08836e7da547a
languageName: node
linkType: hard

Expand Down Expand Up @@ -11157,15 +11157,6 @@ __metadata:
languageName: node
linkType: hard

"ast-types@npm:0.15.2":
version: 0.15.2
resolution: "ast-types@npm:0.15.2"
dependencies:
tslib: "npm:^2.0.1"
checksum: 5b26e3656e9e8d1db8c8d14971d0cb88ca0138aacce72171cb4cd4555fc8dc53c07e821c568e57fe147366931708fefd25cb9d7e880d42ce9cb569947844c962
languageName: node
linkType: hard

"ast-types@npm:^0.16.1":
version: 0.16.1
resolution: "ast-types@npm:0.16.1"
Expand Down Expand Up @@ -20130,37 +20121,6 @@ __metadata:
languageName: node
linkType: hard

"jscodeshift@npm:^0.14.0":
version: 0.14.0
resolution: "jscodeshift@npm:0.14.0"
dependencies:
"@babel/core": "npm:^7.13.16"
"@babel/parser": "npm:^7.13.16"
"@babel/plugin-proposal-class-properties": "npm:^7.13.0"
"@babel/plugin-proposal-nullish-coalescing-operator": "npm:^7.13.8"
"@babel/plugin-proposal-optional-chaining": "npm:^7.13.12"
"@babel/plugin-transform-modules-commonjs": "npm:^7.13.8"
"@babel/preset-flow": "npm:^7.13.13"
"@babel/preset-typescript": "npm:^7.13.0"
"@babel/register": "npm:^7.13.16"
babel-core: "npm:^7.0.0-bridge.0"
chalk: "npm:^4.1.2"
flow-parser: "npm:0.*"
graceful-fs: "npm:^4.2.4"
micromatch: "npm:^4.0.4"
neo-async: "npm:^2.5.0"
node-dir: "npm:^0.1.17"
recast: "npm:^0.21.0"
temp: "npm:^0.8.4"
write-file-atomic: "npm:^2.3.0"
peerDependencies:
"@babel/preset-env": ^7.1.6
bin:
jscodeshift: bin/jscodeshift.js
checksum: dab63bdb4b7e67d79634fcd3f5dc8b227146e9f68aa88700bc49c5a45b6339d05bd934a98aa53d29abd04f81237d010e7e037799471b2aab66ec7b9a7d752786
languageName: node
linkType: hard

"jscodeshift@npm:^0.15.1":
version: 0.15.1
resolution: "jscodeshift@npm:0.15.1"
Expand Down Expand Up @@ -25957,18 +25917,6 @@ __metadata:
languageName: node
linkType: hard

"recast@npm:^0.21.0":
version: 0.21.5
resolution: "recast@npm:0.21.5"
dependencies:
ast-types: "npm:0.15.2"
esprima: "npm:~4.0.0"
source-map: "npm:~0.6.1"
tslib: "npm:^2.0.1"
checksum: a45168c82195f24fa2c70293a624fece0069a2e8e8adb637f9963777735f81cb3bb62e55172db677ec3573b08b2daaf1eddd85b74da6fe0bd37c9b15eeaf94b4
languageName: node
linkType: hard

"recast@npm:^0.23.1, recast@npm:^0.23.3":
version: 0.23.4
resolution: "recast@npm:0.23.4"
Expand Down

0 comments on commit dff960f

Please sign in to comment.