authscape 1.0.2 → 1.0.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.
|
@@ -15,7 +15,6 @@ import Tab from '@mui/material/Tab';
|
|
|
15
15
|
import Typography from '@mui/material/Typography';
|
|
16
16
|
import Select from '@mui/material/Select';
|
|
17
17
|
import MenuItem from '@mui/material/MenuItem';
|
|
18
|
-
import Stack from '@mui/material/Stack';
|
|
19
18
|
import Button from '@mui/material/Button';
|
|
20
19
|
import PaymentRoundedIcon from '@mui/icons-material/PaymentRounded';
|
|
21
20
|
import apiService from '../../services/apiService';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "authscape",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
"author": "zuechb",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
|
+
"@emotion/react": "^11.9.3",
|
|
13
|
+
"@emotion/styled": "^11.9.3",
|
|
14
|
+
"@mui/material": "^5.8.5",
|
|
15
|
+
"@stripe/react-stripe-js": "^1.9.0",
|
|
16
|
+
"@stripe/stripe-js": "^1.32.0",
|
|
12
17
|
"axios": "^0.27.2",
|
|
13
18
|
"js-file-download": "^0.4.12",
|
|
14
19
|
"next": "^12.1.6",
|