Skip to content

Commit

Permalink
fix: Correct typo in @types/react peerDependencyMeta entry (#14306)
Browse files Browse the repository at this point in the history
Co-authored-by: Jessica Sachs <jess@jessicasachs.io>
  • Loading branch information
phoenixeliot and JessicaSachs committed Dec 24, 2020
1 parent 190c70b commit 012d4f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions npm/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,13 @@
"@babel/preset-env": {
"optional": true
},
"babel-loader": {
"@types/react": {
"optional": true
},
"next": {
"babel-loader": {
"optional": true
},
"types/react": {
"next": {
"optional": true
},
"webpack": {
Expand Down

4 comments on commit 012d4f1

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 012d4f1 Dec 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/6.2.1/circle-develop-012d4f1764345a14f06b9e5f9d26949778b3d525/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 012d4f1 Dec 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/6.2.1/appveyor-develop-012d4f1764345a14f06b9e5f9d26949778b3d525/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 012d4f1 Dec 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/6.2.1/appveyor-develop-012d4f1764345a14f06b9e5f9d26949778b3d525/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 012d4f1 Dec 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/6.2.1/circle-develop-012d4f1764345a14f06b9e5f9d26949778b3d525/cypress.tgz

Please sign in to comment.