We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7232210 commit 22d211dCopy full SHA for 22d211d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "uinix-ui",
3
- "version": "0.1.11-beta.1",
+ "version": "0.2.0",
4
"description": "A minimal framework-agnostic UI system to build UI systems. Your system, your rules 🤘.",
5
"license": "MIT",
6
"keywords": [
@@ -66,14 +66,14 @@
66
"preact": "^10.5.14",
67
"react": "^17.0.2",
68
"react-dom": "^17.0.2",
69
- "solid-js": "^1.0.2",
+ "solid-js": "^1.0.3",
70
"tape": "^5.2.2",
71
"type-coverage": "^2.17.5",
72
"typescript": "^4.3.5",
73
"uinix-scripts": "^0.1.2",
74
- "webpack": "^5.44.0",
+ "webpack": "^5.45.1",
75
"webpack-dev-server": "^3.11.2",
76
- "xo": "^0.41.0"
+ "xo": "^0.42.0"
77
},
78
"scripts": {
79
"build": "npm run clean && tsc && type-coverage",
0 commit comments