Skip to content

Commit

Permalink
fix peer deps (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Mar 25, 2024
1 parent 7c56f44 commit 73a9d57
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 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.

12 changes: 6 additions & 6 deletions packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@
"core-js-pure": "^3.35.0"
},
"devDependencies": {
"@10up/babel-preset-default": "^2.1.1",
"@10up/eslint-config": "^4.0.0",
"@10up/stylelint-config": "^3.0.0"
"@10up/babel-preset-default": ">=2.1.1",
"@10up/eslint-config": ">=4.0.0",
"@10up/stylelint-config": ">=3.0.0"
},
"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 73a9d57

Please sign in to comment.