@gamelearn/arcade-components 1.32.2 → 1.32.4

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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -10,6 +10,7 @@ yarn add @gamelearn/arcade-components
10
10
  ```
11
11
 
12
12
  ## Usage
13
+ ##
13
14
 
14
15
  ```jsx
15
16
  import React, { Component } from 'react';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "author": "Gamelearn",
4
4
  "license": "unlicense",
5
- "version": "1.32.2",
5
+ "version": "1.32.4",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",
@@ -13,7 +13,7 @@
13
13
  "url": "https://github.com/gamelearn/arcade-components"
14
14
  },
15
15
  "dependencies": {
16
- "@gamelearn/arcade-styles": "0.15.5",
16
+ "@gamelearn/arcade-styles": "0.15.7",
17
17
  "@gamelearn/arcade-three-core": "1.14.5",
18
18
  "@react-three/drei": "9.4.3",
19
19
  "@react-three/fiber": "8.0.17",