@jsonui/functions-example 0.8.3 → 0.8.5
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/cjs/index.js +1 -30438
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -30440
- package/dist/esm/index.js.map +1 -1
- package/package.json +34 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsonui/functions-example",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.5",
|
|
4
4
|
"author": "Istvan Fodor <fodori@jsonui.org>",
|
|
5
5
|
"contributors": [],
|
|
6
6
|
"bugs": {
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"access": "public"
|
|
24
24
|
},
|
|
25
25
|
"license": "MIT",
|
|
26
|
+
"type": "module",
|
|
26
27
|
"main": "dist/cjs/index.js",
|
|
27
28
|
"module": "dist/esm/index.js",
|
|
28
29
|
"files": [
|
|
@@ -32,14 +33,14 @@
|
|
|
32
33
|
"scripts": {
|
|
33
34
|
"build": "rollup -c",
|
|
34
35
|
"lint": "eslint src --ext .jsx,.js,.tsx,.ts",
|
|
35
|
-
"storybook": "
|
|
36
|
-
"build-storybook": "build
|
|
36
|
+
"storybook": "storybook dev -p 6006",
|
|
37
|
+
"build-storybook": "storybook build",
|
|
37
38
|
"test": "jest"
|
|
38
39
|
},
|
|
39
40
|
"dependencies": {
|
|
40
|
-
"@jsonui/react": "^0.8.
|
|
41
|
-
"axios": "^1.
|
|
42
|
-
"typescript": "^
|
|
41
|
+
"@jsonui/react": "^0.8.5",
|
|
42
|
+
"axios": "^1.13.2",
|
|
43
|
+
"typescript": "^5.9.3"
|
|
43
44
|
},
|
|
44
45
|
"devDependencies": {
|
|
45
46
|
"@babel/core": "^7.17.5",
|
|
@@ -47,31 +48,24 @@
|
|
|
47
48
|
"@babel/preset-react": "^7.16.7",
|
|
48
49
|
"@babel/preset-typescript": "^7.18.6",
|
|
49
50
|
"@emotion/jest": "^11.9.1",
|
|
50
|
-
"@rollup/plugin-commonjs": "^
|
|
51
|
-
"@rollup/plugin-json": "^
|
|
52
|
-
"@rollup/plugin-node-resolve": "^
|
|
53
|
-
"@rollup/plugin-typescript": "^
|
|
54
|
-
"@storybook/
|
|
55
|
-
"@storybook/
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@
|
|
61
|
-
"@
|
|
62
|
-
"@
|
|
63
|
-
"@types/
|
|
64
|
-
"@types/jest": "^27.4.0",
|
|
65
|
-
"@types/lodash": "^4.14.178",
|
|
66
|
-
"@types/node": "^16.11.19",
|
|
67
|
-
"@types/react": "^17.0.38",
|
|
68
|
-
"@types/react-dom": "^17.0.11",
|
|
51
|
+
"@rollup/plugin-commonjs": "^29.0.0",
|
|
52
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
53
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
54
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
55
|
+
"@storybook/react-vite": "^10.0.7",
|
|
56
|
+
"@storybook/testing-library": "^0.2.2",
|
|
57
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
58
|
+
"@testing-library/react": "^16.3.0",
|
|
59
|
+
"@testing-library/user-event": "^14.6.1",
|
|
60
|
+
"@types/jest": "^30.0.0",
|
|
61
|
+
"@types/lodash": "^4.17.20",
|
|
62
|
+
"@types/node": "^24.10.1",
|
|
63
|
+
"@types/react": "^19.2.6",
|
|
64
|
+
"@types/react-dom": "^19.2.3",
|
|
69
65
|
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
|
70
66
|
"@typescript-eslint/parser": "^5.10.0",
|
|
71
|
-
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
|
|
72
67
|
"babel-jest": "^27.5.1",
|
|
73
68
|
"babel-loader": "^8.2.3",
|
|
74
|
-
"enzyme": "^3.11.0",
|
|
75
69
|
"eslint": "^8.2.0",
|
|
76
70
|
"eslint-config-airbnb": "^19.0.4",
|
|
77
71
|
"eslint-config-prettier": "^8.3.0",
|
|
@@ -81,18 +75,19 @@
|
|
|
81
75
|
"eslint-plugin-react": "^7.28.0",
|
|
82
76
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
83
77
|
"eslint-plugin-storybook": "^0.5.7",
|
|
84
|
-
"husky": "^
|
|
85
|
-
"jest": "^
|
|
86
|
-
"lint-staged": "^
|
|
87
|
-
"prettier": "^
|
|
88
|
-
"react-test-renderer": "^
|
|
78
|
+
"husky": "^9.1.7",
|
|
79
|
+
"jest": "^30.2.0",
|
|
80
|
+
"lint-staged": "^16.2.6",
|
|
81
|
+
"prettier": "^3.6.2",
|
|
82
|
+
"react-test-renderer": "^19.2.0",
|
|
89
83
|
"redux-devtools": "^3.7.0",
|
|
90
|
-
"rollup": "^
|
|
91
|
-
"rollup-plugin-
|
|
92
|
-
"rollup-plugin-
|
|
93
|
-
"rollup-plugin-visualizer": "^
|
|
94
|
-
"
|
|
95
|
-
"ts-
|
|
84
|
+
"rollup": "^4.53.2",
|
|
85
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
86
|
+
"rollup-plugin-dts": "^6.2.3",
|
|
87
|
+
"rollup-plugin-visualizer": "^6.0.5",
|
|
88
|
+
"storybook": "^10.0.7",
|
|
89
|
+
"ts-jest": "^29.4.5",
|
|
90
|
+
"ts-node": "^10.9.2"
|
|
96
91
|
},
|
|
97
92
|
"peerDependencies": {
|
|
98
93
|
"react": "^17.0.2",
|
|
@@ -110,5 +105,5 @@
|
|
|
110
105
|
"last 1 safari version"
|
|
111
106
|
]
|
|
112
107
|
},
|
|
113
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "17926eba489c6b42b30210d68e84adcf32b7238b"
|
|
114
109
|
}
|