Skip to content

Commit 84c1c9b

Browse files
committed
Try to resolve dependency issues in npm
1 parent 987c099 commit 84c1c9b

File tree

3 files changed

+1030
-1349
lines changed

3 files changed

+1030
-1349
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"@emotion/styled": "^11.14.1",
2727
"@fontsource-variable/inter": "^5.2.8",
2828
"@giscus/react": "^3.1.0",
29+
"@lingui/babel-plugin-lingui-macro": "^5.6.0",
2930
"@lingui/core": "^5.6.0",
3031
"@lingui/react": "^5.6.0",
3132
"@mdx-js/loader": "^3.1.1",
3233
"@mdx-js/react": "^3.1.1",
3334
"@next/mdx": "^14.2.33",
34-
"apexcharts": "3.54.0",
3535
"d3": "^7.9.0",
3636
"date-fns": "^3.6.0",
3737
"date-fns-tz": "^3.2.0",
@@ -52,10 +52,10 @@
5252
"yarn": "^1.22.22"
5353
},
5454
"devDependencies": {
55-
"@lingui/babel-plugin-lingui-macro": "^5.6.0",
5655
"@lingui/cli": "^5.6.0",
5756
"@lingui/loader": "^5.6.0",
5857
"@types/react": "^18.3.26",
58+
"apexcharts": "^5.3.6",
5959
"eslint": "^9.39.1",
6060
"eslint-config-next": "15.3.3",
6161
"playwright": "^1.56.1",

src/components/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const Layout = ({
7070
rel='icon'
7171
type='image/png'
7272
sizes='96x96'
73-
href='/Xarray-assets/Icon/Xarray_Icon_final.svg'
73+
href='/Xarray-assets/Icon/Xarray_Icon_Final.svg'
7474
/>
7575
<link rel='icon' type='image/svg+xml' href='/favicon.svg' />
7676
<link rel='icon' type='image/png' href='/favicon.png' />

0 commit comments

Comments
 (0)