Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit f461cb7

Browse files
Bump the npm_and_yarn group with 3 updates
Bumps the npm_and_yarn group with 3 updates: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [rollup](https://github.com/rollup/rollup). Updates `vite` from 5.1.6 to 5.1.8 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.1.8/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.8/packages/vite) Updates `astro` from 4.5.6 to 4.16.1 - [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/[email protected]/packages/astro) Updates `rollup` from 4.12.1 to 4.27.3 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.12.1...v4.27.3) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: astro dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca3e595 commit f461cb7

File tree

5 files changed

+1851
-397
lines changed

5 files changed

+1851
-397
lines changed

packages/astro-ghostcms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
"picocolors": "^1.0.0",
8080
"satori": "^0.10.13",
8181
"satori-html": "^0.3.2",
82-
"vite": "^5.1.6"
82+
"vite": "^5.1.8"
8383
}
8484
}

packages/starlight-ghostcms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"astro-integration-kit": "^0.6.0",
6666
"astro-remote": "^0.3.2",
6767
"ultrahtml": "^1.5.3",
68-
"vite": "^5.1.6",
68+
"vite": "^5.1.8",
6969
"vite-tsconfig-paths": "^4.3.2"
7070
},
7171
"peerDependencies": {

playgrounds/astro-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.5.6",
14+
"astro": "^4.16.1",
1515
"@matthiesenxyz/astro-ghostcms": "workspace:*",
1616
"@matthiesenxyz/astro-ghostcms-theme-default": "workspace:*",
1717
"@matthiesenxyz/astro-ghostcms-catppuccin": "workspace:*",

playgrounds/starlight-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@astrojs/starlight": "^0.21.1",
1919
"@matthiesenxyz/starlight-ghostcms": "workspace:*",
2020
"@matthiesenxyz/astro-gists": "^0.2.11",
21-
"astro": "^4.5.6",
21+
"astro": "^4.16.1",
2222
"sharp": "^0.33.2"
2323
}
2424
}

0 commit comments

Comments
 (0)