@moduk/frontend 1.8.24 → 1.8.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moduk/frontend",
3
- "version": "1.8.24",
3
+ "version": "1.8.25",
4
4
  "description": "The MOD.UK Frontend contains the code you need to start building a user interface for Ministry of Defence platforms and services.",
5
5
  "main": "lib/index.js",
6
6
  "sass": "src/css/index.scss",
@@ -113,7 +113,7 @@
113
113
  "@playwright/test": "^1.38.1",
114
114
  "@release-it/conventional-changelog": "^8.0.1",
115
115
  "@testing-library/dom": "^9.3.4",
116
- "@testing-library/jest-dom": "^6.4.1",
116
+ "@testing-library/jest-dom": "^6.4.2",
117
117
  "@testing-library/react": "^14.2.1",
118
118
  "@testing-library/user-event": "^14.5.2",
119
119
  "@types/lodash": "^4.14.198",
@@ -175,6 +175,7 @@
175
175
  "@types/shelljs": "^0.8.15",
176
176
  "clsx": "^2.0.0",
177
177
  "lodash": "^4.17.21",
178
+ "pac-resolver": "^7.0.1",
178
179
  "react-keyed-flatten-children": "^3.0.0",
179
180
  "react-merge-refs": "^2.0.2"
180
181
  },
@@ -185,7 +186,7 @@
185
186
  "optionator": "^0.9.3"
186
187
  },
187
188
  "peerDependencies": {
188
- "govuk-frontend": "4.7.0",
189
+ "govuk-frontend": "4.8.0",
189
190
  "nunjucks": "^3.2.3",
190
191
  "react": "^18.2.0",
191
192
  "react-dom": "^18.2.0"