solid-ui 2.5.1-acc64269 → 2.5.1-cb21b071

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": "solid-ui",
3
- "version": "2.5.1-acc64269",
3
+ "version": "2.5.1-cb21b071",
4
4
  "description": "UI library for writing Solid read-write-web applications",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -27,8 +27,8 @@
27
27
  "doc": "typedoc --out ./Documentation/api/ ./src/ --excludeInternal",
28
28
  "ignore:prepublishOnly": "npm test && npm run build && npm run doc",
29
29
  "ignore:postpublish": "git push origin main --follow-tags",
30
- "storybook": "start-storybook -p 6006",
31
- "build-storybook": "build-storybook --output-dir ./examples/storybook"
30
+ "storybook": "storybook dev -p 6006",
31
+ "build-storybook": "storybook build --output-dir ./examples/storybook"
32
32
  },
33
33
  "repository": {
34
34
  "type": "git",
@@ -79,19 +79,19 @@
79
79
  "@eslint/eslintrc": "^3.3.1",
80
80
  "@eslint/js": "^9.32.0",
81
81
  "@mdx-js/react": "^2.3.0",
82
- "@storybook/addon-actions": "6.5.16",
83
- "@storybook/addon-docs": "6.5.16",
84
- "@storybook/addon-essentials": "6.5.16",
85
- "@storybook/addon-links": "^6.5.16",
86
- "@storybook/builder-webpack5": "^6.5.16",
87
- "@storybook/html": "^6.5.16",
88
- "@storybook/manager-webpack5": "^6.5.16",
89
- "@testing-library/dom": "^8.20.1",
82
+ "@storybook/addon-actions": "7.6.20",
83
+ "@storybook/addon-docs": "7.6.20",
84
+ "@storybook/addon-essentials": "7.6.20",
85
+ "@storybook/addon-links": "7.6.20",
86
+ "@storybook/addon-mdx-gfm": "^7.6.20",
87
+ "@storybook/html": "7.6.20",
88
+ "@storybook/html-webpack5": "^7.6.20",
89
+ "@testing-library/dom": "^10.4.1",
90
90
  "@testing-library/user-event": "^13.5.0",
91
- "@types/jest": "^27.5.2",
92
- "@types/jsdom": "^16.2.15",
93
- "@types/node": "^18.19.26",
94
- "@types/react": "^17.0.83",
91
+ "@types/jest": "^30.0.0",
92
+ "@types/jsdom": "^21.1.7",
93
+ "@types/node": "^24.2.0",
94
+ "@types/react": "^19.1.9",
95
95
  "@typescript-eslint/eslint-plugin": "^8.39.0",
96
96
  "@typescript-eslint/parser": "^8.39.0",
97
97
  "babel-loader": "^8.4.1",
@@ -102,24 +102,24 @@
102
102
  "eslint-plugin-jest": "^29.0.1",
103
103
  "eslint-plugin-n": "^17.21.3",
104
104
  "eslint-plugin-promise": "^7.2.1",
105
- "get-random-values": "^2.1.0",
105
+ "get-random-values": "^3.0.0",
106
106
  "globals": "^16.3.0",
107
107
  "html-webpack-plugin": "^5.6.3",
108
- "husky": "^7.0.4",
108
+ "husky": "^9.1.7",
109
109
  "isomorphic-fetch": "^3.0.0",
110
- "jest": "^27.5.1",
111
- "jest-environment-jsdom": "^27.5.1",
112
- "jsdom": "^16.7.0",
113
- "lint-staged": "^12.5.0",
110
+ "jest": "^30.0.5",
111
+ "jest-environment-jsdom": "^30.0.5",
112
+ "jsdom": "^26.1.0",
113
+ "lint-staged": "^16.1.4",
114
114
  "neostandard": "^0.12.2",
115
115
  "nock": "^13.5.6",
116
116
  "react": "^17.0.2",
117
117
  "react-dom": "^17.0.2",
118
118
  "react-is": "^17.0.2",
119
- "ts-jest": "^27.1.5",
120
- "typedoc": "^0.25.12",
121
- "typescript": "^4.9.5",
122
- "typescript-eslint": "^8.39.0",
119
+ "storybook": "^7.6.20",
120
+ "ts-jest": "^29.4.1",
121
+ "typedoc": "^0.28.9",
122
+ "typescript": "^5.9.2",
123
123
  "webpack": "^5.97.1",
124
124
  "webpack-cli": "^4.10.0"
125
125
  },