mirror of
https://github.com/BenRoe/awesome-mechanical-keyboard.git
synced 2024-11-25 01:35:57 +03:00
ae43725a2d
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [@astrojs/preact](https://github.com/withastro/astro/tree/HEAD/packages/integrations/preact). These dependencies need to be updated together. Updates `json5` from 2.2.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3) Updates `@astrojs/preact` from 1.2.0 to 2.1.0 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/preact/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/preact@2.1.0/packages/integrations/preact) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: "@astrojs/preact" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
685 B
JSON
29 lines
685 B
JSON
{
|
|
"name": "@example/docs",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"check": "astro check && tsc",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@algolia/client-search": "^4.14.2",
|
|
"@astrojs/image": "^0.10.0",
|
|
"@astrojs/preact": "^2.1.0",
|
|
"@astrojs/react": "^1.2.0",
|
|
"@docsearch/css": "^3.2.1",
|
|
"@docsearch/react": "^3.2.1",
|
|
"@types/node": "^18.11.0",
|
|
"@types/react": "^18.0.21",
|
|
"@types/react-dom": "^18.0.6",
|
|
"astro": "^1.5.0",
|
|
"preact": "^10.11.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|