Skip to content

Commit

Permalink
chore: update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Mar 22, 2022
1 parent a7abfdc commit e1323ff
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions .changeset/shiny-tigers-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"cem-plugin-async-function": patch
"cem-plugin-copy": patch
"cem-plugin-jsdoc-example": patch
"cem-plugin-jsdoc-function": patch
"cem-plugin-module-file-extensions": patch
"cem-plugin-readonly": patch
"cem-plugin-type-descriptions-markdown": patch
---

update peer dep for cem/a
2 changes: 1 addition & 1 deletion plugins/cem-plugin-async-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "module",
"main": "index.js",
"peerDependencies": {
"@custom-elements-manifest/analyzer": "^0.4.3 || ^0.5.6"
"@custom-elements-manifest/analyzer": "^0.4 || ^0.5"
},
"keywords": [
"custom-elements-manifest",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cem-plugin-copy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"hirestime": "^6.1.0"
},
"peerDependencies": {
"@custom-elements-manifest/analyzer": "^0.4.3 || ^0.5.6"
"@custom-elements-manifest/analyzer": "^0.4 || ^0.5"
}
}
2 changes: 1 addition & 1 deletion plugins/cem-plugin-jsdoc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"directory": "plugins/cem-plugin-jsdoc-example"
},
"peerDependencies": {
"@custom-elements-manifest/analyzer": "^0.4.3 || ^0.5.6"
"@custom-elements-manifest/analyzer": "^0.4 || ^0.5"
},
"type": "module",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cem-plugin-jsdoc-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "module",
"main": "index.js",
"peerDependencies": {
"@custom-elements-manifest/analyzer": "^0.4.3 || ^0.5.6"
"@custom-elements-manifest/analyzer": "^0.4 || ^0.5"
},
"keywords": [
"custom-elements-manifest",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cem-plugin-module-file-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"directory": "plugins/cem-plugin-module-file-extensions"
},
"peerDependencies": {
"@custom-elements-manifest/analyzer": "^0.4.3 || ^0.5.6"
"@custom-elements-manifest/analyzer": "^0.4 || ^0.5"
},
"type": "module",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cem-plugin-readonly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"directory": "plugins/cem-plugin-readonly"
},
"peerDependencies": {
"@custom-elements-manifest/analyzer": "^0.4.3 || ^0.5.6"
"@custom-elements-manifest/analyzer": "^0.4 || ^0.5"
},
"type": "module",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cem-plugin-type-descriptions-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"directory": "plugins/cem-plugin-type-descriptions-markdown"
},
"peerDependencies": {
"@custom-elements-manifest/analyzer": "^0.4.3 || ^0.5.6"
"@custom-elements-manifest/analyzer": "^0.4 || ^0.5"
},
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit e1323ff

Please sign in to comment.