@moduk/frontend 1.8.27 → 1.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moduk/frontend",
3
- "version": "1.8.27",
3
+ "version": "1.8.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",
@@ -117,12 +117,12 @@
117
117
  "@testing-library/react": "^14.2.1",
118
118
  "@testing-library/user-event": "^14.5.2",
119
119
  "@types/lodash": "^4.14.202",
120
- "@types/node": "^18.18.6",
120
+ "@types/node": "^18.19.18",
121
121
  "@types/nunjucks": "^3.2.3",
122
122
  "@types/react": "^18.2.43",
123
123
  "@types/react-dom": "^18.2.18",
124
- "@typescript-eslint/eslint-plugin": "^7.0.1",
125
- "@typescript-eslint/parser": "^7.0.1",
124
+ "@typescript-eslint/eslint-plugin": "^7.0.2",
125
+ "@typescript-eslint/parser": "^7.0.2",
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",
@@ -146,7 +146,7 @@
146
146
  "react-merge-refs": "^2.0.2",
147
147
  "release-it": "^17.0.1",
148
148
  "sass": "^1.69.3",
149
- "sass-true": "^7.0.0",
149
+ "sass-true": "^8.0.0",
150
150
  "shelljs": "^0.8.5",
151
151
  "shx": "^0.3.4",
152
152
  "stylelint": "^15.11.0",
@@ -155,7 +155,7 @@
155
155
  "tsconfig-paths": "^4.2.0",
156
156
  "typescript": "^5.3.3",
157
157
  "vitest": "^1.2.1",
158
- "webpack": "^5.90.1",
158
+ "webpack": "^5.90.3",
159
159
  "webpack-cli": "^5.1.4"
160
160
  },
161
161
  "lint-staged": {