@julseb-lib/react 0.0.69 → 0.0.70
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/dist/lib/index.ts +1 -1
- package/dist/lib/types/components-props.ts +1 -1
- package/package.json +30 -30
package/dist/lib/index.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@julseb-lib/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.70",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -10,62 +10,62 @@
|
|
|
10
10
|
"copy": "cp ./src/lib/index.css ./dist",
|
|
11
11
|
"copy-lib": "cp -a ./src/lib ./dist && rm -rf ./dist/lib/components/*/__tests__ ./dist/lib/components/*/__preview__",
|
|
12
12
|
"clean": "rm -rf ./dist/icons ./dist/images ./dist/vite.svg ./dist/favicon.svg ./dist/icons-alt",
|
|
13
|
-
"
|
|
13
|
+
"plop": "cross-env NODE_OPTIONS='--import tsx' plop --plopfile=./plop/plopfile.ts",
|
|
14
|
+
"plop:c": "yarn plop component",
|
|
15
|
+
"plop:p": "yarn plop preview",
|
|
16
|
+
"plop:st": "yarn plop subtype",
|
|
14
17
|
"cy": "cypress",
|
|
15
18
|
"cy:open": "cypress open",
|
|
16
19
|
"cy:ct:run": "cypress run --component --browser electron",
|
|
17
20
|
"cy:ct:open": "cypress open --component --browser electron",
|
|
18
|
-
"
|
|
19
|
-
"plop:c": "yarn run plop component",
|
|
20
|
-
"plop:p": "yarn plop preview",
|
|
21
|
-
"plop:st": "yarn plop subtype",
|
|
21
|
+
"build": "rm -rf ./dist && mkdir ./dist && tsc && vite build && yarn copy && yarn copy-lib && yarn clean",
|
|
22
22
|
"docgen": "react-docgen -o ./src/data/docgen.json ./src/lib/components/**/*.tsx",
|
|
23
23
|
"cssgen": "cssjson src/lib/index.css --output src/data/styles.json",
|
|
24
24
|
"check-errors": "tsc --noEmit"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@julseb-lib/utils": "^0.0.
|
|
27
|
+
"@julseb-lib/utils": "^0.0.9",
|
|
28
28
|
"chalk": "^5.3.0",
|
|
29
29
|
"classnames": "^2.5.1",
|
|
30
30
|
"figlet": "^1.8.0",
|
|
31
31
|
"fuse.js": "^7.0.0",
|
|
32
|
-
"markdown-to-jsx": "^7.
|
|
32
|
+
"markdown-to-jsx": "^7.6.2",
|
|
33
|
+
"plop": "^4.0.1",
|
|
33
34
|
"react": "^18.3.1",
|
|
34
35
|
"react-dom": "^18.3.1",
|
|
35
36
|
"react-helmet-async": "^2.0.5",
|
|
36
|
-
"react-inlinesvg": "^4.1.
|
|
37
|
-
"react-router-dom": "^6.
|
|
38
|
-
"react-syntax-highlighter": "^15.
|
|
39
|
-
"styled-components": "^6.1.
|
|
37
|
+
"react-inlinesvg": "^4.1.5",
|
|
38
|
+
"react-router-dom": "^6.28.0",
|
|
39
|
+
"react-syntax-highlighter": "^15.6.1",
|
|
40
|
+
"styled-components": "^6.1.13"
|
|
40
41
|
},
|
|
41
42
|
"devDependencies": {
|
|
42
|
-
"@eslint/compat": "^1.
|
|
43
|
-
"@eslint/js": "^9.
|
|
44
|
-
"@react-docgen/cli": "^2.0.
|
|
43
|
+
"@eslint/compat": "^1.2.3",
|
|
44
|
+
"@eslint/js": "^9.15.0",
|
|
45
|
+
"@react-docgen/cli": "^2.0.4",
|
|
45
46
|
"@types/figlet": "^1.7.0",
|
|
46
|
-
"@types/jest": "^29.5.
|
|
47
|
-
"@types/mocha": "^10.0.
|
|
48
|
-
"@types/react": "^18.3.
|
|
49
|
-
"@types/react-dom": "^18.3.
|
|
47
|
+
"@types/jest": "^29.5.14",
|
|
48
|
+
"@types/mocha": "^10.0.9",
|
|
49
|
+
"@types/react": "^18.3.12",
|
|
50
|
+
"@types/react-dom": "^18.3.1",
|
|
50
51
|
"@types/react-inlinesvg": "^1.0.0",
|
|
51
52
|
"@types/react-router-dom": "^5.3.3",
|
|
52
53
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
53
54
|
"@types/styled-components": "^5.1.34",
|
|
54
|
-
"@vitejs/plugin-react": "^4.3.
|
|
55
|
+
"@vitejs/plugin-react": "^4.3.3",
|
|
55
56
|
"axios": "^1.7.7",
|
|
56
57
|
"cross-env": "^7.0.3",
|
|
57
58
|
"cssjson-cli": "^1.0.1",
|
|
58
|
-
"cypress": "^13.
|
|
59
|
-
"eslint": "^9.
|
|
60
|
-
"eslint-plugin-react": "^7.
|
|
61
|
-
"globals": "^15.
|
|
62
|
-
"plop": "^4.0.1",
|
|
59
|
+
"cypress": "^13.15.2",
|
|
60
|
+
"eslint": "^9.15.0",
|
|
61
|
+
"eslint-plugin-react": "^7.37.2",
|
|
62
|
+
"globals": "^15.12.0",
|
|
63
63
|
"tsx": "^4.19.2",
|
|
64
|
-
"typescript": "^5.
|
|
65
|
-
"typescript-eslint": "^8.
|
|
66
|
-
"vite": "^5.4.
|
|
67
|
-
"vite-plugin-checker": "^0.
|
|
68
|
-
"vite-plugin-dts": "^4.0
|
|
64
|
+
"typescript": "^5.6.3",
|
|
65
|
+
"typescript-eslint": "^8.14.0",
|
|
66
|
+
"vite": "^5.4.11",
|
|
67
|
+
"vite-plugin-checker": "^0.8.0",
|
|
68
|
+
"vite-plugin-dts": "^4.3.0"
|
|
69
69
|
},
|
|
70
70
|
"files": [
|
|
71
71
|
"dist"
|