mirror of
https://github.com/d0zingcat/BroadcastChannel.git
synced 2026-05-13 23:16:46 +00:00
chore: upgrade pnpm to 9.8.0 and update various package versions
This commit is contained in:
16
package.json
16
package.json
@@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"version": "0.1.1",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.7.0",
|
||||
"packageManager": "pnpm@9.8.0",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
@@ -16,11 +16,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/rss": "^4.0.7",
|
||||
"@sentry/astro": "^8.25.0",
|
||||
"astro": "^4.13.3",
|
||||
"@sentry/astro": "^8.26.0",
|
||||
"astro": "^4.14.5",
|
||||
"astro-seo": "^0.8.4",
|
||||
"cheerio": "1.0.0-rc.12",
|
||||
"dayjs": "^1.11.12",
|
||||
"dayjs": "^1.11.13",
|
||||
"flourite": "^1.3.0",
|
||||
"lru-cache": "^11.0.0",
|
||||
"ofetch": "^1.3.4",
|
||||
@@ -29,11 +29,11 @@
|
||||
"sanitize-html": "^2.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^2.25.1",
|
||||
"@antfu/eslint-config": "^2.27.1",
|
||||
"@astrojs/cloudflare": "^11.0.4",
|
||||
"@astrojs/netlify": "^5.5.0",
|
||||
"@astrojs/node": "^8.3.2",
|
||||
"@astrojs/vercel": "^7.7.2",
|
||||
"@astrojs/netlify": "^5.5.1",
|
||||
"@astrojs/node": "^8.3.3",
|
||||
"@astrojs/vercel": "^7.8.0",
|
||||
"@types/prismjs": "^1.26.4",
|
||||
"astro-eslint-parser": "^1.0.2",
|
||||
"autoprefixer": "^10.4.20",
|
||||
|
||||
1660
pnpm-lock.yaml
generated
1660
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
1
src/env.d.ts
vendored
1
src/env.d.ts
vendored
@@ -1,3 +1,4 @@
|
||||
/// <reference path="../.astro/types.d.ts" />
|
||||
/// <reference types="astro/client" />
|
||||
declare namespace App {
|
||||
interface Locals {
|
||||
|
||||
Reference in New Issue
Block a user