Skip to content

Commit c66dbf9

Browse files
committed
feat: fixed sitemap, dependency upgrades
1 parent 7dc3f63 commit c66dbf9

File tree

4 files changed

+47
-47
lines changed

4 files changed

+47
-47
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"storybook:build": "storybook build"
2222
},
2323
"dependencies": {
24-
"@mantine/carousel": "^7.17.5",
25-
"@mantine/core": "^7.17.5",
26-
"@mantine/hooks": "^7.17.5",
24+
"@mantine/carousel": "^7.17.7",
25+
"@mantine/core": "^7.17.7",
26+
"@mantine/hooks": "^7.17.7",
2727
"@next/bundle-analyzer": "^15.3.1",
2828
"@tabler/icons-react": "^3.31.0",
2929
"embla-carousel-react": "^8.6.0",

public/robots.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
User-Agent: *
22
Allow: /
3-
Host: https://v2.codedead.com
4-
Sitemap: https://v2.codedead.com/sitemap.xml
3+
Host: https://codedead.com
4+
Sitemap: https://codedead.com/sitemap.xml

scripts/generate-sitemap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import xml2js from 'xml2js';
3333
.replace('.html', '');
3434
3535
return `<url>
36-
<loc>https://v2.codedead.com/${path}</loc>
36+
<loc>https://codedead.com/${path}</loc>
3737
<lastmod>${new Date().toISOString()}</lastmod>
3838
<changefreq>weekly</changefreq>
3939
<priority>1</priority>

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,13 +1643,13 @@ __metadata:
16431643
linkType: hard
16441644

16451645
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
1646-
version: 4.6.1
1647-
resolution: "@eslint-community/eslint-utils@npm:4.6.1"
1646+
version: 4.7.0
1647+
resolution: "@eslint-community/eslint-utils@npm:4.7.0"
16481648
dependencies:
16491649
eslint-visitor-keys: "npm:^3.4.3"
16501650
peerDependencies:
16511651
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
1652-
checksum: 10c0/cdeb6f8fc33a83726357d7f736075cdbd6e79dc7ac4b00b15680f1111d0f33bda583e7fafa5937245a058cc66302dc47568bba57b251302dc74964d8e87f56d7
1652+
checksum: 10c0/c0f4f2bd73b7b7a9de74b716a664873d08ab71ab439e51befe77d61915af41a81ecec93b408778b3a7856185244c34c2c8ee28912072ec14def84ba2dec70adf
16531653
languageName: node
16541654
linkType: hard
16551655

@@ -1728,22 +1728,22 @@ __metadata:
17281728
languageName: node
17291729
linkType: hard
17301730

1731-
"@floating-ui/core@npm:^1.6.0":
1732-
version: 1.6.9
1733-
resolution: "@floating-ui/core@npm:1.6.9"
1731+
"@floating-ui/core@npm:^1.7.0":
1732+
version: 1.7.0
1733+
resolution: "@floating-ui/core@npm:1.7.0"
17341734
dependencies:
17351735
"@floating-ui/utils": "npm:^0.2.9"
1736-
checksum: 10c0/77debdfc26bc36c6f5ae1f26ab3c15468215738b3f5682af4e1915602fa21ba33ad210273f31c9d2da1c531409929e1afb1138b1608c6b54a0f5853ee84c340d
1736+
checksum: 10c0/f7e66a650ad8c73765edb39a7530d81fa990c08c172f03b6129030234d32bccd4401c29ded9c8a4e4135e9beac349c5608d94962fa08c2a2ae2dab7a6530550c
17371737
languageName: node
17381738
linkType: hard
17391739

17401740
"@floating-ui/dom@npm:^1.0.0":
1741-
version: 1.6.13
1742-
resolution: "@floating-ui/dom@npm:1.6.13"
1741+
version: 1.7.0
1742+
resolution: "@floating-ui/dom@npm:1.7.0"
17431743
dependencies:
1744-
"@floating-ui/core": "npm:^1.6.0"
1744+
"@floating-ui/core": "npm:^1.7.0"
17451745
"@floating-ui/utils": "npm:^0.2.9"
1746-
checksum: 10c0/272242d2eb6238ffcee0cb1f3c66e0eafae804d5d7b449db5ecf904bc37d31ad96cf575a9e650b93c1190f64f49a684b1559d10e05ed3ec210628b19116991a9
1746+
checksum: 10c0/49a7f0fbef82ba2c2f0bde7bb4812b276ae431b59e6a81427283a55cfb36c0af9cc459cbeb0bb1a5cc3efca1a332f584e123e7b1a8f0a9c94a21989b09b8c060
17471747
languageName: node
17481748
linkType: hard
17491749

@@ -2528,22 +2528,22 @@ __metadata:
25282528
languageName: node
25292529
linkType: hard
25302530

2531-
"@mantine/carousel@npm:^7.17.5":
2532-
version: 7.17.5
2533-
resolution: "@mantine/carousel@npm:7.17.5"
2531+
"@mantine/carousel@npm:^7.17.7":
2532+
version: 7.17.7
2533+
resolution: "@mantine/carousel@npm:7.17.7"
25342534
peerDependencies:
2535-
"@mantine/core": 7.17.5
2536-
"@mantine/hooks": 7.17.5
2535+
"@mantine/core": 7.17.7
2536+
"@mantine/hooks": 7.17.7
25372537
embla-carousel-react: ">=7.0.0"
25382538
react: ^18.x || ^19.x
25392539
react-dom: ^18.x || ^19.x
2540-
checksum: 10c0/86e54e3515d6f06326c0da5339c1daa5af9f95ef2345f39c89457142210d1e7d988a98effb89c9b8d210d75bfe2c1f6411839f600d0db5ece6586b22aea0d308
2540+
checksum: 10c0/bb70ce6be4a6cabbd4d6d969da5f8025f1393e9ad423e24d858b29620e9924230be502d51ab434c06c5a977f60451f8562e8831d451776ddbb5f4d78be2906c4
25412541
languageName: node
25422542
linkType: hard
25432543

2544-
"@mantine/core@npm:^7.17.5":
2545-
version: 7.17.5
2546-
resolution: "@mantine/core@npm:7.17.5"
2544+
"@mantine/core@npm:^7.17.7":
2545+
version: 7.17.7
2546+
resolution: "@mantine/core@npm:7.17.7"
25472547
dependencies:
25482548
"@floating-ui/react": "npm:^0.26.28"
25492549
clsx: "npm:^2.1.1"
@@ -2552,19 +2552,19 @@ __metadata:
25522552
react-textarea-autosize: "npm:8.5.9"
25532553
type-fest: "npm:^4.27.0"
25542554
peerDependencies:
2555-
"@mantine/hooks": 7.17.5
2555+
"@mantine/hooks": 7.17.7
25562556
react: ^18.x || ^19.x
25572557
react-dom: ^18.x || ^19.x
2558-
checksum: 10c0/e7e15804414de40909696b0f1eb39601190cd6c5f93aaf661e9ee28e6759691aba24a2911bb80ad22d9c711d4f6b42c7b6dde25e32161d132571963f4f496172
2558+
checksum: 10c0/1f17e1ec259e0878e8f65eec0619527fc9f36c2af7a252f4fc2314ad363331431a79deda82c808f069802450a0a9993fa1cc50aad835e84997b5b2fd632eb6c6
25592559
languageName: node
25602560
linkType: hard
25612561

2562-
"@mantine/hooks@npm:^7.17.5":
2563-
version: 7.17.5
2564-
resolution: "@mantine/hooks@npm:7.17.5"
2562+
"@mantine/hooks@npm:^7.17.7":
2563+
version: 7.17.7
2564+
resolution: "@mantine/hooks@npm:7.17.7"
25652565
peerDependencies:
25662566
react: ^18.x || ^19.x
2567-
checksum: 10c0/6def9065fa958f76d6893e7b7003736f1cd50378463d0ec10d31c5fd126e0ad03598cb300043731d321696370f90b9f48b3b52ee9700f8c46e929a7f24080b3c
2567+
checksum: 10c0/f1e13e5a9f009ffc68201f015724520ca221661076a4d08e31339cdbc5a03b206443a3c84e63aaaf16fb916e55b8c4ba5b779f0a741e19193f9a53fb312a26fb
25682568
languageName: node
25692569
linkType: hard
25702570

@@ -4625,16 +4625,16 @@ __metadata:
46254625
linkType: hard
46264626

46274627
"browserslist@npm:^4.24.0, browserslist@npm:^4.24.4":
4628-
version: 4.24.4
4629-
resolution: "browserslist@npm:4.24.4"
4628+
version: 4.24.5
4629+
resolution: "browserslist@npm:4.24.5"
46304630
dependencies:
4631-
caniuse-lite: "npm:^1.0.30001688"
4632-
electron-to-chromium: "npm:^1.5.73"
4631+
caniuse-lite: "npm:^1.0.30001716"
4632+
electron-to-chromium: "npm:^1.5.149"
46334633
node-releases: "npm:^2.0.19"
4634-
update-browserslist-db: "npm:^1.1.1"
4634+
update-browserslist-db: "npm:^1.1.3"
46354635
bin:
46364636
browserslist: cli.js
4637-
checksum: 10c0/db7ebc1733cf471e0b490b4f47e3e2ea2947ce417192c9246644e92c667dd56a71406cc58f62ca7587caf828364892e9952904a02b7aead752bc65b62a37cfe9
4637+
checksum: 10c0/f4c1ce1a7d8fdfab5e5b88bb6e93d09e8a883c393f86801537a252da0362dbdcde4dbd97b318246c5d84c6607b2f6b47af732c1b000d6a8a881ee024bad29204
46384638
languageName: node
46394639
linkType: hard
46404640

@@ -4796,7 +4796,7 @@ __metadata:
47964796
languageName: node
47974797
linkType: hard
47984798

4799-
"caniuse-lite@npm:^1.0.30001579, caniuse-lite@npm:^1.0.30001688":
4799+
"caniuse-lite@npm:^1.0.30001579, caniuse-lite@npm:^1.0.30001716":
48004800
version: 1.0.30001716
48014801
resolution: "caniuse-lite@npm:1.0.30001716"
48024802
checksum: 10c0/5cca5089f7ee214a346ea38ecbd114c1a675c94254675150e535aa0766fe2c446961990637f25f65dc29ce9c543aed12006d679dd797d2e6159c46aa518da0cb
@@ -4997,9 +4997,9 @@ __metadata:
49974997
"@babel/core": "npm:^7.27.1"
49984998
"@eslint/js": "npm:^9.25.1"
49994999
"@ianvs/prettier-plugin-sort-imports": "npm:^4.4.1"
5000-
"@mantine/carousel": "npm:^7.17.5"
5001-
"@mantine/core": "npm:^7.17.5"
5002-
"@mantine/hooks": "npm:^7.17.5"
5000+
"@mantine/carousel": "npm:^7.17.7"
5001+
"@mantine/core": "npm:^7.17.7"
5002+
"@mantine/hooks": "npm:^7.17.7"
50035003
"@next/bundle-analyzer": "npm:^15.3.1"
50045004
"@next/eslint-plugin-next": "npm:^15.3.1"
50055005
"@storybook/nextjs": "npm:^8.6.12"
@@ -5808,10 +5808,10 @@ __metadata:
58085808
languageName: node
58095809
linkType: hard
58105810

5811-
"electron-to-chromium@npm:^1.5.73":
5812-
version: 1.5.148
5813-
resolution: "electron-to-chromium@npm:1.5.148"
5814-
checksum: 10c0/e6de6bf2f632775ef426d346f0453ff9551c321a5d0e0a336e6c646e43b723ec0d2ce95199f3f3ab5ccb8a9c1996a409eaae056954366c491113928c66f60173
5811+
"electron-to-chromium@npm:^1.5.149":
5812+
version: 1.5.149
5813+
resolution: "electron-to-chromium@npm:1.5.149"
5814+
checksum: 10c0/dc9fe63d1ffb034a5c91133291b09d877b4b200b01b1235090e94aed7f75f4413637c7b4e3a783b03f03c06bee8f45bbd5f44ddb397bc35528ac8a838eb6a66d
58155815
languageName: node
58165816
linkType: hard
58175817

@@ -13003,7 +13003,7 @@ __metadata:
1300313003
languageName: node
1300413004
linkType: hard
1300513005

13006-
"update-browserslist-db@npm:^1.1.1":
13006+
"update-browserslist-db@npm:^1.1.3":
1300713007
version: 1.1.3
1300813008
resolution: "update-browserslist-db@npm:1.1.3"
1300913009
dependencies:

0 commit comments

Comments
 (0)