Skip to content

Commit

Permalink
Fix addon-docs acorn dependency for pnpm compat
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Nov 17, 2021
1 parent d1195cb commit aeda400
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addons/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@storybook/source-loader": "6.4.0-rc.3",
"@storybook/store": "6.4.0-rc.3",
"@storybook/theming": "6.4.0-rc.3",
"acorn": "^7.4.1",
"acorn": "^8.5.0",
"acorn-jsx": "^5.3.1",
"acorn-walk": "^7.2.0",
"core-js": "^3.8.2",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7072,7 +7072,7 @@ __metadata:
"@types/prop-types": ^15.7.3
"@types/tmp": ^0.2.0
"@types/util-deprecate": ^1.0.0
acorn: ^7.4.1
acorn: ^8.5.0
acorn-jsx: ^5.3.1
acorn-walk: ^7.2.0
babel-loader: ^8.0.0
Expand Down Expand Up @@ -12989,7 +12989,7 @@ __metadata:
languageName: node
linkType: hard

"acorn@npm:^7.0.0, acorn@npm:^7.1.0, acorn@npm:^7.1.1, acorn@npm:^7.3.1, acorn@npm:^7.4.0, acorn@npm:^7.4.1":
"acorn@npm:^7.0.0, acorn@npm:^7.1.0, acorn@npm:^7.1.1, acorn@npm:^7.3.1, acorn@npm:^7.4.0":
version: 7.4.1
resolution: "acorn@npm:7.4.1"
bin:
Expand All @@ -13007,6 +13007,15 @@ __metadata:
languageName: node
linkType: hard

"acorn@npm:^8.5.0":
version: 8.5.0
resolution: "acorn@npm:8.5.0"
bin:
acorn: bin/acorn
checksum: a0cd0009d215df0c5a6c69ea40a5e784114f1b89d5649d663264ccbb855d4c6b6da6936fed607078b7d681bd8d8f2e730dad25931edbdef709bc4b520c0caa80
languageName: node
linkType: hard

"address@npm:1.1.2, address@npm:^1.0.1, address@npm:^1.1.2":
version: 1.1.2
resolution: "address@npm:1.1.2"
Expand Down

0 comments on commit aeda400

Please sign in to comment.