solid-ui 3.0.1 → 3.0.2-25ca0c8

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.
@@ -1,13 +1,13 @@
1
1
  export default {
2
- buildTime: '2025-12-07T13:24:19Z',
3
- commit: 'f8ab6a2d6055acf1dccf2e4f7f725631b8e68918',
2
+ buildTime: '2026-01-24T17:33:20Z',
3
+ commit: '25ca0c81234b136bcaecfe242cde01af4080bac5',
4
4
  npmInfo: {
5
- 'solid-ui': '3.0.1',
5
+ 'solid-ui': '3.0.2',
6
6
  npm: '10.8.2',
7
- node: '20.19.6',
7
+ node: '20.20.0',
8
8
  acorn: '8.15.0',
9
9
  ada: '2.9.2',
10
- ares: '1.34.5',
10
+ ares: '1.34.6',
11
11
  brotli: '1.1.0',
12
12
  cjs_module_lexer: '2.1.0',
13
13
  cldr: '47.0',
@@ -19,7 +19,7 @@ export default {
19
19
  openssl: '3.0.17',
20
20
  simdutf: '6.4.2',
21
21
  tz: '2025b',
22
- undici: '6.22.0',
22
+ undici: '6.23.0',
23
23
  unicode: '16.0',
24
24
  uv: '1.46.0',
25
25
  uvwasi: '0.0.23',
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "solid-ui",
3
- "version": "3.0.1",
3
+ "version": "3.0.2-25ca0c8",
4
4
  "description": "UI library for Solid applications",
5
5
  "main": "dist/solid-ui.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "sideEffects": false,
8
8
  "exports": {
9
9
  ".": {
10
+ "types": "./dist/index.d.ts",
10
11
  "import": "./dist/solid-ui.esm.js",
11
- "require": "./dist/solid-ui.js",
12
- "types": "./dist/index.d.ts"
12
+ "require": "./dist/solid-ui.js"
13
13
  }
14
14
  },
15
15
  "files": [
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "repository": {
44
44
  "type": "git",
45
- "url": "git+https://github.com/solidos/solid-ui.git"
45
+ "url": "git+https://github.com/SolidOS/solid-ui.git"
46
46
  },
47
47
  "keywords": [
48
48
  "solid",
@@ -65,65 +65,67 @@
65
65
  },
66
66
  "homepage": "https://github.com/solidos/solid-ui",
67
67
  "dependencies": {
68
- "@noble/curves": "^1.9.6",
69
- "@noble/hashes": "^1.8.0",
68
+ "@noble/curves": "^2.0.1",
69
+ "@noble/hashes": "^2.0.1",
70
70
  "escape-html": "^1.0.3",
71
71
  "mime-types": "^3.0.2",
72
- "pane-registry": "^3.0.0",
72
+ "pane-registry": "^3.0.1",
73
73
  "solid-namespace": "^0.5.4",
74
- "uuid": "^11.1.0"
74
+ "uuid": "^13.0.0"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "rdflib": "^2.3.0",
78
78
  "solid-logic": "^4.0.1"
79
79
  },
80
80
  "devDependencies": {
81
- "@babel/cli": "^7.28.3",
82
- "@babel/core": "^7.28.3",
83
- "@babel/plugin-transform-runtime": "^7.28.3",
84
- "@babel/preset-env": "^7.28.0",
85
- "@babel/preset-typescript": "^7.27.1",
86
- "@babel/runtime": "^7.28.2",
87
- "@eslint/js": "^9.32.0",
88
- "@mdx-js/react": "^3.1.0",
89
- "@storybook/addon-actions": "7.6.20",
90
- "@storybook/addon-docs": "^7.6.20",
91
- "@storybook/addon-essentials": "^7.6.20",
92
- "@storybook/addon-links": "7.6.20",
93
- "@storybook/html": "^7.6.20",
94
- "@storybook/html-webpack5": "^7.6.20",
81
+ "@babel/cli": "^7.28.6",
82
+ "@babel/core": "^7.28.6",
83
+ "@babel/plugin-transform-runtime": "^7.28.5",
84
+ "@babel/preset-env": "^7.28.6",
85
+ "@babel/preset-typescript": "^7.28.5",
86
+ "@babel/runtime": "^7.28.6",
87
+ "@eslint/js": "^9.39.2",
88
+ "@mdx-js/react": "^3.1.1",
89
+ "@storybook/addon-actions": "8.6.15",
90
+ "@storybook/addon-docs": "8.6.15",
91
+ "@storybook/addon-essentials": "8.6.15",
92
+ "@storybook/addon-links": "8.6.15",
93
+ "@storybook/addon-mdx-gfm": "8.6.15",
94
+ "@storybook/addon-webpack5-compiler-swc": "^1.0.6",
95
+ "@storybook/html": "8.6.15",
96
+ "@storybook/html-webpack5": "8.6.15",
95
97
  "@testing-library/dom": "^10.4.1",
96
98
  "@testing-library/user-event": "^13.5.0",
97
99
  "@types/jest": "^30.0.0",
98
- "@types/jsdom": "^21.1.7",
99
- "@types/node": "^24.2.0",
100
- "@typescript-eslint/parser": "^8.48.1",
101
- "babel-jest": "^30.1.2",
100
+ "@types/jsdom": "^27.0.0",
101
+ "@types/node": "^25.0.10",
102
+ "@typescript-eslint/parser": "^8.53.1",
103
+ "babel-jest": "^30.2.0",
102
104
  "babel-loader": "^10.0.0",
103
- "eslint": "^9.32.0",
105
+ "eslint": "^9.39.2",
104
106
  "eslint-import-resolver-typescript": "^4.4.4",
105
107
  "eslint-plugin-import": "^2.32.0",
106
- "eslint-plugin-jest": "^29.2.1",
107
- "eslint-plugin-n": "^17.21.3",
108
+ "eslint-plugin-jest": "^29.12.1",
109
+ "eslint-plugin-n": "^17.23.2",
108
110
  "eslint-plugin-promise": "^7.2.1",
109
- "get-random-values": "^4.0.0",
110
- "globals": "^16.3.0",
111
+ "get-random-values": "^4.1.1",
112
+ "globals": "^17.1.0",
111
113
  "isomorphic-fetch": "^3.0.0",
112
- "jest": "^29.7.0",
113
- "jest-environment-jsdom": "^30.0.5",
114
- "jsdom": "^26.1.0",
114
+ "jest": "^30.2.0",
115
+ "jest-environment-jsdom": "^30.2.0",
116
+ "jsdom": "^27.4.0",
115
117
  "neostandard": "^0.12.2",
116
- "nock": "^13.5.6",
117
- "rdflib": "^2.3.0",
118
+ "nock": "^15.0.0",
119
+ "rdflib": "^2.3.5",
118
120
  "react": "^17.0.2",
119
121
  "react-dom": "^17.0.2",
120
122
  "react-is": "^17.0.2",
121
- "solid-logic": "^4.0.1",
122
- "storybook": "^7.6.20",
123
- "terser-webpack-plugin": "^5.3.15",
124
- "typedoc": "^0.28.9",
125
- "typescript": "^5.9.2",
126
- "webpack": "^5.103.0",
123
+ "solid-logic": "^4.0.2",
124
+ "storybook": "8.6.15",
125
+ "terser-webpack-plugin": "^5.3.16",
126
+ "typedoc": "^0.28.16",
127
+ "typescript": "^5.9.3",
128
+ "webpack": "^5.104.1",
127
129
  "webpack-cli": "^6.0.1"
128
130
  },
129
131
  "optionalDependencies": {