@moduk/frontend 1.8.9 → 1.8.10
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moduk/frontend",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.10",
|
|
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",
|
|
@@ -128,7 +128,7 @@
|
|
|
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.52.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",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
]
|
|
173
173
|
},
|
|
174
174
|
"dependencies": {
|
|
175
|
-
"@types/shelljs": "^0.8.
|
|
175
|
+
"@types/shelljs": "^0.8.14",
|
|
176
176
|
"clsx": "^2.0.0",
|
|
177
177
|
"lodash": "^4.17.21",
|
|
178
178
|
"react-keyed-flatten-children": "^2.2.1",
|