Skip to content

Commit

Permalink
Breaking: Update parser-manifest to v2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Nov 5, 2018
1 parent ca91353 commit e759fc8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/configuration-progressive-web-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@hint/hint-manifest-exists": "^1.0.3",
"@hint/hint-manifest-file-extension": "^1.0.2",
"@hint/hint-manifest-is-valid": "^1.1.1",
"@hint/parser-manifest": "^1.1.1"
"@hint/parser-manifest": "^2.0.0"
},
"description": "webhint's recommended hints configuration for progressive web apps (PWAs)",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hint-manifest-app-name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"description": "hint for best practices related to the web app manifest's name and short_name members",
"devDependencies": {
"@hint/parser-manifest": "^1.1.1",
"@hint/parser-manifest": "^2.0.0",
"@hint/utils-tests-helpers": "^2.0.0",
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down Expand Up @@ -49,7 +49,7 @@
"extends": "../../.nycrc"
},
"peerDependencies": {
"@hint/parser-manifest": "^1.1.1",
"@hint/parser-manifest": "^2.0.0",
"hint": "^4.0.0"
},
"repository": "webhintio/hint",
Expand Down
4 changes: 2 additions & 2 deletions packages/hint-manifest-exists/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"description": "hint that that checks if a web app manifest file was specified and it exists",
"devDependencies": {
"@hint/parser-manifest": "^1.1.1",
"@hint/parser-manifest": "^2.0.0",
"@hint/utils-tests-helpers": "^2.0.0",
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down Expand Up @@ -46,7 +46,7 @@
"extends": "../../.nycrc"
},
"peerDependencies": {
"@hint/parser-manifest": "^1.1.1",
"@hint/parser-manifest": "^2.0.0",
"hint": "^4.0.0"
},
"repository": "webhintio/hint",
Expand Down
4 changes: 2 additions & 2 deletions packages/hint-manifest-file-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"description": "hint that that checks if the web app manifest file has the correct file extension",
"devDependencies": {
"@hint/parser-manifest": "^1.1.1",
"@hint/parser-manifest": "^2.0.0",
"@hint/utils-tests-helpers": "^2.0.0",
"ava": "^0.25.0",
"cpx": "^1.5.0",
Expand Down Expand Up @@ -46,7 +46,7 @@
"extends": "../../.nycrc"
},
"peerDependencies": {
"@hint/parser-manifest": "^1.1.1",
"@hint/parser-manifest": "^2.0.0",
"hint": "^4.0.0"
},
"repository": "webhintio/hint",
Expand Down
4 changes: 2 additions & 2 deletions packages/hint-manifest-is-valid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"description": "hint that that checks if the web app manifest file is valid",
"devDependencies": {
"@hint/parser-manifest": "^1.1.1",
"@hint/parser-manifest": "^2.0.0",
"@hint/utils-tests-helpers": "^2.0.0",
"@types/color-string": "^1.5.0",
"ava": "^0.25.0",
Expand Down Expand Up @@ -51,7 +51,7 @@
"extends": "../../.nycrc"
},
"peerDependencies": {
"@hint/parser-manifest": "^1.1.1",
"@hint/parser-manifest": "^2.0.0",
"hint": "^4.0.0"
},
"repository": "webhintio/hint",
Expand Down

0 comments on commit e759fc8

Please sign in to comment.