Skip to content

Commit

Permalink
fix peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Mar 25, 2024
1 parent 88d77da commit b3c3a2b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/perfect-cats-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"10up-toolkit": patch
---

Fix peer deps
16 changes: 9 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
},
"peerDependencies": {
"typescript": ">=5.0.0",
"@10up/babel-preset-default": "^2.1.1-next.0",
"@10up/eslint-config": "^4.0.0-next.0",
"@10up/stylelint-config": ">=3.0.0-next.0",
"@10up/babel-preset-default": "^2.1.1",
"@10up/eslint-config": "^4.0.0",
"@10up/stylelint-config": "^3.0.0",
"@linaria/webpack-loader": ">=4.1.11",
"@linaria/babel-preset": ">=4.3.3"
},
Expand Down

0 comments on commit b3c3a2b

Please sign in to comment.