@moduk/frontend 2.0.26 → 2.0.28

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 +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moduk/frontend",
3
- "version": "2.0.26",
3
+ "version": "2.0.28",
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,36 +101,36 @@
101
101
  "npm": ">=8.15.0"
102
102
  },
103
103
  "devDependencies": {
104
- "@11ty/eleventy": "^3.1.1",
104
+ "@11ty/eleventy": "^3.1.2",
105
105
  "@axe-core/playwright": "^4.9.0",
106
- "@babel/cli": "^7.27.2",
107
- "@babel/core": "^7.26.0",
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",
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.0",
116
- "@playwright/test": "^1.53.0",
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.3",
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
132
  "concurrently": "^9.1.2",
133
- "dprint": "^0.50.0",
133
+ "dprint": "^0.50.1",
134
134
  "eslint": "^9.29.0",
135
135
  "eslint-import-resolver-typescript": "^4.4.3",
136
136
  "eslint-plugin-import": "^2.32.0",
@@ -143,14 +143,14 @@
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.3",
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": "^8.0.0",
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",
@@ -173,14 +173,14 @@
173
173
  ]
174
174
  },
175
175
  "dependencies": {
176
- "@eslint/js": "^9.29.0",
177
- "@types/shelljs": "^0.8.16",
176
+ "@eslint/js": "^9.30.0",
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.34.1"
183
+ "typescript-eslint": "^8.35.0"
184
184
  },
185
185
  "overrides": {
186
186
  "playwright-core": "$@playwright/test",