diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-12-21 17:30:58 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-12-21 17:30:58 -0800 |
| commit | 1123e62bc90a6f4ead898363029a64c1101a7330 (patch) | |
| tree | 569cf81433b2418ca707fc8cfd9b7b6fee6dbb8d /package.json | |
| parent | 4295678e2f47cdad84b30156af3ff24c78f275d7 (diff) | |
bump remix icons
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/package.json b/package.json index 849960b..27b83f5 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { - "name": "astrolink", - "type": "module", - "version": "0.0.1", - "scripts": { - "dev": "astro dev", - "start": "astro dev", - "build": "astro build", - "preview": "astro preview", - "astro": "astro" - }, - "dependencies": { - "astro": "^4.16.18", - "remixicon": "^4.3.0" - } + "name": "astrolink", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "astro": "^4.16.18", + "remixicon": "^4.6.0" + } } |
