@react-chess-tools/react-chess-game 0.1.0 → 0.1.1

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 (1) hide show
  1. package/package.json +9 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-chess-tools/react-chess-game",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "react-chess-game is a React component bridging chess.js with react-chessboard to offer a full-featured, ready-to-integrate chess board experience.",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",
@@ -35,6 +35,14 @@
35
35
  "lodash": "^4.17.21",
36
36
  "react-chessboard": "^3.2.0"
37
37
  },
38
+ "devDependencies": {
39
+ "react": "^18.2.0",
40
+ "react-dom": "^18.2.0"
41
+ },
42
+ "peerDependencies": {
43
+ "react": ">=16.14.0",
44
+ "react-dom": ">=16.14.0"
45
+ },
38
46
  "repository": {
39
47
  "type": "git",
40
48
  "url": "git+https://github.com/dancamma/react-chess-tools.git"