@paybutton/react 1.2.0 → 1.2.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.
- package/dist/components/BarChart/BarChart.stories.d.ts +2 -3
- package/dist/components/Button/Button.stories.d.ts +3 -4
- package/dist/components/PayButton/PayButton.stories.d.ts +7 -8
- package/dist/components/PaymentDialog/PaymentDialog.stories.d.ts +7 -8
- package/dist/components/Widget/Widget.stories.d.ts +7 -8
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +55 -55
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paybutton/react",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "The easiest way to accept Bitcoin Cash online",
|
|
5
5
|
"author": "poldridge",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,67 +23,67 @@
|
|
|
23
23
|
"watch": "microbundle watch --jsx React.createElement --no-compress --format modern,cjs"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"react": "
|
|
27
|
-
"react-dom": "
|
|
26
|
+
"react": "16.14.0",
|
|
27
|
+
"react-dom": "16.14.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@babel/core": "
|
|
31
|
-
"@popperjs/core": "
|
|
32
|
-
"@storybook/addon-a11y": "
|
|
33
|
-
"@storybook/addon-actions": "
|
|
34
|
-
"@storybook/addon-essentials": "
|
|
35
|
-
"@storybook/addon-links": "
|
|
36
|
-
"@storybook/node-logger": "
|
|
37
|
-
"@storybook/preset-create-react-app": "
|
|
38
|
-
"@storybook/react": "
|
|
39
|
-
"@types/currency-formatter": "
|
|
40
|
-
"@types/lodash": "
|
|
41
|
-
"@types/node": "
|
|
42
|
-
"@types/qrcode.react": "
|
|
43
|
-
"@types/react": "
|
|
44
|
-
"@types/react-dom": "
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "
|
|
46
|
-
"@typescript-eslint/parser": "
|
|
47
|
-
"babel-eslint": "
|
|
48
|
-
"babel-loader": "
|
|
49
|
-
"concurrently": "
|
|
50
|
-
"cross-env": "
|
|
51
|
-
"currency-formatter": "
|
|
52
|
-
"eslint": "
|
|
53
|
-
"eslint-config-prettier": "
|
|
54
|
-
"eslint-config-standard": "
|
|
55
|
-
"eslint-config-standard-react": "
|
|
56
|
-
"eslint-plugin-import": "
|
|
57
|
-
"eslint-plugin-node": "
|
|
58
|
-
"eslint-plugin-prettier": "
|
|
59
|
-
"eslint-plugin-promise": "
|
|
60
|
-
"eslint-plugin-react": "
|
|
61
|
-
"eslint-plugin-react-hooks": "
|
|
62
|
-
"eslint-plugin-standard": "
|
|
63
|
-
"husky": "
|
|
64
|
-
"lint-staged": "
|
|
65
|
-
"microbundle": "
|
|
66
|
-
"npm-run-all": "
|
|
67
|
-
"prettier": "
|
|
68
|
-
"react-is": "
|
|
69
|
-
"react-scripts": "
|
|
70
|
-
"typescript": "
|
|
30
|
+
"@babel/core": "7.18.9",
|
|
31
|
+
"@popperjs/core": "2.11.5",
|
|
32
|
+
"@storybook/addon-a11y": "6.5.9",
|
|
33
|
+
"@storybook/addon-actions": "6.5.9",
|
|
34
|
+
"@storybook/addon-essentials": "6.5.9",
|
|
35
|
+
"@storybook/addon-links": "6.5.9",
|
|
36
|
+
"@storybook/node-logger": "6.5.9",
|
|
37
|
+
"@storybook/preset-create-react-app": "3.2.0",
|
|
38
|
+
"@storybook/react": "6.5.9",
|
|
39
|
+
"@types/currency-formatter": "1.5.1",
|
|
40
|
+
"@types/lodash": "4.14.182",
|
|
41
|
+
"@types/node": "12.20.55",
|
|
42
|
+
"@types/qrcode.react": "1.0.2",
|
|
43
|
+
"@types/react": "16.14.28",
|
|
44
|
+
"@types/react-dom": "16.9.16",
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "2.34.0",
|
|
46
|
+
"@typescript-eslint/parser": "2.34.0",
|
|
47
|
+
"babel-eslint": "10.1.0",
|
|
48
|
+
"babel-loader": "8.2.5",
|
|
49
|
+
"concurrently": "5.3.0",
|
|
50
|
+
"cross-env": "7.0.3",
|
|
51
|
+
"currency-formatter": "1.5.9",
|
|
52
|
+
"eslint": "6.8.0",
|
|
53
|
+
"eslint-config-prettier": "6.15.0",
|
|
54
|
+
"eslint-config-standard": "14.1.1",
|
|
55
|
+
"eslint-config-standard-react": "9.2.0",
|
|
56
|
+
"eslint-plugin-import": "2.26.0",
|
|
57
|
+
"eslint-plugin-node": "11.1.0",
|
|
58
|
+
"eslint-plugin-prettier": "3.4.1",
|
|
59
|
+
"eslint-plugin-promise": "4.3.1",
|
|
60
|
+
"eslint-plugin-react": "7.30.1",
|
|
61
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
|
62
|
+
"eslint-plugin-standard": "4.1.0",
|
|
63
|
+
"husky": "4.3.8",
|
|
64
|
+
"lint-staged": "10.5.4",
|
|
65
|
+
"microbundle": "0.12.4",
|
|
66
|
+
"npm-run-all": "4.1.5",
|
|
67
|
+
"prettier": "2.7.1",
|
|
68
|
+
"react-is": "16.13.1",
|
|
69
|
+
"react-scripts": "3.4.4",
|
|
70
|
+
"typescript": "3.9.10"
|
|
71
71
|
},
|
|
72
72
|
"files": [
|
|
73
73
|
"dist"
|
|
74
74
|
],
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@bitauth/libauth": "
|
|
77
|
-
"@material-ui/core": "
|
|
78
|
-
"@material-ui/lab": "
|
|
79
|
-
"@material-ui/styles": "
|
|
80
|
-
"axios": "
|
|
81
|
-
"bignumber.js": "
|
|
82
|
-
"copy-to-clipboard": "
|
|
83
|
-
"lodash": "
|
|
84
|
-
"notistack": "
|
|
85
|
-
"qrcode.react": "
|
|
86
|
-
"react-jss": "
|
|
76
|
+
"@bitauth/libauth": "1.19.1",
|
|
77
|
+
"@material-ui/core": "4.12.4",
|
|
78
|
+
"@material-ui/lab": "4.0.0-alpha.61",
|
|
79
|
+
"@material-ui/styles": "4.11.5",
|
|
80
|
+
"axios": "0.21.4",
|
|
81
|
+
"bignumber.js": "9.0.2",
|
|
82
|
+
"copy-to-clipboard": "3.3.1",
|
|
83
|
+
"lodash": "4.17.21",
|
|
84
|
+
"notistack": "1.0.10",
|
|
85
|
+
"qrcode.react": "1.0.1",
|
|
86
|
+
"react-jss": "10.9.0"
|
|
87
87
|
},
|
|
88
88
|
"husky": {
|
|
89
89
|
"hooks": {
|