@akinon/projectzero 1.50.0 → 1.52.0
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/CHANGELOG.md +8 -0
- package/app-template/.lintstagedrc.js +5 -4
- package/app-template/CHANGELOG.md +62 -0
- package/app-template/package-lock.json +29303 -0
- package/app-template/package.json +19 -16
- package/app-template/src/views/account/favorite-item.tsx +1 -1
- package/app-template/src/views/find-in-store/index.tsx +2 -3
- package/app-template/src/views/product/product-info.tsx +0 -2
- package/app-template/yarn.lock +1824 -1953
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projectzeronext",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.52.0",
|
|
4
4
|
"private": true,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -22,19 +22,19 @@
|
|
|
22
22
|
"prestart": "pz-prestart"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@akinon/next": "1.
|
|
26
|
-
"@akinon/pz-akifast": "1.
|
|
27
|
-
"@akinon/pz-b2b": "1.
|
|
28
|
-
"@akinon/pz-basket-gift-pack": "1.
|
|
29
|
-
"@akinon/pz-bkm": "1.
|
|
30
|
-
"@akinon/pz-checkout-gift-pack": "1.
|
|
31
|
-
"@akinon/pz-click-collect": "1.
|
|
32
|
-
"@akinon/pz-credit-payment": "1.
|
|
33
|
-
"@akinon/pz-gpay": "1.
|
|
34
|
-
"@akinon/pz-masterpass": "1.
|
|
35
|
-
"@akinon/pz-one-click-checkout": "1.
|
|
36
|
-
"@akinon/pz-otp": "1.
|
|
37
|
-
"@akinon/pz-pay-on-delivery": "1.
|
|
25
|
+
"@akinon/next": "1.52.0",
|
|
26
|
+
"@akinon/pz-akifast": "1.52.0",
|
|
27
|
+
"@akinon/pz-b2b": "1.52.0",
|
|
28
|
+
"@akinon/pz-basket-gift-pack": "1.52.0",
|
|
29
|
+
"@akinon/pz-bkm": "1.52.0",
|
|
30
|
+
"@akinon/pz-checkout-gift-pack": "1.52.0",
|
|
31
|
+
"@akinon/pz-click-collect": "1.52.0",
|
|
32
|
+
"@akinon/pz-credit-payment": "1.52.0",
|
|
33
|
+
"@akinon/pz-gpay": "1.52.0",
|
|
34
|
+
"@akinon/pz-masterpass": "1.52.0",
|
|
35
|
+
"@akinon/pz-one-click-checkout": "1.52.0",
|
|
36
|
+
"@akinon/pz-otp": "1.52.0",
|
|
37
|
+
"@akinon/pz-pay-on-delivery": "1.52.0",
|
|
38
38
|
"@hookform/resolvers": "2.9.0",
|
|
39
39
|
"@next/third-parties": "14.1.0",
|
|
40
40
|
"@react-google-maps/api": "2.17.1",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"dayjs": "1.11.5",
|
|
43
43
|
"eslint-config-next": "14.2.2",
|
|
44
44
|
"lossless-json": "2.0.5",
|
|
45
|
-
"next": "14.2.
|
|
45
|
+
"next": "14.2.5",
|
|
46
46
|
"next-auth": "4.24.5",
|
|
47
47
|
"next-pwa": "5.6.0",
|
|
48
48
|
"pino": "8.11.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"yup": "0.32.11"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@akinon/eslint-plugin-projectzero": "1.
|
|
62
|
+
"@akinon/eslint-plugin-projectzero": "1.52.0",
|
|
63
63
|
"@semantic-release/changelog": "6.0.2",
|
|
64
64
|
"@semantic-release/exec": "6.0.3",
|
|
65
65
|
"@semantic-release/git": "10.0.1",
|
|
@@ -100,5 +100,8 @@
|
|
|
100
100
|
"ts-node": "10.7.0",
|
|
101
101
|
"typescript": "5.2.2"
|
|
102
102
|
},
|
|
103
|
+
"resolutions": {
|
|
104
|
+
"**/postcss": "8.4.31"
|
|
105
|
+
},
|
|
103
106
|
"packageManager": "yarn@1.22.17"
|
|
104
107
|
}
|
|
@@ -94,7 +94,7 @@ export const FavoriteItem = (props: Props) => {
|
|
|
94
94
|
'absolute top-4 right-4 cursor-pointer',
|
|
95
95
|
isRemoveFavoriteLoading
|
|
96
96
|
? 'pointer-events-none hover:cursor-wait' // TODO: Cursors not working fix!
|
|
97
|
-
: '
|
|
97
|
+
: 'hover:cursor-pointer'
|
|
98
98
|
)}
|
|
99
99
|
data-testid="favorites-remove"
|
|
100
100
|
/>
|
|
@@ -162,10 +162,9 @@ export const FindInStore = ({ productPk, productName, variants }) => {
|
|
|
162
162
|
</div>
|
|
163
163
|
<Link
|
|
164
164
|
href={`https://maps.google.com/?q=${store.latitude},${store.longitude}`}
|
|
165
|
+
target="_blank"
|
|
165
166
|
>
|
|
166
|
-
<
|
|
167
|
-
<Button>{t('product.find_in_store.directions')}</Button>
|
|
168
|
-
</a>
|
|
167
|
+
<Button>{t('product.find_in_store.directions')}</Button>
|
|
169
168
|
</Link>
|
|
170
169
|
</div>
|
|
171
170
|
</Accordion>
|
|
@@ -91,8 +91,6 @@ export default function ProductInfo({ data }: ProductPageProps) {
|
|
|
91
91
|
.unwrap()
|
|
92
92
|
.then(handleSuccess)
|
|
93
93
|
.catch((err) => handleError(err));
|
|
94
|
-
|
|
95
|
-
// TODO: handle success response
|
|
96
94
|
} catch (error) {
|
|
97
95
|
setProductError(error?.data?.non_field_errors || null);
|
|
98
96
|
}
|