@moduk/frontend 2.0.26 → 2.0.27
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moduk/frontend",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.27",
|
|
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",
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
"npm": ">=8.15.0"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@11ty/eleventy": "^3.1.
|
|
104
|
+
"@11ty/eleventy": "^3.1.2",
|
|
105
105
|
"@axe-core/playwright": "^4.9.0",
|
|
106
106
|
"@babel/cli": "^7.27.2",
|
|
107
|
-
"@babel/core": "^7.
|
|
107
|
+
"@babel/core": "^7.27.7",
|
|
108
108
|
"@babel/preset-env": "^7.26.0",
|
|
109
109
|
"@babel/preset-react": "^7.25.9",
|
|
110
110
|
"@babel/preset-typescript": "^7.26.0",
|
|
@@ -112,15 +112,15 @@
|
|
|
112
112
|
"@commitlint/cli": "^19.7.1",
|
|
113
113
|
"@commitlint/config-conventional": "^19.7.1",
|
|
114
114
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
115
|
-
"@eslint/compat": "^1.3.
|
|
116
|
-
"@playwright/test": "^1.53.
|
|
115
|
+
"@eslint/compat": "^1.3.1",
|
|
116
|
+
"@playwright/test": "^1.53.1",
|
|
117
117
|
"@release-it/conventional-changelog": "^10.0.1",
|
|
118
118
|
"@testing-library/dom": "^10.4.0",
|
|
119
119
|
"@testing-library/jest-dom": "^6.6.3",
|
|
120
120
|
"@testing-library/react": "^16.0.1",
|
|
121
121
|
"@testing-library/user-event": "^14.5.2",
|
|
122
122
|
"@types/lodash": "^4.17.18",
|
|
123
|
-
"@types/node": "^24.0.
|
|
123
|
+
"@types/node": "^24.0.7",
|
|
124
124
|
"@types/nunjucks": "^3.2.6",
|
|
125
125
|
"@types/react": "^19.1.8",
|
|
126
126
|
"@types/react-dom": "^19.1.6",
|
|
@@ -143,11 +143,11 @@
|
|
|
143
143
|
"lint-staged": "^16.1.2",
|
|
144
144
|
"postcss-cli": "^11.0.0",
|
|
145
145
|
"postcss-fail-on-warn": "^0.2.1",
|
|
146
|
-
"postcss-preset-env": "^10.2.
|
|
146
|
+
"postcss-preset-env": "^10.2.4",
|
|
147
147
|
"react-merge-refs": "^3.0.2",
|
|
148
148
|
"release-it": "^19.0.3",
|
|
149
149
|
"sass": "^1.69.3",
|
|
150
|
-
"sass-true": "^
|
|
150
|
+
"sass-true": "^9.0.0",
|
|
151
151
|
"shelljs": "^0.10.0",
|
|
152
152
|
"shx": "^0.4.0",
|
|
153
153
|
"stylelint": "^16.21.0",
|
|
@@ -173,14 +173,14 @@
|
|
|
173
173
|
]
|
|
174
174
|
},
|
|
175
175
|
"dependencies": {
|
|
176
|
-
"@eslint/js": "^9.
|
|
176
|
+
"@eslint/js": "^9.30.0",
|
|
177
177
|
"@types/shelljs": "^0.8.16",
|
|
178
178
|
"clsx": "^2.1.1",
|
|
179
179
|
"lodash": "^4.17.21",
|
|
180
180
|
"pac-resolver": "^7.0.1",
|
|
181
181
|
"react-keyed-flatten-children": "^3.0.0",
|
|
182
182
|
"react-merge-refs": "^3.0.2",
|
|
183
|
-
"typescript-eslint": "^8.
|
|
183
|
+
"typescript-eslint": "^8.35.0"
|
|
184
184
|
},
|
|
185
185
|
"overrides": {
|
|
186
186
|
"playwright-core": "$@playwright/test",
|