solid-ui 2.4.19-833a869b → 2.4.19-abb71d30

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-833a869b",
3
+ "version": "2.4.19-abb71d30",
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,65 +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",
59
+ "mime-types": "^2.1.35",
63
60
  "pane-registry": "^2.4.7",
64
- "path-browserify": "^1.0.1",
65
- "rdflib": "^2.2.17",
61
+ "rdflib": "^2.2.18",
66
62
  "solid-logic": "^1.3.14",
67
63
  "solid-namespace": "^0.5.2",
68
- "stream-browserify": "^3.0.0",
69
64
  "uuid": "^8.3.2"
70
65
  },
71
66
  "devDependencies": {
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",
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",
85
83
  "@testing-library/user-event": "^13.5.0",
86
- "@types/jest": "^27.0.3",
84
+ "@types/jest": "^27.4.1",
87
85
  "@types/jsdom": "^16.2.14",
88
- "@types/node": "^17.0.5",
89
- "@typescript-eslint/eslint-plugin": "^5.8.0",
90
- "@typescript-eslint/parser": "^5.8.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",
91
90
  "babel-loader": "^8.2.3",
92
- "eslint": "^7.32.0",
93
- "eslint-config-standard": "^16.0.3",
91
+ "eslint": "^8.11.0",
92
+ "eslint-config-standard": "^17.0.0-1",
94
93
  "eslint-import-resolver-typescript": "^2.5.0",
95
94
  "eslint-plugin-import": "^2.25.4",
96
- "eslint-plugin-jest": "^25.3.0",
95
+ "eslint-plugin-jest": "^26.1.1",
96
+ "eslint-plugin-n": "^15.0.1",
97
97
  "eslint-plugin-node": "^11.1.0",
98
98
  "eslint-plugin-promise": "^6.0.0",
99
- "html-webpack-plugin": "^4.5.2",
99
+ "html-webpack-plugin": "^5.5.0",
100
100
  "husky": "^7.0.4",
101
- "jest": "^27.4.5",
101
+ "jest": "^27.5.1",
102
102
  "jsdom": "^19.0.0",
103
- "lint-staged": "^12.1.4",
104
- "nock": "^13.2.1",
105
- "raw-loader": "^4.0.2",
103
+ "lint-staged": "^12.3.7",
104
+ "nock": "^13.2.4",
106
105
  "react": "^17.0.2",
107
106
  "react-dom": "^17.0.2",
108
107
  "react-is": "^17.0.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"
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"
115
113
  },
116
114
  "husky": {
117
115
  "hooks": {