solid-ui 2.4.19-3d8d2eb0 → 2.4.19-48ad957c

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.4.19-3d8d2eb0",
3
+ "version": "2.4.19-48ad957c",
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",
@@ -21,7 +21,7 @@
21
21
  "lint-fix": "eslint \"src/**/*.js\" \"src/**/*.ts\" --fix",
22
22
  "jest": "jest",
23
23
  "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
24
- "test": "npm run build-version && npm run lint && npm run jest",
24
+ "test": "npm run build && npm run lint && npm run jest",
25
25
  "doc": "typedoc --out ./Documentation/api/ ./src/ --excludeInternal",
26
26
  "ignore:prepublishOnly": "npm test && npm run build",
27
27
  "ignore:postpublish": "git push origin main --follow-tags",
@@ -53,63 +53,65 @@
53
53
  },
54
54
  "homepage": "https://github.com/solid/solid-ui",
55
55
  "dependencies": {
56
+ "@babel/runtime": "^7.16.5",
57
+ "@storybook/addon-docs": "^6.4.18",
58
+ "crypto-browserify": "^3.12.0",
56
59
  "escape-html": "^1.0.3",
57
60
  "jss": "^10.9.0",
58
61
  "jss-preset-default": "^10.9.0",
59
- "mime-types": "^2.1.35",
62
+ "mime-types": "^2.1.34",
60
63
  "pane-registry": "^2.4.7",
61
- "rdflib": "^2.2.18",
64
+ "path-browserify": "^1.0.1",
65
+ "rdflib": "^2.2.17",
62
66
  "solid-logic": "^1.3.14",
63
67
  "solid-namespace": "^0.5.2",
68
+ "stream-browserify": "^3.0.0",
64
69
  "uuid": "^8.3.2"
65
70
  },
66
71
  "devDependencies": {
67
- "@babel/cli": "^7.17.6",
68
- "@babel/core": "^7.17.7",
69
- "@babel/plugin-proposal-class-properties": "^7.16.7",
70
- "@babel/plugin-proposal-optional-chaining": "^7.16.7",
71
- "@babel/plugin-transform-async-to-generator": "^7.16.8",
72
- "@babel/plugin-transform-runtime": "^7.17.0",
73
- "@babel/preset-env": "^7.16.11",
74
- "@babel/preset-typescript": "^7.16.7",
75
- "@babel/runtime": "^7.17.7",
76
- "@storybook/addon-docs": "^6.4.19",
77
- "@storybook/addon-essentials": "^6.4.19",
78
- "@storybook/addon-links": "^6.4.19",
79
- "@storybook/builder-webpack5": "^6.4.19",
80
- "@storybook/html": "^6.4.19",
81
- "@storybook/manager-webpack5": "^6.4.19",
82
- "@testing-library/dom": "^8.11.3",
72
+ "@babel/cli": "^7.16.0",
73
+ "@babel/core": "^7.16.5",
74
+ "@babel/plugin-proposal-class-properties": "^7.16.5",
75
+ "@babel/plugin-proposal-optional-chaining": "^7.16.5",
76
+ "@babel/plugin-transform-async-to-generator": "^7.16.5",
77
+ "@babel/plugin-transform-runtime": "^7.16.5",
78
+ "@babel/preset-env": "^7.16.5",
79
+ "@babel/preset-typescript": "^7.16.5",
80
+ "@storybook/addon-actions": "^6.4.9",
81
+ "@storybook/addon-essentials": "^6.4.9",
82
+ "@storybook/addon-links": "^6.4.9",
83
+ "@storybook/html": "^6.4.9",
84
+ "@testing-library/dom": "^8.11.1",
83
85
  "@testing-library/user-event": "^13.5.0",
84
- "@types/jest": "^27.4.1",
86
+ "@types/jest": "^27.0.3",
85
87
  "@types/jsdom": "^16.2.14",
86
- "@types/node": "^17.0.21",
87
- "@types/react": "^17.0.40",
88
- "@typescript-eslint/eslint-plugin": "^5.15.0",
89
- "@typescript-eslint/parser": "^5.15.0",
88
+ "@types/node": "^17.0.5",
89
+ "@typescript-eslint/eslint-plugin": "^5.8.0",
90
+ "@typescript-eslint/parser": "^5.8.0",
90
91
  "babel-loader": "^8.2.3",
91
- "eslint": "^8.11.0",
92
- "eslint-config-standard": "^17.0.0-1",
92
+ "eslint": "^7.32.0",
93
+ "eslint-config-standard": "^16.0.3",
93
94
  "eslint-import-resolver-typescript": "^2.5.0",
94
95
  "eslint-plugin-import": "^2.25.4",
95
- "eslint-plugin-jest": "^26.1.1",
96
- "eslint-plugin-n": "^15.0.1",
96
+ "eslint-plugin-jest": "^25.3.0",
97
97
  "eslint-plugin-node": "^11.1.0",
98
98
  "eslint-plugin-promise": "^6.0.0",
99
- "html-webpack-plugin": "^5.5.0",
99
+ "html-webpack-plugin": "^4.5.2",
100
100
  "husky": "^7.0.4",
101
- "jest": "^27.5.1",
101
+ "jest": "^27.4.5",
102
102
  "jsdom": "^19.0.0",
103
- "lint-staged": "^12.3.7",
104
- "nock": "^13.2.4",
103
+ "lint-staged": "^12.1.4",
104
+ "nock": "^13.2.1",
105
+ "raw-loader": "^4.0.2",
105
106
  "react": "^17.0.2",
106
107
  "react-dom": "^17.0.2",
107
108
  "react-is": "^17.0.2",
108
- "ts-jest": "^27.1.3",
109
- "typedoc": "^0.22.13",
110
- "typescript": "^4.6.2",
111
- "webpack": "^5.70.0",
112
- "webpack-cli": "^4.9.2"
109
+ "standard": "^16.0.4",
110
+ "ts-jest": "^27.1.2",
111
+ "typedoc": "^0.22.10",
112
+ "typescript": "^4.5.4",
113
+ "webpack": "^4.46.0",
114
+ "webpack-cli": "^3.3.12"
113
115
  },
114
116
  "husky": {
115
117
  "hooks": {
package/dist/index.html DELETED
@@ -1,9 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title>Webpack App</title>
6
- <meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="main.js"></script></head>
7
- <body>
8
- </body>
9
- </html>