@moduk/frontend 1.1.7 → 1.1.9
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.1.
|
|
3
|
+
"version": "1.1.9",
|
|
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": "dist/lib/index.js",
|
|
6
6
|
"sass": "src/css/index.scss",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@11ty/eleventy": "^2.0.0",
|
|
84
84
|
"@axe-core/playwright": "^4.6.1",
|
|
85
85
|
"@babel/cli": "^7.21.0",
|
|
86
|
-
"@babel/core": "^7.21.
|
|
86
|
+
"@babel/core": "^7.21.4",
|
|
87
87
|
"@babel/preset-env": "^7.21.4",
|
|
88
88
|
"@babel/preset-typescript": "^7.21.0",
|
|
89
89
|
"@commitlint/cli": "^17.6.1",
|
|
@@ -92,26 +92,26 @@
|
|
|
92
92
|
"@release-it/conventional-changelog": "^5.1.1",
|
|
93
93
|
"@testing-library/dom": "^9.2.0",
|
|
94
94
|
"@testing-library/jest-dom": "^5.16.5",
|
|
95
|
-
"@types/lodash": "^4.14.
|
|
95
|
+
"@types/lodash": "^4.14.194",
|
|
96
96
|
"@types/node": "^18.15.11",
|
|
97
97
|
"@types/nunjucks": "^3.2.2",
|
|
98
98
|
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
|
99
99
|
"@typescript-eslint/parser": "^5.59.0",
|
|
100
100
|
"autoprefixer": "^10.4.14",
|
|
101
101
|
"babel-loader": "^9.1.2",
|
|
102
|
-
"dprint": "^0.
|
|
103
|
-
"eslint": "^8.
|
|
102
|
+
"dprint": "^0.36.0",
|
|
103
|
+
"eslint": "^8.39.0",
|
|
104
104
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
105
105
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
106
106
|
"eslint-plugin-import": "^2.27.5",
|
|
107
107
|
"eslint-plugin-unicorn": "^46.0.0",
|
|
108
108
|
"glob": "^9.2.1",
|
|
109
|
-
"happy-dom": "^
|
|
109
|
+
"happy-dom": "^9.10.2",
|
|
110
110
|
"husky": "^8.0.3",
|
|
111
111
|
"lint-staged": "^13.1.2",
|
|
112
112
|
"postcss-cli": "^10.1.0",
|
|
113
113
|
"postcss-fail-on-warn": "^0.2.1",
|
|
114
|
-
"release-it": "^15.
|
|
114
|
+
"release-it": "^15.10.2",
|
|
115
115
|
"sass": "^1.62.0",
|
|
116
116
|
"sass-true": "^7.0.0",
|
|
117
117
|
"shx": "^0.3.4",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"typescript": "^5.0.4",
|
|
120
120
|
"vitest": "^0.29.2",
|
|
121
121
|
"webpack": "^5.76.3",
|
|
122
|
-
"webpack-cli": "^5.0.
|
|
122
|
+
"webpack-cli": "^5.0.2"
|
|
123
123
|
},
|
|
124
124
|
"lint-staged": {
|
|
125
125
|
"*.{cjs,js,jsx,mjs,mts,ts,tsx}": [
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"lodash": "^4.17.21"
|
|
140
140
|
},
|
|
141
141
|
"peerDependencies": {
|
|
142
|
-
"govuk-frontend": "4.
|
|
142
|
+
"govuk-frontend": "4.6.0",
|
|
143
143
|
"nunjucks": "^3.2.3"
|
|
144
144
|
},
|
|
145
145
|
"publishConfig": {
|