solid-ui 2.4.26 → 2.4.27-13192548

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.26",
3
+ "version": "2.4.27-13192548",
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",
@@ -9,12 +9,13 @@
9
9
  "dist"
10
10
  ],
11
11
  "scripts": {
12
- "build": "npm run clean && npm run build-version && npm run build-lib && npm run build-types && npm run build-webpack && npm run build-storybook",
12
+ "build": "npm run clean && npm run build-version && npm run build-lib && npm run build-types && npm run build-dev && npm run build-dist && npm run build-storybook",
13
13
  "build-lib": "babel src -d lib --source-maps --extensions \".ts,.js\"",
14
14
  "build-types": "tsc --emitDeclarationOnly",
15
15
  "build-version": "sh ./timestamp.sh > src/versionInfo.ts && eslint \"src/versionInfo.ts\" --fix",
16
- "build-webpack": "webpack",
17
- "build-form-examples": "npm run build-lib && npm run build-webpack && cp ./dist/*.js ./Documentation/form-examples/",
16
+ "build-dev": "webpack --progress",
17
+ "build-dist": "webpack --progress --mode=production",
18
+ "build-form-examples": "npm run build-lib && npm run build-dev && cp ./dist/*.js ./Documentation/form-examples/",
18
19
  "watch": "npm run build-version && babel src --out-dir lib --watch --source-maps --extensions \".ts,.js\"",
19
20
  "clean": "rm -rf lib dist ./Documentation/form-examples/main.js",
20
21
  "coverage": "jest --coverage --collectCoverageFrom=src/**/*.[jt]s",
@@ -54,6 +55,7 @@
54
55
  },
55
56
  "homepage": "https://github.com/solidos/solid-ui",
56
57
  "dependencies": {
58
+ "16": "^0.0.2",
57
59
  "acorn": "^7.4.1",
58
60
  "escape-html": "^1.0.3",
59
61
  "eslint-plugin-n": "^15.6.1",
@@ -62,15 +64,15 @@
62
64
  "jss-preset-default": "^10.10.0",
63
65
  "mime-types": "^2.1.35",
64
66
  "npm": "^8.19.4",
65
- "pane-registry": "^2.4.20",
66
- "rdflib": "^2.2.28",
67
- "solid-logic": "^3.0.1",
67
+ "pane-registry": "^2.4.21",
68
+ "rdflib": "^2.2.31",
69
+ "solid-logic": "^3.0.2",
68
70
  "solid-namespace": "^0.5.2",
69
71
  "uuid": "^8.3.2"
70
72
  },
71
73
  "devDependencies": {
72
74
  "@babel/cli": "^7.21.0",
73
- "@babel/core": "^7.21.0",
75
+ "@babel/core": "^7.21.3",
74
76
  "@babel/plugin-proposal-class-properties": "^7.18.6",
75
77
  "@babel/plugin-proposal-optional-chaining": "^7.21.0",
76
78
  "@babel/plugin-transform-async-to-generator": "^7.20.7",
@@ -90,12 +92,12 @@
90
92
  "@testing-library/user-event": "^13.5.0",
91
93
  "@types/jest": "^27.5.2",
92
94
  "@types/jsdom": "^16.2.15",
93
- "@types/node": "^18.14.2",
95
+ "@types/node": "^18.15.3",
94
96
  "@types/react": "^17.0.53",
95
- "@typescript-eslint/eslint-plugin": "^5.54.0",
96
- "@typescript-eslint/parser": "^5.54.0",
97
+ "@typescript-eslint/eslint-plugin": "^5.55.0",
98
+ "@typescript-eslint/parser": "^5.55.0",
97
99
  "babel-loader": "^8.3.0",
98
- "eslint": "^8.35.0",
100
+ "eslint": "^8.36.0",
99
101
  "eslint-config-standard": "^17.0.0",
100
102
  "eslint-import-resolver-typescript": "^2.7.1",
101
103
  "eslint-plugin-import": "^2.27.5",
@@ -112,9 +114,9 @@
112
114
  "react-dom": "^17.0.2",
113
115
  "react-is": "^17.0.2",
114
116
  "ts-jest": "^27.1.5",
115
- "typedoc": "^0.23.26",
117
+ "typedoc": "^0.23.27",
116
118
  "typescript": "^4.9.5",
117
- "webpack": "^5.75.0",
119
+ "webpack": "^5.76.2",
118
120
  "webpack-cli": "^4.10.0"
119
121
  },
120
122
  "optionalDependencies": {