Skip to content

Commit

Permalink
Merge pull request #17257 from storybookjs/17255-fix-prettier-parser-…
Browse files Browse the repository at this point in the history
…babel

Restore prettier >= 2.2.1 to satisfy previous constraints
  • Loading branch information
shilman committed Jan 20, 2022
1 parent 027b48e commit 36169f3
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion addons/docs/package.json
Expand Up @@ -92,7 +92,7 @@
"lodash": "^4.17.21",
"nanoid": "^3.1.23",
"p-limit": "^3.1.0",
"prettier": "<=2.3.0",
"prettier": ">=2.2.1 <=2.3.0",
"prop-types": "^15.7.2",
"react-element-to-jsx-string": "^14.3.4",
"regenerator-runtime": "^0.13.7",
Expand Down
2 changes: 1 addition & 1 deletion addons/storysource/package.json
Expand Up @@ -51,7 +51,7 @@
"core-js": "^3.8.2",
"estraverse": "^5.2.0",
"loader-utils": "^2.0.0",
"prettier": "<=2.3.0",
"prettier": ">=2.2.1 <=2.3.0",
"prop-types": "^15.7.2",
"react-syntax-highlighter": "^13.5.3",
"regenerator-runtime": "^0.13.7"
Expand Down
2 changes: 1 addition & 1 deletion lib/codemod/package.json
Expand Up @@ -51,7 +51,7 @@
"globby": "^11.0.2",
"jscodeshift": "^0.7.0",
"lodash": "^4.17.21",
"prettier": "<=2.3.0",
"prettier": ">=2.2.1 <=2.3.0",
"recast": "^0.19.0",
"regenerator-runtime": "^0.13.7"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/csf-tools/package.json
Expand Up @@ -54,7 +54,7 @@
"global": "^4.4.0",
"js-string-escape": "^1.0.1",
"lodash": "^4.17.21",
"prettier": "<=2.3.0",
"prettier": ">=2.2.1 <=2.3.0",
"regenerator-runtime": "^0.13.7",
"ts-dedent": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/source-loader/package.json
Expand Up @@ -49,7 +49,7 @@
"global": "^4.4.0",
"loader-utils": "^2.0.0",
"lodash": "^4.17.21",
"prettier": "<=2.3.0",
"prettier": ">=2.2.1 <=2.3.0",
"regenerator-runtime": "^0.13.7"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -259,7 +259,7 @@
"npmlog": "^5.0.1",
"p-limit": "^3.1.0",
"postcss-loader": "^4.2.0",
"prettier": "<=2.3.0",
"prettier": ">=2.2.1 <=2.3.0",
"prompts": "^2.4.0",
"raf": "^3.4.1",
"regenerator-runtime": "^0.13.7",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Expand Up @@ -7079,7 +7079,7 @@ __metadata:
lodash: ^4.17.21
nanoid: ^3.1.23
p-limit: ^3.1.0
prettier: <=2.3.0
prettier: ">=2.2.1 <=2.3.0"
prop-types: ^15.7.2
react-element-to-jsx-string: ^14.3.4
regenerator-runtime: ^0.13.7
Expand Down Expand Up @@ -7483,7 +7483,7 @@ __metadata:
core-js: ^3.8.2
estraverse: ^5.2.0
loader-utils: ^2.0.0
prettier: <=2.3.0
prettier: ">=2.2.1 <=2.3.0"
prop-types: ^15.7.2
react-syntax-highlighter: ^13.5.3
regenerator-runtime: ^0.13.7
Expand Down Expand Up @@ -8065,7 +8065,7 @@ __metadata:
jest-specific-snapshot: ^4.0.0
jscodeshift: ^0.7.0
lodash: ^4.17.21
prettier: <=2.3.0
prettier: ">=2.2.1 <=2.3.0"
recast: ^0.19.0
regenerator-runtime: ^0.13.7
languageName: unknown
Expand Down Expand Up @@ -8332,7 +8332,7 @@ __metadata:
js-string-escape: ^1.0.1
js-yaml: ^3.14.1
lodash: ^4.17.21
prettier: <=2.3.0
prettier: ">=2.2.1 <=2.3.0"
regenerator-runtime: ^0.13.7
ts-dedent: ^2.0.0
languageName: unknown
Expand Down Expand Up @@ -9012,7 +9012,7 @@ __metadata:
npmlog: ^5.0.1
p-limit: ^3.1.0
postcss-loader: ^4.2.0
prettier: <=2.3.0
prettier: ">=2.2.1 <=2.3.0"
prompts: ^2.4.0
puppeteer: ^2.1.1
raf: ^3.4.1
Expand Down Expand Up @@ -9180,7 +9180,7 @@ __metadata:
global: ^4.4.0
loader-utils: ^2.0.0
lodash: ^4.17.21
prettier: <=2.3.0
prettier: ">=2.2.1 <=2.3.0"
regenerator-runtime: ^0.13.7
peerDependencies:
react: ^16.8.0 || ^17.0.0
Expand Down Expand Up @@ -36507,7 +36507,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"prettier@npm:<=2.3.0":
"prettier@npm:>=2.2.1 <=2.3.0":
version: 2.3.0
resolution: "prettier@npm:2.3.0"
bin:
Expand Down

0 comments on commit 36169f3

Please sign in to comment.