@moduk/frontend 2.0.21 → 2.0.22

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # MOD.UK Frontend
2
2
 
3
+ > [!NOTE]
4
+ >
3
5
  > **20 October 2023:** The Defence Developer Services (D2S) will shortly
4
6
  > commence work on its re-use strategy and the discovery and delivery of a
5
7
  > re-use components service. As part of this, we will commence a Discovery
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moduk/frontend",
3
- "version": "2.0.21",
3
+ "version": "2.0.22",
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",
@@ -97,7 +97,7 @@
97
97
  },
98
98
  "homepage": "https://github.com/defencedigital/moduk-frontend#readme",
99
99
  "engines": {
100
- "node": "^18.19.0 || ^20.11.0",
100
+ "node": "^18 || ^20 || ^22",
101
101
  "npm": ">=8.15.0"
102
102
  },
103
103
  "devDependencies": {