@moduk/frontend 1.8.10 → 1.8.12
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moduk/frontend",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.12",
|
|
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,26 +103,26 @@
|
|
|
103
103
|
"@11ty/eleventy": "^2.0.1",
|
|
104
104
|
"@axe-core/playwright": "^4.7.3",
|
|
105
105
|
"@babel/cli": "^7.23.0",
|
|
106
|
-
"@babel/core": "^7.23.
|
|
107
|
-
"@babel/preset-env": "^7.23.
|
|
108
|
-
"@babel/preset-react": "^7.
|
|
109
|
-
"@babel/preset-typescript": "^7.23.
|
|
106
|
+
"@babel/core": "^7.23.3",
|
|
107
|
+
"@babel/preset-env": "^7.23.3",
|
|
108
|
+
"@babel/preset-react": "^7.23.3",
|
|
109
|
+
"@babel/preset-typescript": "^7.23.3",
|
|
110
110
|
"@babel/register": "^7.22.15",
|
|
111
|
-
"@commitlint/cli": "^18.
|
|
112
|
-
"@commitlint/config-conventional": "^18.
|
|
111
|
+
"@commitlint/cli": "^18.4.1",
|
|
112
|
+
"@commitlint/config-conventional": "^18.4.0",
|
|
113
113
|
"@playwright/test": "^1.38.1",
|
|
114
114
|
"@release-it/conventional-changelog": "^7.0.2",
|
|
115
115
|
"@testing-library/dom": "^9.3.3",
|
|
116
116
|
"@testing-library/jest-dom": "^6.1.4",
|
|
117
|
-
"@testing-library/react": "^14.
|
|
117
|
+
"@testing-library/react": "^14.1.0",
|
|
118
118
|
"@testing-library/user-event": "^14.5.1",
|
|
119
119
|
"@types/lodash": "^4.14.198",
|
|
120
120
|
"@types/node": "^18.18.6",
|
|
121
121
|
"@types/nunjucks": "^3.2.3",
|
|
122
122
|
"@types/react": "^18.2.32",
|
|
123
123
|
"@types/react-dom": "^18.2.7",
|
|
124
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
125
|
-
"@typescript-eslint/parser": "^6.
|
|
124
|
+
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
125
|
+
"@typescript-eslint/parser": "^6.10.0",
|
|
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",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
133
133
|
"eslint-import-resolver-typescript": "^3.6.0",
|
|
134
134
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
135
|
-
"eslint-plugin-import": "^2.
|
|
135
|
+
"eslint-plugin-import": "^2.29.0",
|
|
136
136
|
"eslint-plugin-react": "^7.33.2",
|
|
137
137
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
138
138
|
"eslint-plugin-unicorn": "^48.0.1",
|
|
@@ -150,12 +150,12 @@
|
|
|
150
150
|
"shelljs": "^0.8.5",
|
|
151
151
|
"shx": "^0.3.4",
|
|
152
152
|
"stylelint": "^15.11.0",
|
|
153
|
-
"stylelint-config-standard-scss": "^11.
|
|
153
|
+
"stylelint-config-standard-scss": "^11.1.0",
|
|
154
154
|
"ts-node": "^10.9.1",
|
|
155
155
|
"tsconfig-paths": "^4.2.0",
|
|
156
156
|
"typescript": "^5.0.4",
|
|
157
157
|
"vitest": "^0.34.4",
|
|
158
|
-
"webpack": "^5.
|
|
158
|
+
"webpack": "^5.89.0",
|
|
159
159
|
"webpack-cli": "^5.1.4"
|
|
160
160
|
},
|
|
161
161
|
"lint-staged": {
|