Skip to content

Commit 22d211d

Browse files
committed
prerelease: 0.2.0
1 parent 7232210 commit 22d211d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uinix-ui",
3-
"version": "0.1.11-beta.1",
3+
"version": "0.2.0",
44
"description": "A minimal framework-agnostic UI system to build UI systems. Your system, your rules 🤘.",
55
"license": "MIT",
66
"keywords": [
@@ -66,14 +66,14 @@
6666
"preact": "^10.5.14",
6767
"react": "^17.0.2",
6868
"react-dom": "^17.0.2",
69-
"solid-js": "^1.0.2",
69+
"solid-js": "^1.0.3",
7070
"tape": "^5.2.2",
7171
"type-coverage": "^2.17.5",
7272
"typescript": "^4.3.5",
7373
"uinix-scripts": "^0.1.2",
74-
"webpack": "^5.44.0",
74+
"webpack": "^5.45.1",
7575
"webpack-dev-server": "^3.11.2",
76-
"xo": "^0.41.0"
76+
"xo": "^0.42.0"
7777
},
7878
"scripts": {
7979
"build": "npm run clean && tsc && type-coverage",

0 commit comments

Comments
 (0)