glints-aries 4.1.62 → 4.1.63

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -28,7 +28,7 @@ import { GlintsContainer } from 'glints-aries';
28
28
 
29
29
  ### Development
30
30
 
31
- Before that, make sure you already have git, node (version >= 14), and yarn installed.
31
+ Before that, make sure you already have git, node (version >= 14), and yarn(version >= 1.22.0) installed.
32
32
 
33
33
  1. Clone the repository
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glints-aries",
3
- "version": "4.1.62",
3
+ "version": "4.1.63",
4
4
  "description": "Glints ui-kit for frontend",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./es/index.js",
@@ -143,8 +143,8 @@
143
143
  },
144
144
  "peerDependencies": {
145
145
  "lodash-es": "^4.0.0",
146
- "react": "^16.3.0 || ^17",
147
- "react-dom": "^16.3.0 || ^17",
146
+ "react": "^16.3.0 || ^17 || ^18",
147
+ "react-dom": "^16.3.0 || ^17 || ^18",
148
148
  "styled-components": "^4.0.0 || ^5.0.0"
149
149
  },
150
150
  "jest": {