Upgrade dependencies

This commit is contained in:
CodeDoctorDE
2026-03-12 14:46:50 +01:00
parent 719c4f7e2f
commit ee5002f7cd
5 changed files with 337 additions and 662 deletions

View File

@@ -2,21 +2,21 @@
## Supported Versions
| Version | Supported | |
| ------------------------ | ------------------ | ----------------------------------------------------------------------------- |
| 2.5-dev (Crimson Red) | :warning: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.5.0-beta.3) |
| 2.4.3 (Black Hairstreak) | :white_check_mark: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.4.3) |
| 2.3.4 (Adonis Blue) | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.3.4) |
| 2.2.4 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.2.4) |
| 2.1.1 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.1.1) |
| 2.0.3 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.0.3) |
| 1.6.1 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.6.1) |
| 1.5.1 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.5.1) |
| 1.4.4 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.4.4) |
| 1.3.2 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.3.2) |
| 1.2.1 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.2.1) |
| 1.1.2 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.1.2) |
| 1.0.0 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.0.0) |
| Version | Supported | |
| ------------------------ | ------------------ | --------------------------------------------------------------------------- |
| 2.5-dev (Crimson Red) | :warning: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.5.0-rc.0) |
| 2.4.4 (Black Hairstreak) | :white_check_mark: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.4.4) |
| 2.3.4 (Adonis Blue) | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.3.4) |
| 2.2.4 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.2.4) |
| 2.1.1 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.1.1) |
| 2.0.3 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.0.3) |
| 1.6.1 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.6.1) |
| 1.5.1 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.5.1) |
| 1.4.4 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.4.4) |
| 1.3.2 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.3.2) |
| 1.2.1 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.2.1) |
| 1.1.2 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.1.2) |
| 1.0.0 | :x: | [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.0.0) |
Older versions can be found [here](https://butterfly.linwood.dev/community/pre-1-0).

View File

@@ -8,8 +8,8 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.4.0)
aws-partitions (1.1221.0)
aws-sdk-core (3.242.0)
aws-partitions (1.1224.0)
aws-sdk-core (3.243.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
@@ -20,8 +20,8 @@ GEM
aws-sdk-kms (1.122.0)
aws-sdk-core (~> 3, >= 3.241.4)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.214.0)
aws-sdk-core (~> 3, >= 3.241.4)
aws-sdk-s3 (1.215.0)
aws-sdk-core (~> 3, >= 3.243.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.12.1)
@@ -68,10 +68,10 @@ GEM
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday-retry (1.0.4)
faraday_middleware (1.2.1)
faraday (~> 1.0)
fastimage (2.4.0)
fastimage (2.4.1)
fastlane (2.232.2)
CFPropertyList (>= 2.3, < 4.0.0)
abbrev (~> 0.1.2)
@@ -169,7 +169,7 @@ GEM
httpclient (2.9.0)
mutex_m
jmespath (1.6.2)
json (2.18.1)
json (2.19.1)
jwt (2.10.2)
base64
logger (1.7.0)
@@ -191,7 +191,7 @@ GEM
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.2.1)
retriable (3.4.1)
rexml (3.4.4)
rouge (3.28.0)
ruby2_keywords (0.0.5)
@@ -242,4 +242,4 @@ DEPENDENCIES
screengrab
BUNDLED WITH
4.0.7
4.0.8

View File

@@ -1616,10 +1616,10 @@ packages:
dependency: transitive
description:
name: vector_graphics
sha256: a4f059dc26fc8295b5921376600a194c4ec7d55e72f2fe4c7d2831e103d461e6
sha256: "7076216a10d5c390315fbe536a30f1254c341e7543e6c4c8a815e591307772b1"
url: "https://pub.dev"
source: hosted
version: "1.1.19"
version: "1.1.20"
vector_graphics_codec:
dependency: transitive
description:

View File

@@ -10,15 +10,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/react": "^4.4.2",
"@astrojs/starlight": "^0.37.7",
"@astrojs/check": "^0.9.7",
"@astrojs/react": "^5.0.0",
"@astrojs/starlight": "^0.38.1",
"@linwooddev/style": "github:LinwoodDev/style#efbdf8f05d4ef1cf6fec65c90194d30b68b3c64e&path:/packages/web",
"@phosphor-icons/react": "^2.1.10",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^5.18.0",
"katex": "^0.16.37",
"astro": "^6.0.3",
"katex": "^0.16.38",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rehype-katex": "^7.0.1",
@@ -27,10 +27,10 @@
"remark-math": "^6.0.0",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.31.0",
"packageManager": "pnpm@10.32.1",
"devDependencies": {
"@vite-pwa/astro": "^1.2.0",
"sass": "^1.97.3",
"sass": "^1.98.0",
"sharp": "^0.34.5",
"vite-plugin-pwa": "^1.2.0",
"workbox-window": "^7.4.0"

933
docs/pnpm-lock.yaml generated
View File

File diff suppressed because it is too large Load Diff