Skip to content

Commit c8fcad2

Browse files
committed
chore: tighten govuk-frontend peer dep range to ^6.2.0
Plugin targets govuk-frontend v6.2.0 features; ^6.0.0 would have allowed consumers to satisfy the peer with an older minor.
1 parent 1405e5d commit c8fcad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,6 @@
206206
"webpack-cli": "^7.0.3"
207207
},
208208
"peerDependencies": {
209-
"govuk-frontend": "^6.0.0"
209+
"govuk-frontend": "^6.2.0"
210210
}
211211
}

0 commit comments

Comments
 (0)