solid-ui 2.4.18-ca7338a8 → 2.4.19-0b203531

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.18-ca7338a8",
3
+ "version": "2.4.19-0b203531",
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 && npm run lint && npm run jest",
24
+ "test": "npm run build-version && 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,69 +53,63 @@
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",
59
56
  "escape-html": "^1.0.3",
60
57
  "jss": "^10.9.0",
61
58
  "jss-preset-default": "^10.9.0",
62
- "mime-types": "^2.1.34",
63
- "pane-registry": "2.4.6-0a456338",
64
- "path-browserify": "^1.0.1",
65
- "postcss-flexbugs-fixes": "^5.0.2",
66
- "rdflib": "^2.2.17",
67
- "solid-logic": "1.3.13-057429fe",
59
+ "mime-types": "^2.1.35",
60
+ "pane-registry": "^2.4.7",
61
+ "rdflib": "^2.2.18",
62
+ "solid-logic": "^1.3.14",
68
63
  "solid-namespace": "^0.5.2",
69
- "stream-browserify": "^3.0.0",
70
64
  "uuid": "^8.3.2"
71
65
  },
72
66
  "devDependencies": {
73
- "@babel/cli": "^7.16.0",
74
- "@babel/core": "^7.16.5",
75
- "@babel/plugin-proposal-class-properties": "^7.16.5",
76
- "@babel/plugin-proposal-optional-chaining": "^7.16.5",
77
- "@babel/plugin-transform-async-to-generator": "^7.16.5",
78
- "@babel/plugin-transform-runtime": "^7.16.5",
79
- "@babel/preset-env": "^7.16.5",
80
- "@babel/preset-typescript": "^7.16.5",
81
- "@storybook/addon-actions": "^6.4.9",
82
- "@storybook/addon-essentials": "^6.4.9",
83
- "@storybook/addon-links": "^6.4.9",
84
- "@storybook/addon-postcss": "^2.0.0",
85
- "@storybook/html": "^6.4.9",
86
- "@testing-library/dom": "^8.11.1",
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",
87
83
  "@testing-library/user-event": "^13.5.0",
88
- "@types/jest": "^27.0.3",
84
+ "@types/jest": "^27.4.1",
89
85
  "@types/jsdom": "^16.2.14",
90
- "@types/node": "^17.0.5",
91
- "@typescript-eslint/eslint-plugin": "^5.8.0",
92
- "@typescript-eslint/parser": "^5.8.0",
93
- "autoprefixer": "^10.4.0",
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",
94
90
  "babel-loader": "^8.2.3",
95
- "eslint": "^7.32.0",
96
- "eslint-config-standard": "^16.0.3",
91
+ "eslint": "^8.11.0",
92
+ "eslint-config-standard": "^17.0.0-1",
97
93
  "eslint-import-resolver-typescript": "^2.5.0",
98
94
  "eslint-plugin-import": "^2.25.4",
99
- "eslint-plugin-jest": "^25.3.0",
95
+ "eslint-plugin-jest": "^26.1.1",
96
+ "eslint-plugin-n": "^15.0.1",
100
97
  "eslint-plugin-node": "^11.1.0",
101
98
  "eslint-plugin-promise": "^6.0.0",
102
- "html-webpack-plugin": "^4.5.2",
99
+ "html-webpack-plugin": "^5.5.0",
103
100
  "husky": "^7.0.4",
104
- "jest": "^27.4.5",
101
+ "jest": "^27.5.1",
105
102
  "jsdom": "^19.0.0",
106
- "lint-staged": "^12.1.4",
107
- "nock": "^13.2.1",
108
- "postcss-flexbugs-fixes": "^5.0.2",
109
- "raw-loader": "^4.0.2",
103
+ "lint-staged": "^12.3.7",
104
+ "nock": "^13.2.4",
110
105
  "react": "^17.0.2",
111
106
  "react-dom": "^17.0.2",
112
107
  "react-is": "^17.0.2",
113
- "standard": "^16.0.4",
114
- "ts-jest": "^27.1.2",
115
- "typedoc": "^0.22.10",
116
- "typescript": "^4.5.4",
117
- "webpack": "^4.46.0",
118
- "webpack-cli": "^3.3.12"
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"
119
113
  },
120
114
  "husky": {
121
115
  "hooks": {