update package.jsons

This commit is contained in:
Adam Matthiesen 2024-02-25 02:35:01 -08:00
parent 28565e3fc3
commit 859c58ab7e
2 changed files with 13 additions and 6 deletions

View File

@ -14,7 +14,7 @@
"lint:fix": "biome check --apply ." "lint:fix": "biome check --apply ."
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.5.3", "@biomejs/biome": "^1.5.3",
"@changesets/cli": "^2.27.1" "@changesets/cli": "^2.27.1"
} }
} }

View File

@ -4,7 +4,7 @@
"description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit",
"author": { "author": {
"email": "adam@matthiesen.xyz", "email": "adam@matthiesen.xyz",
"name": "Adam Matthiesen", "name": "Adam Matthiesen - MatthiesenXYZ",
"url": "https://matthiesen.xyz" "url": "https://matthiesen.xyz"
}, },
"license": "MIT", "license": "MIT",
@ -18,6 +18,13 @@
"octokit" "octokit"
], ],
"homepage": "https://github.com/MatthiesenXYZ/astro-gists", "homepage": "https://github.com/MatthiesenXYZ/astro-gists",
"repository": {
"type": "git",
"url": "git+https://github.com/MatthiesenXYZ/astro-gists.git"
},
"bugs": {
"url": "https://github.com/MatthiesenXYZ/astro-gists/issues"
},
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
@ -38,11 +45,11 @@
"astro": "^4.4.0" "astro": "^4.4.0"
}, },
"dependencies": { "dependencies": {
"@octokit/types": "12.6.0", "@octokit/types": "^12.6.0",
"@expressive-code/plugin-line-numbers": "0.33.4", "@expressive-code/plugin-line-numbers": "^0.33.4",
"astro-integration-kit": "^0.3.0", "astro-integration-kit": "^0.3.0",
"astro-expressive-code": "^0.33.4", "astro-expressive-code": "^0.33.4",
"octokit": "3.1.2", "octokit": "^3.1.2",
"vite": "5.1.4" "vite": "^5.1.4"
} }
} }