@livepeer/design-system 0.0.0-beta.4 → 0.0.0-beta.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +6 -6
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # Documentation
2
+
3
+ Design system for Livepeer VS products
4
+
5
+ ## Documentation
6
+
7
+ Visit [https://livepeer-design-system.vercel.app/](https://livepeer-design-system.vercel.app/) to view the design system reference components.
8
+
9
+ ## Usage
10
+
11
+ ```
12
+ yarn add @livepeer/design-system
13
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livepeer/design-system",
3
- "version": "0.0.0-beta.4",
3
+ "version": "0.0.0-beta.5",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -34,7 +34,7 @@
34
34
  "@radix-ui/react-context-menu": "0.1.1",
35
35
  "@radix-ui/react-dialog": "0.1.1",
36
36
  "@radix-ui/react-dropdown-menu": "0.1.1",
37
- "@radix-ui/react-hover-card": "0.0.3",
37
+ "@radix-ui/react-hover-card": "0.1.5",
38
38
  "@radix-ui/react-icons": "1.0.3",
39
39
  "@radix-ui/react-id": "^0.1.1",
40
40
  "@radix-ui/react-label": "^0.0.13",
@@ -75,16 +75,16 @@
75
75
  "eslint-config-next": "12.0.7",
76
76
  "husky": "^4.0.0",
77
77
  "lint-staged": "^9.5.0",
78
- "next": "^12.0.4",
78
+ "next": "^12.1.5",
79
79
  "np": "^7.3.0",
80
80
  "prettier": "^2.0.5",
81
- "react": "^17.0.2",
81
+ "react": "^18.1.0",
82
82
  "react-bezier-curve-editor": "^1.0.0",
83
- "react-dom": "^17.0.2",
83
+ "react-dom": "^18.1.0",
84
84
  "rollup": "^2.33.1",
85
85
  "rollup-plugin-peer-deps-external": "^2.2.4",
86
86
  "rollup-plugin-typescript2": "^0.31.0",
87
- "typescript": "^4.5.2"
87
+ "typescript": "4.5.5"
88
88
  },
89
89
  "publishConfig": {
90
90
  "registry": "https://registry.npmjs.org"