Skip to content

Commit

Permalink
pin node@18. pin yarn version. pass openssl-legacy-provider option to… (
Browse files Browse the repository at this point in the history
#233)

* pin node@18. pin yarn version. pass openssl-legacy-provider option to Node for build and dev of storybook. node update introduced breaking change.

* remove file
  • Loading branch information
D-B-Hawk authored Aug 15, 2023
1 parent 370f028 commit 3dba69d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ next-env.d.ts
storybook-static
.vscode
.yarnrc.yaml
.yarnrc.yml
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:coverage:watch": "jest --coverage --watch",
"storybook": "start-storybook -p 6006",
"storybook": "NODE_OPTIONS='--openssl-legacy-provider' start-storybook -p 6006",
"storybook-production": "node .storybook/server.js",
"build-storybook": "build-storybook -o storybook-static"
"build-storybook": "NODE_OPTIONS='--openssl-legacy-provider' build-storybook -o storybook-static"
},
"dependencies": {
"@emotion/react": "^11.10.5",
Expand Down Expand Up @@ -113,7 +113,7 @@
"styled-components": "^5"
},
"volta": {
"node": "16.15.1",
"yarn": "4.0.0-rc.40"
"node": "18.17.1",
"yarn": "1.22.19"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2174,16 +2174,16 @@
glob "7.1.7"

"@next/eslint-plugin-next@^13.0.4":
version "13.4.15"
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.15.tgz#cba8ac50cef554feae34cab5805522fa5a79999d"
integrity sha512-R+cOYbVyJM30d4OaDgRSCbtqsaoHfjnRUUuKxm74rswR82mv0c8En7+SXXsEfIpLCmGNSqOP5zF8aEE5e09VQQ==
version "13.4.16"
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.16.tgz#444c0ec4bf70ec8646e5339053cfeb59ec5d40c6"
integrity sha512-QuFtQl+oSEEQb0HMYBdvBoUaTiMxbY3go/MFkF3zOnfY0t84+IbAX78cw8ZCfr6cA6UcTq3nMIlCrHwDC/moxg==
dependencies:
glob "7.1.7"

"@next/font@^13.0.2":
version "13.4.15"
resolved "https://registry.yarnpkg.com/@next/font/-/font-13.4.15.tgz#ed552c5f02e1ac4b8b8bebfc0535e3a95b43ac89"
integrity sha512-5eyONhTa8h3yAOtc3cosE5yCoTvURmzMN7fYqzQkmb/oTwnvkx5fDWlGCmqlgRgC7Xmddvj3L7c2iV/jKP6Zrw==
version "13.4.16"
resolved "https://registry.yarnpkg.com/@next/font/-/font-13.4.16.tgz#e411255e416b22732409623b68c2d2b4a0de9528"
integrity sha512-1UciFHgwieMfDygileymqeYPEmIeZWIfgrsa2POZlRW+yAsDt0qy0InfFAYvXhNgALTI6ix3JU2XhcuzonhQLA==

"@next/[email protected]":
version "13.0.3"
Expand Down

0 comments on commit 3dba69d

Please sign in to comment.