@lipemat/js-boilerplate 10.14.5 → 10.14.6
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ Add the following to your package.json. (this may also be found in the `template
|
|
|
40
40
|
**_You may adjust things as needed but be sure to leave the `scripts` as is._**
|
|
41
41
|
|
|
42
42
|
* `brotliFiles : {bool}` Enabled generating pre-compressed .br files for CSS and JS.
|
|
43
|
-
* `shortCssClasses
|
|
43
|
+
* `shortCssClasses: {bool|{js:bool, pcss:bool}}` Enable short 1-2 character CSS classes. Recommended if you're not running multiple instances of this package on the same site.
|
|
44
44
|
* `jsPath : {string}` Path of JS application relative to `package.json`. If `package.json` is in same directory as the JS application, this may be omitted.
|
|
45
45
|
* `cssTsFiles : {bool}` Enable auto generation of TypeScript definitions for CSS modules.
|
|
46
46
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lipemat/js-boilerplate",
|
|
3
|
-
"version": "10.14.
|
|
3
|
+
"version": "10.14.6",
|
|
4
4
|
"description": "Dependencies and scripts for a no config JavaScript app",
|
|
5
5
|
"author": "Mat Lipe",
|
|
6
6
|
"license": "MIT",
|
|
@@ -92,13 +92,13 @@
|
|
|
92
92
|
"webpack-subresource-integrity": "^5.1.0"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
|
-
"@lipemat/eslint-config": "^5.1.
|
|
95
|
+
"@lipemat/eslint-config": "^5.1.4",
|
|
96
96
|
"@types/jest": "^29.5.3",
|
|
97
97
|
"@types/minimist": "^1",
|
|
98
98
|
"@types/react": "^18.2.64",
|
|
99
99
|
"chokidar": "^3.5.3",
|
|
100
100
|
"eslint": "^9",
|
|
101
|
-
"glob": "^
|
|
101
|
+
"glob": "^11.1.0",
|
|
102
102
|
"memfs": "^3.5.3",
|
|
103
103
|
"react": "^18.2.0",
|
|
104
104
|
"setimmediate": "^1.0.5"
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"resolutions": {
|
|
107
107
|
"type-fest": "^4.41.0"
|
|
108
108
|
},
|
|
109
|
-
"packageManager": "yarn@4.
|
|
109
|
+
"packageManager": "yarn@4.12.0"
|
|
110
110
|
}
|