@100mslive/react-icons 0.10.25-alpha.0 → 0.10.25-alpha.10

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 +7 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,10 @@
1
- # React Icon Library
1
+ # 100ms React Icon Library
2
+
3
+ [![Lint, Test and Build](https://github.com/100mslive/web-sdks/actions/workflows/lint-test-build.yml/badge.svg)](https://github.com/100mslive/web-sdks/actions/workflows/lint-test-build.yml)
4
+ [![Bundle Size](https://badgen.net/bundlephobia/minzip/@100mslive/react-icons)](https://bundlephobia.com/result?p=@100mslive/react-icons)
5
+ [![License](https://img.shields.io/npm/l/@100mslive/react-icons)](https://www.100ms.live/)
6
+ ![Tree shaking](https://badgen.net/bundlephobia/tree-shaking/@100mslive/react-icons)
7
+
2
8
 
3
9
  Using the package in your application
4
10
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
- "version": "0.10.25-alpha.0",
7
+ "version": "0.10.25-alpha.10",
8
8
  "author": "100ms",
9
9
  "license": "MIT",
10
10
  "repository": {
@@ -38,12 +38,12 @@
38
38
  "@svgr/cli": "^6.3.1",
39
39
  "@types/react": "^18.1.0",
40
40
  "react": "^18.1.0",
41
- "rollup": "^2.70.1",
41
+ "rollup": "^2.79.2",
42
42
  "rollup-plugin-esbuild": "^4.9.3",
43
43
  "rollup-plugin-terser": "^7.0.2"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": ">=17.0.0 <19.0.0"
47
47
  },
48
- "gitHead": "b9a15a40498feb37cf34dc6fab790cb9dcfcd775"
48
+ "gitHead": "b501de9d52ebead7150aaeaeed746c0ed1ac2c6d"
49
49
  }