@moduk/frontend 2.0.27 → 2.0.29

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 (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moduk/frontend",
3
- "version": "2.0.27",
3
+ "version": "2.0.29",
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,9 +103,9 @@
103
103
  "devDependencies": {
104
104
  "@11ty/eleventy": "^3.1.2",
105
105
  "@axe-core/playwright": "^4.9.0",
106
- "@babel/cli": "^7.27.2",
107
- "@babel/core": "^7.27.7",
108
- "@babel/preset-env": "^7.26.0",
106
+ "@babel/cli": "^7.28.0",
107
+ "@babel/core": "^7.28.0",
108
+ "@babel/preset-env": "^7.28.0",
109
109
  "@babel/preset-react": "^7.25.9",
110
110
  "@babel/preset-typescript": "^7.26.0",
111
111
  "@babel/register": "^7.25.9",
@@ -113,26 +113,26 @@
113
113
  "@commitlint/config-conventional": "^19.7.1",
114
114
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
115
115
  "@eslint/compat": "^1.3.1",
116
- "@playwright/test": "^1.53.1",
116
+ "@playwright/test": "^1.53.2",
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
- "@types/lodash": "^4.17.18",
122
+ "@types/lodash": "^4.17.20",
123
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",
127
- "@typescript-eslint/eslint-plugin": "^8.34.1",
128
- "@typescript-eslint/parser": "^8.34.1",
127
+ "@typescript-eslint/eslint-plugin": "^8.35.1",
128
+ "@typescript-eslint/parser": "^8.35.1",
129
129
  "babel-loader": "^10.0.0",
130
130
  "babel-plugin-inline-react-svg": "^2.0.2",
131
131
  "babel-plugin-module-resolver": "^5.0.0",
132
- "concurrently": "^9.1.2",
133
- "dprint": "^0.50.0",
132
+ "concurrently": "^9.2.0",
133
+ "dprint": "^0.50.1",
134
134
  "eslint": "^9.29.0",
135
- "eslint-import-resolver-typescript": "^4.4.3",
135
+ "eslint-import-resolver-typescript": "^4.4.4",
136
136
  "eslint-plugin-import": "^2.32.0",
137
137
  "eslint-plugin-react": "^7.37.5",
138
138
  "eslint-plugin-react-hooks": "^5.2.0",
@@ -150,7 +150,7 @@
150
150
  "sass-true": "^9.0.0",
151
151
  "shelljs": "^0.10.0",
152
152
  "shx": "^0.4.0",
153
- "stylelint": "^16.21.0",
153
+ "stylelint": "^16.21.1",
154
154
  "stylelint-config-standard-scss": "^15.0.1",
155
155
  "ts-node": "^10.9.2",
156
156
  "tsconfig-paths": "^4.2.0",
@@ -174,13 +174,13 @@
174
174
  },
175
175
  "dependencies": {
176
176
  "@eslint/js": "^9.30.0",
177
- "@types/shelljs": "^0.8.16",
177
+ "@types/shelljs": "^0.8.17",
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.35.0"
183
+ "typescript-eslint": "^8.36.0"
184
184
  },
185
185
  "overrides": {
186
186
  "playwright-core": "$@playwright/test",