solid-ui 2.4.22-dc79c0e3 → 2.4.22-e594bdfb

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.22-dc79c0e3",
3
+ "version": "2.4.22-e594bdfb",
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",
@@ -19,7 +19,7 @@
19
19
  "clean": "rm -rf lib dist ./Documentation/form-examples/main.js",
20
20
  "coverage": "jest --coverage --collectCoverageFrom=src/**/*.[jt]s",
21
21
  "lint": "eslint \"src/**/*.js\" \"src/**/*.ts\" \"test/**/*.ts\"",
22
- "lint-fix": "eslint \"src/**/*.js\" \"src/**/*.ts\" --fix",
22
+ "lint-fix": "eslint \"src/**/*.js\" \"src/**/*.ts\" \"test/**/*.ts\" --fix",
23
23
  "jest": "jest",
24
24
  "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
25
25
  "test": "npm run build-version && npm run lint && npm run jest",
@@ -55,12 +55,13 @@
55
55
  "homepage": "https://github.com/solidos/solid-ui",
56
56
  "dependencies": {
57
57
  "escape-html": "^1.0.3",
58
+ "eslint-plugin-n": "^15.2.2",
58
59
  "jss": "^10.9.0",
59
60
  "jss-preset-default": "^10.9.0",
60
61
  "mime-types": "^2.1.35",
61
62
  "pane-registry": "^2.4.10",
62
63
  "rdflib": "^2.2.19",
63
- "solid-logic": "^1.3.17",
64
+ "solid-logic": "1.3.17-d95df8aa",
64
65
  "solid-namespace": "^0.5.2",
65
66
  "uuid": "^8.3.2"
66
67
  },
@@ -75,8 +76,9 @@
75
76
  "@babel/preset-typescript": "^7.16.7",
76
77
  "@babel/runtime": "^7.17.8",
77
78
  "@mdx-js/react": "^2.1.1",
78
- "@storybook/addon-docs": "^6.4.19",
79
- "@storybook/addon-essentials": "^6.4.19",
79
+ "@storybook/addon-actions": "6.4.19",
80
+ "@storybook/addon-docs": "6.4.19",
81
+ "@storybook/addon-essentials": "6.4.19",
80
82
  "@storybook/addon-links": "^6.4.19",
81
83
  "@storybook/builder-webpack5": "^6.4.19",
82
84
  "@storybook/html": "^6.4.19",
@@ -95,7 +97,6 @@
95
97
  "eslint-import-resolver-typescript": "^2.7.0",
96
98
  "eslint-plugin-import": "^2.25.4",
97
99
  "eslint-plugin-jest": "^26.1.3",
98
- "eslint-plugin-n": "^15.1.0",
99
100
  "eslint-plugin-node": "^11.1.0",
100
101
  "eslint-plugin-promise": "^6.0.0",
101
102
  "html-webpack-plugin": "^5.5.0",
@@ -107,6 +108,7 @@
107
108
  "react": "^17.0.2",
108
109
  "react-dom": "^17.0.2",
109
110
  "react-is": "^17.0.2",
111
+ "test-usehooks-ts": "^3.0.0-beta",
110
112
  "ts-jest": "^27.1.4",
111
113
  "typedoc": "^0.22.13",
112
114
  "typescript": "^4.6.3",