@dnanpm/styleguide 4.0.3 → 4.0.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 +4 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dnanpm/styleguide",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "v4.0.
|
|
4
|
+
"version": "v4.0.4",
|
|
5
5
|
"main": "build/cjs/index.js",
|
|
6
6
|
"module": "build/es/index.js",
|
|
7
7
|
"jsnext:main": "build/es/index.js",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"prepublishOnly": "npm run clean && npm ci && npm run eslint:check && npm run format:check && npm run build",
|
|
32
32
|
"styleguide": "styleguidist server",
|
|
33
33
|
"styleguide:build": "styleguidist build",
|
|
34
|
+
"styleguide:build:public": "cross-env NODE_ENV=public styleguidist build",
|
|
34
35
|
"dev": "npm run styleguide",
|
|
35
36
|
"tar": "npm run clean && npm ci && npm run build && npm pack && mv dnanpm-styleguide*.tgz dnanpm-styleguide-snapshot.tgz",
|
|
36
37
|
"test": "cross-env jest --maxWorkers=2 --coverage",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"@babel/preset-typescript": "^7.28.5",
|
|
51
52
|
"@dnanpm/icons": "^2.0.9",
|
|
52
53
|
"@eslint/eslintrc": "^3.3.3",
|
|
53
|
-
"@eslint/js": "^9.39.
|
|
54
|
+
"@eslint/js": "^9.39.2",
|
|
54
55
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
55
56
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
56
57
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
@@ -59,7 +60,7 @@
|
|
|
59
60
|
"@testing-library/react": "^16.3.0",
|
|
60
61
|
"@testing-library/user-event": "^14.5.2",
|
|
61
62
|
"@types/jest": "^30.0.0",
|
|
62
|
-
"@types/node": "^
|
|
63
|
+
"@types/node": "^25.0.1",
|
|
63
64
|
"@types/ramda": "^0.31.1",
|
|
64
65
|
"@types/react": "^18.3.11",
|
|
65
66
|
"@types/react-dom": "^18.3.1",
|