@lidofinance/next-pages 0.29.0 → 0.30.0

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.
Files changed (2) hide show
  1. package/README.md +2 -5
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -4,14 +4,11 @@ Common API and UI next pages.
4
4
 
5
5
  ## Installation
6
6
 
7
+ * React 17 || 18
8
+
7
9
  ```bash
8
10
  yarn add @lidofinance/next-pages
9
11
 
10
- # and react 17
11
- yarn add react@^17.0.0
12
- # or react 18
13
- yarn add react@^18.0.0
14
-
15
12
  # and additional
16
13
  yarn add next@^12.3.0 prom-client@^14.0.0 @lidofinance/lido-ui@^3.6.1
17
14
  ```
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Common next API and UI pages",
4
4
  "repository": "git@github.com:lidofinance/warehouse.git",
5
5
  "license": "MIT",
6
- "version": "0.29.0",
6
+ "version": "0.30.0",
7
7
  "files": [
8
8
  "dist"
9
9
  ],
@@ -36,20 +36,20 @@
36
36
  }
37
37
  },
38
38
  "peerDependencies": {
39
- "@lidofinance/api-logger": "~0.29.0",
40
- "@lidofinance/api-rpc": "~0.29.0",
41
- "@lidofinance/rpc": "~0.29.0",
42
- "@lidofinance/lido-ui": "^3.6.1",
39
+ "@lidofinance/api-logger": "~0.30.0",
40
+ "@lidofinance/api-rpc": "~0.30.0",
41
+ "@lidofinance/rpc": "~0.30.0",
42
+ "@lidofinance/lido-ui": "^3.7.3",
43
43
  "next": "12 || 13",
44
44
  "prom-client": "^14.1.0",
45
45
  "react": "17 || 18"
46
46
  },
47
47
  "devDependencies": {
48
- "@lidofinance/config-prettier": "~0.29.0",
49
- "@lidofinance/api-logger": "~0.29.0",
50
- "@lidofinance/api-rpc": "~0.29.0",
51
- "@lidofinance/rpc": "~0.29.0",
52
- "@lidofinance/lido-ui": "^3.6.1",
48
+ "@lidofinance/config-prettier": "~0.30.0",
49
+ "@lidofinance/api-logger": "~0.30.0",
50
+ "@lidofinance/api-rpc": "~0.30.0",
51
+ "@lidofinance/rpc": "~0.30.0",
52
+ "@lidofinance/lido-ui": "^3.7.3",
53
53
  "next": "^12.3.1",
54
54
  "prom-client": "^14.1.0",
55
55
  "@types/react": "^18.0.25"