Skip to content

Commit

Permalink
Set "allowedVersions" in this repo so that we get less noisy noise
Browse files Browse the repository at this point in the history
  • Loading branch information
jasononeil committed Sep 4, 2024
1 parent 89d3d2a commit fd70faf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,14 @@
"chromatic": "Required for Storybook stories across all packages",
"playwright": "Required for github actions setup",
"vite-plugin-node-polyfills": "Adds the node `assert` polyfill to Vite for prosemirror to run in storybook"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": "18",
"react-dom": "18",
"eslint": "9"
}
}
}
}

0 comments on commit fd70faf

Please sign in to comment.