@moduk/frontend 2.0.6 → 2.0.8

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moduk/frontend",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
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",
@@ -114,7 +114,7 @@
114
114
  "@release-it/conventional-changelog": "^8.0.1",
115
115
  "@testing-library/dom": "^10.1.0",
116
116
  "@testing-library/jest-dom": "^6.4.5",
117
- "@testing-library/react": "^15.0.6",
117
+ "@testing-library/react": "^15.0.7",
118
118
  "@testing-library/user-event": "^14.5.2",
119
119
  "@types/lodash": "^4.14.202",
120
120
  "@types/node": "^18.19.18",
@@ -133,7 +133,7 @@
133
133
  "eslint-import-resolver-typescript": "^3.6.1",
134
134
  "eslint-plugin-eslint-comments": "^3.2.0",
135
135
  "eslint-plugin-import": "^2.29.1",
136
- "eslint-plugin-react": "^7.33.2",
136
+ "eslint-plugin-react": "^7.34.1",
137
137
  "eslint-plugin-react-hooks": "^4.6.0",
138
138
  "eslint-plugin-unicorn": "^51.0.1",
139
139
  "glob": "^10.3.10",
@@ -153,7 +153,7 @@
153
153
  "stylelint-config-standard-scss": "^11.1.0",
154
154
  "ts-node": "^10.9.2",
155
155
  "tsconfig-paths": "^4.2.0",
156
- "typescript": "^5.3.3",
156
+ "typescript": "^5.4.5",
157
157
  "vitest": "^1.2.1",
158
158
  "webpack": "^5.90.3",
159
159
  "webpack-cli": "^5.1.4"