@jsonui/functions-example 0.8.2 → 0.8.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsonui/functions-example",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
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": "start-storybook -p 6006",
36
- "build-storybook": "build-storybook",
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.2",
41
- "axios": "^1.1.3",
42
- "typescript": "^4.5.4"
41
+ "@jsonui/react": "^0.8.4",
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": "^21.0.1",
51
- "@rollup/plugin-json": "^4.1.0",
52
- "@rollup/plugin-node-resolve": "^13.1.3",
53
- "@rollup/plugin-typescript": "^8.3.0",
54
- "@storybook/addon-actions": "^6.4.19",
55
- "@storybook/addon-essentials": "^6.4.19",
56
- "@storybook/addon-interactions": "^6.4.19",
57
- "@storybook/addon-links": "^6.4.19",
58
- "@storybook/react": "^6.4.19",
59
- "@storybook/testing-library": "^0.0.9",
60
- "@testing-library/jest-dom": "^5.16.1",
61
- "@testing-library/react": "^12.1.2",
62
- "@testing-library/user-event": "^13.5.0",
63
- "@types/enzyme": "^3.10.11",
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": "^7.0.4",
85
- "jest": "^27.5.1",
86
- "lint-staged": "^12.2.1",
87
- "prettier": "^2.5.1",
88
- "react-test-renderer": "^17.0.2",
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": "^2.66.1",
91
- "rollup-plugin-dts": "^4.1.0",
92
- "rollup-plugin-node-polyfills": "^0.2.1",
93
- "rollup-plugin-visualizer": "^5.5.4",
94
- "ts-jest": "^27.1.4",
95
- "ts-node": "^10.7.0"
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": "aac0d89b4cf6116cebea7d4fbdc49ea39637da2f"
108
+ "gitHead": "787abc3a107317e95b85d1420c7464c7a7dc05b3"
114
109
  }