Skip to content

Commit

Permalink
fix peers deps in toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed May 23, 2024
1 parent 5ddee2c commit f84d12a
Showing 1 changed file with 3 additions and 3 deletions.
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 @@
"@10up/stylelint-config": ">=3.0.0"
},
"peerDependencies": {
"@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",
"@linaria/babel-preset": ">=4.3.3",
"@linaria/webpack-loader": ">=4.1.11",
"typescript": ">=5.0.0"
Expand Down

0 comments on commit f84d12a

Please sign in to comment.