@moduk/frontend 1.8.14 → 1.8.16
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moduk/frontend",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.16",
|
|
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",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"test:e2e": "npm run build && playwright test --grep-invert @visual-regression",
|
|
71
71
|
"test:e2e:show-report": "playwright show-report e2e/output/html",
|
|
72
72
|
"test:e2e:trace": "npm run test:e2e -- --trace retain-on-failure",
|
|
73
|
-
"test:types": "vitest typecheck --run",
|
|
73
|
+
"test:types": "vitest --typecheck.only --run",
|
|
74
74
|
"test:visual": "scripts/run-playwright-container.sh bash -c 'npm install && npm run test:visual:native'",
|
|
75
75
|
"test:visual:clean": "shx rm -rf 'e2e/tests/__screenshots__'",
|
|
76
76
|
"test:visual:native": "npm run build && playwright test --grep @visual-regression",
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
"@11ty/eleventy": "^2.0.1",
|
|
104
104
|
"@axe-core/playwright": "^4.7.3",
|
|
105
105
|
"@babel/cli": "^7.23.4",
|
|
106
|
-
"@babel/core": "^7.23.
|
|
107
|
-
"@babel/preset-env": "^7.23.
|
|
106
|
+
"@babel/core": "^7.23.5",
|
|
107
|
+
"@babel/preset-env": "^7.23.5",
|
|
108
108
|
"@babel/preset-react": "^7.23.3",
|
|
109
109
|
"@babel/preset-typescript": "^7.23.3",
|
|
110
110
|
"@babel/register": "^7.22.15",
|
|
@@ -113,7 +113,7 @@
|
|
|
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
|
-
"@testing-library/jest-dom": "^6.1.
|
|
116
|
+
"@testing-library/jest-dom": "^6.1.5",
|
|
117
117
|
"@testing-library/react": "^14.1.2",
|
|
118
118
|
"@testing-library/user-event": "^14.5.1",
|
|
119
119
|
"@types/lodash": "^4.14.198",
|
|
@@ -121,8 +121,8 @@
|
|
|
121
121
|
"@types/nunjucks": "^3.2.3",
|
|
122
122
|
"@types/react": "^18.2.38",
|
|
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.13.2",
|
|
125
|
+
"@typescript-eslint/parser": "^6.13.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",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"ts-node": "^10.9.1",
|
|
155
155
|
"tsconfig-paths": "^4.2.0",
|
|
156
156
|
"typescript": "^5.0.4",
|
|
157
|
-
"vitest": "^0.
|
|
157
|
+
"vitest": "^1.0.1",
|
|
158
158
|
"webpack": "^5.89.0",
|
|
159
159
|
"webpack-cli": "^5.1.4"
|
|
160
160
|
},
|