@moduk/frontend 1.8.5 → 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.
- package/README.md +8 -0
- package/package.json +15 -15
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.
|
|
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",
|
|
@@ -102,33 +102,33 @@
|
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@11ty/eleventy": "^2.0.1",
|
|
104
104
|
"@axe-core/playwright": "^4.7.3",
|
|
105
|
-
"@babel/cli": "^7.
|
|
106
|
-
"@babel/core": "^7.
|
|
107
|
-
"@babel/preset-env": "^7.
|
|
105
|
+
"@babel/cli": "^7.23.0",
|
|
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.
|
|
109
|
+
"@babel/preset-typescript": "^7.23.2",
|
|
110
110
|
"@babel/register": "^7.22.15",
|
|
111
|
-
"@commitlint/cli": "^17.
|
|
112
|
-
"@commitlint/config-conventional": "^17.
|
|
111
|
+
"@commitlint/cli": "^17.8.0",
|
|
112
|
+
"@commitlint/config-conventional": "^17.8.0",
|
|
113
113
|
"@playwright/test": "^1.38.1",
|
|
114
|
-
"@release-it/conventional-changelog": "^7.0.
|
|
114
|
+
"@release-it/conventional-changelog": "^7.0.2",
|
|
115
115
|
"@testing-library/dom": "^9.3.3",
|
|
116
116
|
"@testing-library/jest-dom": "^6.1.3",
|
|
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.
|
|
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.
|
|
125
|
-
"@typescript-eslint/parser": "^6.
|
|
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",
|
|
129
129
|
"concurrently": "^8.2.1",
|
|
130
130
|
"dprint": "^0.41.0",
|
|
131
|
-
"eslint": "^8.
|
|
131
|
+
"eslint": "^8.50.0",
|
|
132
132
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
133
133
|
"eslint-import-resolver-typescript": "^3.6.0",
|
|
134
134
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
"postcss-fail-on-warn": "^0.2.1",
|
|
145
145
|
"postcss-preset-env": "^9.1.3",
|
|
146
146
|
"react-merge-refs": "^2.0.2",
|
|
147
|
-
"release-it": "^16.
|
|
148
|
-
"sass": "^1.
|
|
147
|
+
"release-it": "^16.2.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.
|
|
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",
|