astro-gists/package/package.json

62 lines
1.6 KiB
JSON
Raw Normal View History

2024-02-24 02:44:44 +00:00
{
2024-02-24 03:03:06 +00:00
"name": "@matthiesenxyz/astro-gists",
"version": "0.3.2",
2024-02-24 03:34:15 +00:00
"description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit",
2024-02-24 02:44:44 +00:00
"author": {
2024-02-24 03:03:06 +00:00
"email": "adam@matthiesen.xyz",
2024-02-25 10:35:01 +00:00
"name": "Adam Matthiesen - MatthiesenXYZ",
2024-02-24 03:03:06 +00:00
"url": "https://matthiesen.xyz"
2024-02-24 02:44:44 +00:00
},
"license": "MIT",
"keywords": [
"astro-integration",
"astro-component",
"withastro",
"astro",
2024-02-24 03:03:06 +00:00
"github",
"gist",
"octokit"
2024-02-24 02:44:44 +00:00
],
2024-02-24 03:03:06 +00:00
"homepage": "https://github.com/MatthiesenXYZ/astro-gists",
2024-02-25 10:35:01 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/MatthiesenXYZ/astro-gists.git"
},
"bugs": {
"url": "https://github.com/MatthiesenXYZ/astro-gists/issues"
},
2024-02-24 02:44:44 +00:00
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"exports": {
".": {
"types": "./src/index.d.ts",
"import": "./src/index.ts"
},
2024-02-24 09:47:57 +00:00
"./components": "./src/components/index.ts",
"./GetGist": "./src/components/GetGist.astro",
"./GetGistGroup": "./src/components/GetGistGroup.astro"
2024-02-24 02:44:44 +00:00
},
"scripts": {},
"type": "module",
"peerDependencies": {
2024-04-26 10:10:17 +00:00
"astro": ">=4.5.0"
2024-02-24 02:44:44 +00:00
},
"devDependencies": {
2024-04-26 10:10:17 +00:00
"@octokit/types": "^13.4.1"
},
2024-02-24 02:44:44 +00:00
"dependencies": {
Bump the prod-dependencies group across 1 directory with 9 updates Bumps the prod-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@expressive-code/core](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/core) | `0.35.2` | `0.35.3` | | [@expressive-code/plugin-frames](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/plugin-frames) | `0.35.2` | `0.35.3` | | [@expressive-code/plugin-shiki](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/plugin-shiki) | `0.35.2` | `0.35.3` | | [@expressive-code/plugin-text-markers](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/plugin-text-markers) | `0.35.2` | `0.35.3` | | [@expressive-code/plugin-line-numbers](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/plugin-line-numbers) | `0.35.2` | `0.35.3` | | [astro-integration-kit](https://github.com/florian-lefebvre/astro-integration-kit) | `0.12.0` | `0.13.3` | | [octokit](https://github.com/octokit/octokit.js) | `3.2.0` | `4.0.2` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.2.10` | `5.2.11` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.7.0` | `4.8.6` | Updates `@expressive-code/core` from 0.35.2 to 0.35.3 - [Release notes](https://github.com/expressive-code/expressive-code/releases) - [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/core/CHANGELOG.md) - [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/core@0.35.3/packages/@expressive-code/core) Updates `@expressive-code/plugin-frames` from 0.35.2 to 0.35.3 - [Release notes](https://github.com/expressive-code/expressive-code/releases) - [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/plugin-frames/CHANGELOG.md) - [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/plugin-frames@0.35.3/packages/@expressive-code/plugin-frames) Updates `@expressive-code/plugin-shiki` from 0.35.2 to 0.35.3 - [Release notes](https://github.com/expressive-code/expressive-code/releases) - [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/plugin-shiki/CHANGELOG.md) - [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/plugin-shiki@0.35.3/packages/@expressive-code/plugin-shiki) Updates `@expressive-code/plugin-text-markers` from 0.35.2 to 0.35.3 - [Release notes](https://github.com/expressive-code/expressive-code/releases) - [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/plugin-text-markers/CHANGELOG.md) - [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/plugin-text-markers@0.35.3/packages/@expressive-code/plugin-text-markers) Updates `@expressive-code/plugin-line-numbers` from 0.35.2 to 0.35.3 - [Release notes](https://github.com/expressive-code/expressive-code/releases) - [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/plugin-line-numbers/CHANGELOG.md) - [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/plugin-line-numbers@0.35.3/packages/@expressive-code/plugin-line-numbers) Updates `astro-integration-kit` from 0.12.0 to 0.13.3 - [Release notes](https://github.com/florian-lefebvre/astro-integration-kit/releases) - [Commits](https://github.com/florian-lefebvre/astro-integration-kit/compare/astro-integration-kit@0.12.0...astro-integration-kit@0.13.3) Updates `octokit` from 3.2.0 to 4.0.2 - [Release notes](https://github.com/octokit/octokit.js/releases) - [Commits](https://github.com/octokit/octokit.js/compare/v3.2.0...v4.0.2) Updates `vite` from 5.2.10 to 5.2.11 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.2.11/packages/vite) Updates `astro` from 4.7.0 to 4.8.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.8.6/packages/astro) --- updated-dependencies: - dependency-name: "@expressive-code/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: "@expressive-code/plugin-frames" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: "@expressive-code/plugin-shiki" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: "@expressive-code/plugin-text-markers" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: "@expressive-code/plugin-line-numbers" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: astro-integration-kit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: octokit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-dependencies - dependency-name: vite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 08:44:09 +00:00
"@expressive-code/core": "^0.35.3",
"@expressive-code/plugin-frames": "^0.35.3",
"@expressive-code/plugin-shiki": "^0.35.3",
"@expressive-code/plugin-text-markers": "^0.35.3",
"@expressive-code/plugin-line-numbers": "^0.35.3",
"astro-integration-kit": "^0.13.3",
2024-04-01 12:34:08 +00:00
"chalk": "^5.3.0",
2024-04-26 10:10:17 +00:00
"p-retry": "^6.2.0",
Bump the prod-dependencies group across 1 directory with 9 updates Bumps the prod-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@expressive-code/core](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/core) | `0.35.2` | `0.35.3` | | [@expressive-code/plugin-frames](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/plugin-frames) | `0.35.2` | `0.35.3` | | [@expressive-code/plugin-shiki](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/plugin-shiki) | `0.35.2` | `0.35.3` | | [@expressive-code/plugin-text-markers](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/plugin-text-markers) | `0.35.2` | `0.35.3` | | [@expressive-code/plugin-line-numbers](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/plugin-line-numbers) | `0.35.2` | `0.35.3` | | [astro-integration-kit](https://github.com/florian-lefebvre/astro-integration-kit) | `0.12.0` | `0.13.3` | | [octokit](https://github.com/octokit/octokit.js) | `3.2.0` | `4.0.2` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.2.10` | `5.2.11` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.7.0` | `4.8.6` | Updates `@expressive-code/core` from 0.35.2 to 0.35.3 - [Release notes](https://github.com/expressive-code/expressive-code/releases) - [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/core/CHANGELOG.md) - [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/core@0.35.3/packages/@expressive-code/core) Updates `@expressive-code/plugin-frames` from 0.35.2 to 0.35.3 - [Release notes](https://github.com/expressive-code/expressive-code/releases) - [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/plugin-frames/CHANGELOG.md) - [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/plugin-frames@0.35.3/packages/@expressive-code/plugin-frames) Updates `@expressive-code/plugin-shiki` from 0.35.2 to 0.35.3 - [Release notes](https://github.com/expressive-code/expressive-code/releases) - [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/plugin-shiki/CHANGELOG.md) - [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/plugin-shiki@0.35.3/packages/@expressive-code/plugin-shiki) Updates `@expressive-code/plugin-text-markers` from 0.35.2 to 0.35.3 - [Release notes](https://github.com/expressive-code/expressive-code/releases) - [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/plugin-text-markers/CHANGELOG.md) - [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/plugin-text-markers@0.35.3/packages/@expressive-code/plugin-text-markers) Updates `@expressive-code/plugin-line-numbers` from 0.35.2 to 0.35.3 - [Release notes](https://github.com/expressive-code/expressive-code/releases) - [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/plugin-line-numbers/CHANGELOG.md) - [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/plugin-line-numbers@0.35.3/packages/@expressive-code/plugin-line-numbers) Updates `astro-integration-kit` from 0.12.0 to 0.13.3 - [Release notes](https://github.com/florian-lefebvre/astro-integration-kit/releases) - [Commits](https://github.com/florian-lefebvre/astro-integration-kit/compare/astro-integration-kit@0.12.0...astro-integration-kit@0.13.3) Updates `octokit` from 3.2.0 to 4.0.2 - [Release notes](https://github.com/octokit/octokit.js/releases) - [Commits](https://github.com/octokit/octokit.js/compare/v3.2.0...v4.0.2) Updates `vite` from 5.2.10 to 5.2.11 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.2.11/packages/vite) Updates `astro` from 4.7.0 to 4.8.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.8.6/packages/astro) --- updated-dependencies: - dependency-name: "@expressive-code/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: "@expressive-code/plugin-frames" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: "@expressive-code/plugin-shiki" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: "@expressive-code/plugin-text-markers" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: "@expressive-code/plugin-line-numbers" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: astro-integration-kit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: octokit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-dependencies - dependency-name: vite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 08:44:09 +00:00
"octokit": "^4.0.2",
"vite": "^5.2.11"
2024-02-24 02:44:44 +00:00
}
2024-02-24 03:03:06 +00:00
}