solid-ui 2.4.24-c08b6691 → 2.4.25-2c72c08a
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/main.js +36378 -38555
- package/dist/main.js.map +1 -1
- package/lib/versionInfo.js +3 -3
- package/lib/versionInfo.js.map +1 -1
- package/package.json +27 -26
package/lib/versionInfo.js
CHANGED
|
@@ -5,10 +5,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.versionInfo = void 0;
|
|
7
7
|
var versionInfo = {
|
|
8
|
-
buildTime: '2023-
|
|
9
|
-
commit: '
|
|
8
|
+
buildTime: '2023-02-01T17:35:54Z',
|
|
9
|
+
commit: '2c72c08ab081c4727898740b46ba8d28777f4e56',
|
|
10
10
|
npmInfo: {
|
|
11
|
-
'solid-ui': '2.4.
|
|
11
|
+
'solid-ui': '2.4.25',
|
|
12
12
|
npm: '8.19.3',
|
|
13
13
|
node: '14.21.2',
|
|
14
14
|
v8: '8.4.371.23-node.88',
|
package/lib/versionInfo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versionInfo.js","names":["versionInfo","buildTime","commit","npmInfo","npm","node","v8","uv","zlib","brotli","ares","modules","nghttp2","napi","llhttp","openssl","cldr","icu","tz","unicode"],"sources":["../src/versionInfo.ts"],"sourcesContent":["export const versionInfo = {\n buildTime: '2023-
|
|
1
|
+
{"version":3,"file":"versionInfo.js","names":["versionInfo","buildTime","commit","npmInfo","npm","node","v8","uv","zlib","brotli","ares","modules","nghttp2","napi","llhttp","openssl","cldr","icu","tz","unicode"],"sources":["../src/versionInfo.ts"],"sourcesContent":["export const versionInfo = {\n buildTime: '2023-02-01T17:35:54Z',\n commit: '2c72c08ab081c4727898740b46ba8d28777f4e56',\n npmInfo:\n{\n 'solid-ui': '2.4.25',\n npm: '8.19.3',\n node: '14.21.2',\n v8: '8.4.371.23-node.88',\n uv: '1.42.0',\n zlib: '1.2.11',\n brotli: '1.0.9',\n ares: '1.18.1',\n modules: '83',\n nghttp2: '1.42.0',\n napi: '8',\n llhttp: '2.1.6',\n openssl: '1.1.1s',\n cldr: '40.0',\n icu: '70.1',\n tz: '2022f',\n unicode: '14.0'\n}\n}\n"],"mappings":";;;;;;AAAO,IAAMA,WAAW,GAAG;EACzBC,SAAS,EAAE,sBAAsB;EACjCC,MAAM,EAAE,0CAA0C;EAClDC,OAAO,EACT;IACE,UAAU,EAAE,QAAQ;IACpBC,GAAG,EAAE,QAAQ;IACbC,IAAI,EAAE,SAAS;IACfC,EAAE,EAAE,oBAAoB;IACxBC,EAAE,EAAE,QAAQ;IACZC,IAAI,EAAE,QAAQ;IACdC,MAAM,EAAE,OAAO;IACfC,IAAI,EAAE,QAAQ;IACdC,OAAO,EAAE,IAAI;IACbC,OAAO,EAAE,QAAQ;IACjBC,IAAI,EAAE,GAAG;IACTC,MAAM,EAAE,OAAO;IACfC,OAAO,EAAE,QAAQ;IACjBC,IAAI,EAAE,MAAM;IACZC,GAAG,EAAE,MAAM;IACXC,EAAE,EAAE,OAAO;IACXC,OAAO,EAAE;EACX;AACA,CAAC;AAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solid-ui",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.25-2c72c08a",
|
|
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",
|
|
@@ -54,50 +54,51 @@
|
|
|
54
54
|
},
|
|
55
55
|
"homepage": "https://github.com/solidos/solid-ui",
|
|
56
56
|
"dependencies": {
|
|
57
|
+
"acorn": "^7.4.1",
|
|
57
58
|
"escape-html": "^1.0.3",
|
|
58
|
-
"eslint-plugin-n": "^15.
|
|
59
|
+
"eslint-plugin-n": "^15.6.1",
|
|
59
60
|
"i": "^0.3.7",
|
|
60
61
|
"jss": "^10.9.2",
|
|
61
62
|
"jss-preset-default": "^10.9.2",
|
|
62
63
|
"mime-types": "^2.1.35",
|
|
63
64
|
"npm": "^8.19.3",
|
|
64
|
-
"pane-registry": "^2.4.
|
|
65
|
-
"rdflib": "^2.2.
|
|
66
|
-
"solid-logic": "^2.
|
|
65
|
+
"pane-registry": "^2.4.18",
|
|
66
|
+
"rdflib": "^2.2.25",
|
|
67
|
+
"solid-logic": "^2.1.2",
|
|
67
68
|
"solid-namespace": "^0.5.2",
|
|
68
69
|
"uuid": "^8.3.2"
|
|
69
70
|
},
|
|
70
71
|
"devDependencies": {
|
|
71
|
-
"@babel/cli": "^7.
|
|
72
|
-
"@babel/core": "^7.20.
|
|
72
|
+
"@babel/cli": "^7.20.7",
|
|
73
|
+
"@babel/core": "^7.20.12",
|
|
73
74
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
74
|
-
"@babel/plugin-proposal-optional-chaining": "^7.
|
|
75
|
-
"@babel/plugin-transform-async-to-generator": "^7.
|
|
75
|
+
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
|
|
76
|
+
"@babel/plugin-transform-async-to-generator": "^7.20.7",
|
|
76
77
|
"@babel/plugin-transform-runtime": "^7.19.6",
|
|
77
78
|
"@babel/preset-env": "^7.20.2",
|
|
78
79
|
"@babel/preset-typescript": "^7.18.6",
|
|
79
|
-
"@babel/runtime": "^7.20.
|
|
80
|
-
"@mdx-js/react": "^2.1
|
|
81
|
-
"@storybook/addon-actions": "6.5.
|
|
82
|
-
"@storybook/addon-docs": "6.5.
|
|
83
|
-
"@storybook/addon-essentials": "6.5.
|
|
84
|
-
"@storybook/addon-links": "^6.5.
|
|
85
|
-
"@storybook/builder-webpack5": "^6.5.
|
|
86
|
-
"@storybook/html": "^6.5.
|
|
87
|
-
"@storybook/manager-webpack5": "^6.5.
|
|
88
|
-
"@testing-library/dom": "^8.
|
|
80
|
+
"@babel/runtime": "^7.20.13",
|
|
81
|
+
"@mdx-js/react": "^2.2.1",
|
|
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.0",
|
|
89
90
|
"@testing-library/user-event": "^13.5.0",
|
|
90
91
|
"@types/jest": "^27.5.2",
|
|
91
92
|
"@types/jsdom": "^16.2.15",
|
|
92
93
|
"@types/node": "^18.11.18",
|
|
93
|
-
"@types/react": "^17.0.
|
|
94
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
95
|
-
"@typescript-eslint/parser": "^5.
|
|
94
|
+
"@types/react": "^17.0.53",
|
|
95
|
+
"@typescript-eslint/eslint-plugin": "^5.50.0",
|
|
96
|
+
"@typescript-eslint/parser": "^5.50.0",
|
|
96
97
|
"babel-loader": "^8.3.0",
|
|
97
|
-
"eslint": "^8.
|
|
98
|
+
"eslint": "^8.33.0",
|
|
98
99
|
"eslint-config-standard": "^17.0.0",
|
|
99
100
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
100
|
-
"eslint-plugin-import": "^2.
|
|
101
|
+
"eslint-plugin-import": "^2.27.5",
|
|
101
102
|
"eslint-plugin-jest": "^26.9.0",
|
|
102
103
|
"eslint-plugin-node": "^11.1.0",
|
|
103
104
|
"eslint-plugin-promise": "^6.1.1",
|
|
@@ -106,13 +107,13 @@
|
|
|
106
107
|
"jest": "^27.5.1",
|
|
107
108
|
"jsdom": "^19.0.0",
|
|
108
109
|
"lint-staged": "^12.5.0",
|
|
109
|
-
"nock": "^13.
|
|
110
|
+
"nock": "^13.3.0",
|
|
110
111
|
"react": "^17.0.2",
|
|
111
112
|
"react-dom": "^17.0.2",
|
|
112
113
|
"react-is": "^17.0.2",
|
|
113
114
|
"ts-jest": "^27.1.5",
|
|
114
115
|
"typedoc": "^0.23.24",
|
|
115
|
-
"typescript": "^4.
|
|
116
|
+
"typescript": "^4.9.5",
|
|
116
117
|
"webpack": "^5.75.0",
|
|
117
118
|
"webpack-cli": "^4.10.0"
|
|
118
119
|
},
|