@xylabs/react-identicon 2.14.4 → 2.14.7

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 (3) hide show
  1. package/README.md +2 -1
  2. package/package.json +10 -13
  3. package/src/index.ts +0 -1
package/README.md CHANGED
@@ -41,7 +41,8 @@ yarn add @xylabs/sdk-react
41
41
 
42
42
  ## Scripts
43
43
 
44
- See [ts-scripts](https://github.com/xylabs/ts-scripts/blob/main/README.md) for list of shared scripts. The below scripts are custom scripts for this repo.
44
+ See [ts-scripts](https://github.com/xylabs/ts-scripts/blob/main/README.md) for
45
+ list of shared scripts. The below scripts are custom scripts for this repo.
45
46
 
46
47
  ### Build (Storybook)
47
48
 
package/package.json CHANGED
@@ -13,24 +13,21 @@
13
13
  "packages/*"
14
14
  ],
15
15
  "dependencies": {
16
- "@xylabs/react-flexbox": "^2.14.4",
16
+ "@xylabs/react-flexbox": "^2.14.7",
17
17
  "md5": "^2.3.0",
18
- "react": "^18.2.0",
19
- "react-dom": "^18.2.0"
18
+ "react": "^18.2.0"
20
19
  },
21
20
  "description": "Common React library for all XY Labs projects that use React",
22
21
  "devDependencies": {
23
- "@babel/core": "^7.18.5",
24
- "@babel/preset-env": "^7.18.2",
25
- "@storybook/react": "^6.5.9",
26
- "@storybook/testing-library": "^0.0.13",
22
+ "@babel/core": "^7.18.6",
23
+ "@babel/preset-env": "^7.18.6",
27
24
  "@types/md5": "^2.3.2",
28
- "@types/react": "^18.0.12",
29
- "@xylabs/eslint-config-react": "^2.1.5",
25
+ "@types/react": "^18.0.15",
26
+ "@xylabs/eslint-config-react": "^2.1.7",
30
27
  "@xylabs/ts-scripts": "^1.0.66",
31
- "@xylabs/tsconfig": "^1.0.13",
32
- "ts-node": "^10.8.1",
33
- "typescript": "^4.7.3"
28
+ "@xylabs/tsconfig": "^1.0.14",
29
+ "ts-node": "^10.9.1",
30
+ "typescript": "^4.7.4"
34
31
  },
35
32
  "resolutions": {
36
33
  "react": "^18.2.0",
@@ -73,6 +70,6 @@
73
70
  },
74
71
  "sideEffects": false,
75
72
  "types": "dist/esm/index.d.ts",
76
- "version": "2.14.4",
73
+ "version": "2.14.7",
77
74
  "packageManager": "yarn@3.1.1"
78
75
  }
package/src/index.ts CHANGED
@@ -1,2 +1 @@
1
1
  export * from './components'
2
-