@moduk/frontend 1.7.3 → 1.7.4
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 +7 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moduk/frontend",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.4",
|
|
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",
|
|
@@ -58,8 +58,9 @@
|
|
|
58
58
|
"format": "dprint fmt",
|
|
59
59
|
"format:check": "dprint check",
|
|
60
60
|
"lint": "npm run lint:source && npm run lint:styles",
|
|
61
|
+
"lint:fix": "npm run lint:source:fix",
|
|
61
62
|
"lint:source": "eslint --ext .js --ext .ts --ext .tsx --ext .mjs --ext .mts --max-warnings 0 .",
|
|
62
|
-
"lint:source:fix": "npm run lint -- --fix",
|
|
63
|
+
"lint:source:fix": "npm run lint:source -- --fix",
|
|
63
64
|
"lint:styles": "stylelint 'src/**/*.scss'",
|
|
64
65
|
"dist:build": "npm run build && ts-node scripts/prepare-dist-package.ts",
|
|
65
66
|
"dist:pack": "npm run dist:build && cd dist && npm pack",
|
|
@@ -110,13 +111,13 @@
|
|
|
110
111
|
"@commitlint/cli": "^17.7.1",
|
|
111
112
|
"@commitlint/config-conventional": "^17.7.0",
|
|
112
113
|
"@playwright/test": "^1.37.1",
|
|
113
|
-
"@release-it/conventional-changelog": "^7.0.
|
|
114
|
+
"@release-it/conventional-changelog": "^7.0.1",
|
|
114
115
|
"@testing-library/dom": "^9.3.1",
|
|
115
116
|
"@testing-library/jest-dom": "^6.1.2",
|
|
116
117
|
"@testing-library/react": "^14.0.0",
|
|
117
118
|
"@testing-library/user-event": "^14.4.3",
|
|
118
119
|
"@types/lodash": "^4.14.197",
|
|
119
|
-
"@types/node": "^18.17.
|
|
120
|
+
"@types/node": "^18.17.14",
|
|
120
121
|
"@types/nunjucks": "^3.2.3",
|
|
121
122
|
"@types/react": "^18.2.21",
|
|
122
123
|
"@types/react-dom": "^18.2.7",
|
|
@@ -141,7 +142,7 @@
|
|
|
141
142
|
"lint-staged": "^14.0.1",
|
|
142
143
|
"postcss-cli": "^10.1.0",
|
|
143
144
|
"postcss-fail-on-warn": "^0.2.1",
|
|
144
|
-
"postcss-preset-env": "^9.1.
|
|
145
|
+
"postcss-preset-env": "^9.1.3",
|
|
145
146
|
"react-merge-refs": "^2.0.2",
|
|
146
147
|
"release-it": "^16.1.5",
|
|
147
148
|
"sass": "^1.66.1",
|
|
@@ -149,7 +150,7 @@
|
|
|
149
150
|
"shelljs": "^0.8.5",
|
|
150
151
|
"shx": "^0.3.4",
|
|
151
152
|
"stylelint": "^15.10.3",
|
|
152
|
-
"stylelint-config-standard-scss": "^
|
|
153
|
+
"stylelint-config-standard-scss": "^11.0.0",
|
|
153
154
|
"ts-node": "^10.9.1",
|
|
154
155
|
"tsconfig-paths": "^4.2.0",
|
|
155
156
|
"typescript": "^5.0.4",
|