Skip to content

Commit

Permalink
package.json: add peer dependency for plugin-typings
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflee-figma committed Mar 15, 2024
1 parent c330eaf commit a43738e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Any changes that haven't been included in a published version will be listed here.

- package.json: ensure [@figma/plugin-typings](https://www.npmjs.com/package/@figma/plugin-typings) is listed as a peer dependency

## 0.15.0

- package.json: restrict package files ([@andrii-bodnar](https://github.com/andrii-bodnar))
Expand Down
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"@typescript-eslint/utils": "^6.12.0",
"typescript": "^5.3.2"
},
"peerDependencies": {
"@figma/plugin-typings": "1.87.0"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.3",
"@types/jest": "^29.5.11",
Expand Down

0 comments on commit a43738e

Please sign in to comment.