@moduk/frontend 1.1.14 → 1.1.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
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moduk/frontend",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.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": "dist/lib/index.js",
|
|
6
6
|
"sass": "src/css/index.scss",
|
|
7
7
|
"style": "dist/css/index.css",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist",
|
|
10
|
-
"src/css"
|
|
10
|
+
"src/css",
|
|
11
|
+
"src/react/**/__examples__/**"
|
|
11
12
|
],
|
|
12
13
|
"exports": {
|
|
13
14
|
".": {
|
|
@@ -21,7 +22,7 @@
|
|
|
21
22
|
"require": "./dist/client/moduk-frontend.umd.js"
|
|
22
23
|
},
|
|
23
24
|
"./dist/*": "./dist/*",
|
|
24
|
-
"./src
|
|
25
|
+
"./src/*": "./src/*"
|
|
25
26
|
},
|
|
26
27
|
"types": "dist/lib/index.d.ts",
|
|
27
28
|
"scripts": {
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
113
114
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
114
115
|
"eslint-plugin-import": "^2.27.5",
|
|
115
|
-
"eslint-plugin-unicorn": "^
|
|
116
|
+
"eslint-plugin-unicorn": "^47.0.0",
|
|
116
117
|
"glob": "^10.2.2",
|
|
117
118
|
"happy-dom": "^9.10.2",
|
|
118
119
|
"husky": "^8.0.3",
|
|
@@ -121,14 +122,15 @@
|
|
|
121
122
|
"postcss-fail-on-warn": "^0.2.1",
|
|
122
123
|
"postcss-preset-env": "^8.3.2",
|
|
123
124
|
"release-it": "^15.10.3",
|
|
124
|
-
"sass": "^1.62.
|
|
125
|
+
"sass": "^1.62.1",
|
|
125
126
|
"sass-true": "^7.0.0",
|
|
126
127
|
"shx": "^0.3.4",
|
|
127
128
|
"ts-node": "^10.9.1",
|
|
129
|
+
"tsconfig-paths": "^4.2.0",
|
|
128
130
|
"typescript": "^5.0.4",
|
|
129
131
|
"vitest": "^0.29.2",
|
|
130
132
|
"webpack": "^5.76.3",
|
|
131
|
-
"webpack-cli": "^5.
|
|
133
|
+
"webpack-cli": "^5.1.1"
|
|
132
134
|
},
|
|
133
135
|
"lint-staged": {
|
|
134
136
|
"*.{cjs,js,jsx,mjs,mts,ts,tsx}": [
|