@moduk/frontend 1.8.6 → 1.8.7

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 +8 -0
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # MOD.UK Frontend
2
2
 
3
+ > **20 October 2023:** The Defence Developer Services (D2S) will shortly
4
+ > commence work on its re-use strategy and the discovery and delivery of a
5
+ > re-use components service. As part of this, we will commence a Discovery
6
+ > activity for the Design System Toolkit. During the Discovery Phase, the MOD.UK
7
+ > Frontend and Design Library will be in maintenance mode with no further
8
+ > enhancements being made during this time. Only high priority issues such as
9
+ > security fixes or outages will be completed.
10
+
3
11
  MOD.UK Frontend contains the code for components you’ll need to build user
4
12
  interfaces for Defence products and services.
5
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moduk/frontend",
3
- "version": "1.8.6",
3
+ "version": "1.8.7",
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",
@@ -103,13 +103,13 @@
103
103
  "@11ty/eleventy": "^2.0.1",
104
104
  "@axe-core/playwright": "^4.7.3",
105
105
  "@babel/cli": "^7.23.0",
106
- "@babel/core": "^7.23.0",
107
- "@babel/preset-env": "^7.22.20",
106
+ "@babel/core": "^7.23.2",
107
+ "@babel/preset-env": "^7.23.2",
108
108
  "@babel/preset-react": "^7.22.15",
109
- "@babel/preset-typescript": "^7.23.0",
109
+ "@babel/preset-typescript": "^7.23.2",
110
110
  "@babel/register": "^7.22.15",
111
- "@commitlint/cli": "^17.7.1",
112
- "@commitlint/config-conventional": "^17.7.0",
111
+ "@commitlint/cli": "^17.8.0",
112
+ "@commitlint/config-conventional": "^17.8.0",
113
113
  "@playwright/test": "^1.38.1",
114
114
  "@release-it/conventional-changelog": "^7.0.2",
115
115
  "@testing-library/dom": "^9.3.3",
@@ -117,12 +117,12 @@
117
117
  "@testing-library/react": "^14.0.0",
118
118
  "@testing-library/user-event": "^14.5.1",
119
119
  "@types/lodash": "^4.14.198",
120
- "@types/node": "^18.17.17",
120
+ "@types/node": "^18.18.6",
121
121
  "@types/nunjucks": "^3.2.3",
122
122
  "@types/react": "^18.2.21",
123
123
  "@types/react-dom": "^18.2.7",
124
- "@typescript-eslint/eslint-plugin": "^6.7.2",
125
- "@typescript-eslint/parser": "^6.7.2",
124
+ "@typescript-eslint/eslint-plugin": "^6.8.0",
125
+ "@typescript-eslint/parser": "^6.8.0",
126
126
  "babel-loader": "^9.1.3",
127
127
  "babel-plugin-inline-react-svg": "^2.0.2",
128
128
  "babel-plugin-module-resolver": "^5.0.0",
@@ -145,7 +145,7 @@
145
145
  "postcss-preset-env": "^9.1.3",
146
146
  "react-merge-refs": "^2.0.2",
147
147
  "release-it": "^16.2.0",
148
- "sass": "^1.67.0",
148
+ "sass": "^1.69.3",
149
149
  "sass-true": "^7.0.0",
150
150
  "shelljs": "^0.8.5",
151
151
  "shx": "^0.3.4",
@@ -172,7 +172,7 @@
172
172
  ]
173
173
  },
174
174
  "dependencies": {
175
- "@types/shelljs": "^0.8.12",
175
+ "@types/shelljs": "^0.8.13",
176
176
  "clsx": "^2.0.0",
177
177
  "lodash": "^4.17.21",
178
178
  "react-keyed-flatten-children": "^2.2.1",