@gamelearn/arcade-components 1.7.7 → 1.7.8
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.
- package/package.json +3 -3
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.7.
|
|
5
|
+
"version": "1.7.8",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist",
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"url": "https://github.com/gamelearn/arcade-components"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
+
"@gamelearn/arcade-styles": "0.7.2",
|
|
16
17
|
"@gamelearn/arcade-three-core": "1.0.1",
|
|
17
18
|
"@react-three/drei": "^7.20.0",
|
|
18
19
|
"@react-three/fiber": "^7.0.17",
|
|
@@ -46,7 +47,7 @@
|
|
|
46
47
|
"lint": "npx eslint src --ext js,json",
|
|
47
48
|
"lint:fix": "npx eslint src --ext js,json --fix",
|
|
48
49
|
"lint:quiet": "npx eslint src --ext js,json --quiet",
|
|
49
|
-
"publish-hotfix": "yarn compile && npm publish && npm version-tag",
|
|
50
|
+
"publish-hotfix": "yarn compile && npm publish && npm run version-tag",
|
|
50
51
|
"version-tag": "P_VER=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$P_VER && git push origin v$P_VER"
|
|
51
52
|
},
|
|
52
53
|
"browserslist": {
|
|
@@ -66,7 +67,6 @@
|
|
|
66
67
|
"@babel/eslint-parser": "^7.15.8",
|
|
67
68
|
"@babel/preset-env": "7.12.11",
|
|
68
69
|
"@babel/preset-react": "7.12.10",
|
|
69
|
-
"@gamelearn/arcade-styles": "0.7.1",
|
|
70
70
|
"@gamelearn/version": "^1.3.1",
|
|
71
71
|
"@react-three/test-renderer": "6.0.6",
|
|
72
72
|
"@storybook/addon-actions": "6.1.11",
|