chore: update icons

This commit is contained in:
Cory Dransfeldt 2024-11-28 12:09:50 -08:00
parent 8e0a826fdb
commit d2ad1147b3
No known key found for this signature in database
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View file

@ -1,18 +1,18 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "1.3.0", "version": "1.4.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "1.3.0", "version": "1.4.0",
"dependencies": { "dependencies": {
"@astrojs/check": "0.9.4", "@astrojs/check": "0.9.4",
"@astrojs/cloudflare": "^11.2.0", "@astrojs/cloudflare": "^11.2.0",
"@astrojs/rss": "4.0.9", "@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1", "@astrojs/sitemap": "3.2.1",
"@cdransf/astro-tabler-icons": "1.1.0", "@cdransf/astro-tabler-icons": "1.2.0",
"@supabase/supabase-js": "^2.46.2", "@supabase/supabase-js": "^2.46.2",
"astro": "4.16.16", "astro": "4.16.16",
"astro-embed": "0.9.0", "astro-embed": "0.9.0",
@ -679,9 +679,9 @@
} }
}, },
"node_modules/@cdransf/astro-tabler-icons": { "node_modules/@cdransf/astro-tabler-icons": {
"version": "1.1.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/@cdransf/astro-tabler-icons/-/astro-tabler-icons-1.1.0.tgz", "resolved": "https://registry.npmjs.org/@cdransf/astro-tabler-icons/-/astro-tabler-icons-1.2.0.tgz",
"integrity": "sha512-KRI4lFvhn9THfCxOBaU5OPtqN+q8nyuXjJNvpwmJ1dLTCc+kjo+QPUjZv1cV8ObGBNsRBxVI7UF09FBiaa3bNg==", "integrity": "sha512-hhQAz92ARR2aPr92ARW0ah2BARy1ntjX89eB83k/Z9AGmBtuS+4OOJqPvewAS/r3e45AwDJCQRBrc28XlPsQxg==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@cloudflare/kv-asset-handler": { "node_modules/@cloudflare/kv-asset-handler": {
@ -3620,9 +3620,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/electron-to-chromium": { "node_modules/electron-to-chromium": {
"version": "1.5.66", "version": "1.5.67",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.66.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.67.tgz",
"integrity": "sha512-pI2QF6+i+zjPbqRzJwkMvtvkdI7MjVbSh2g8dlMguDJIXEPw+kwasS1Jl+YGPEBfGVxsVgGUratAKymPdPo2vQ==", "integrity": "sha512-nz88NNBsD7kQSAGGJyp8hS6xSPtWwqNogA0mjtc2nUYeEf3nURK9qpV18TuBdDmEDgVWotS8Wkzf+V52dSQ/LQ==",
"license": "ISC" "license": "ISC"
}, },
"node_modules/emmet": { "node_modules/emmet": {

View file

@ -1,7 +1,7 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"type": "module", "type": "module",
"version": "1.3.0", "version": "1.4.0",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
@ -20,7 +20,7 @@
"@astrojs/cloudflare": "^11.2.0", "@astrojs/cloudflare": "^11.2.0",
"@astrojs/rss": "4.0.9", "@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1", "@astrojs/sitemap": "3.2.1",
"@cdransf/astro-tabler-icons": "1.1.0", "@cdransf/astro-tabler-icons": "1.2.0",
"@supabase/supabase-js": "^2.46.2", "@supabase/supabase-js": "^2.46.2",
"astro": "4.16.16", "astro": "4.16.16",
"astro-embed": "0.9.0", "astro-embed": "0.9.0",