Skip to content

Commit

Permalink
feat: update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 12, 2023
1 parent d4873b7 commit 82cc2b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
15 changes: 3 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion projects/cspell-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@cspell/dict-scientific-terms-us": "3.0.0"
},
"peerDependencies": {
"cspell": ">=6.31.3"
"cspell": "*"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 1 addition & 2 deletions projects/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
"main": "index.js",
"dependencies": {
"@prettier/plugin-xml": "3.2.1",
"@types/prettier": "3.0.0",
"prettier-package-json": "2.8.0",
"prettier-plugin-organize-attributes": "1.0.0",
"sort-package-json": "2.5.1"
},
"peerDependencies": {
"prettier": ">=3.0.0"
"prettier": "*"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 82cc2b2

Please sign in to comment.