Skip to content

Commit 571fa02

Browse files
committed
upgrade
1 parent 6f5cb4f commit 571fa02

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

docs/working-notes/todo4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ https://github.com/rehypejs/rehype-external-links
178178

179179
og random image from all-images
180180
fix iphone mdx webm to mp4
181+
add tag negation support !tag
181182
```
182183

183184

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"class-variance-authority": "^0.7.1",
4747
"clsx": "^2.1.1",
4848
"date-fns": "^4.1.0",
49-
"dotenv": "^16.4.5",
49+
"dotenv": "^16.5.0",
5050
"feed": "^4.2.2",
5151
"giscus": "^1.6.0",
5252
"github-slugger": "^2.0.0",
@@ -76,7 +76,7 @@
7676
"@typescript-eslint/eslint-plugin": "^8.29.0",
7777
"@typescript-eslint/parser": "^8.29.0",
7878
"eslint": "8.57.0",
79-
"eslint-config-prettier": "^10.1.1",
79+
"eslint-config-prettier": "^10.1.2",
8080
"eslint-mdx": "^3.3.2",
8181
"eslint-plugin-astro": "^1.3.1",
8282
"eslint-plugin-mdx": "^3.3.2",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2657,11 +2657,16 @@ domutils@^3.0.1, domutils@^3.1.0:
26572657
domelementtype "^2.3.0"
26582658
domhandler "^5.0.3"
26592659

2660-
dotenv@^16.4.5, dotenv@^16.4.7:
2660+
dotenv@^16.4.7:
26612661
version "16.4.7"
26622662
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26"
26632663
integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==
26642664

2665+
dotenv@^16.5.0:
2666+
version "16.5.0"
2667+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.5.0.tgz#092b49f25f808f020050051d1ff258e404c78692"
2668+
integrity sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==
2669+
26652670
dset@^3.1.4:
26662671
version "3.1.4"
26672672
resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.4.tgz#f8eaf5f023f068a036d08cd07dc9ffb7d0065248"
@@ -2861,10 +2866,10 @@ eslint-compat-utils@^0.6.0:
28612866
dependencies:
28622867
semver "^7.5.4"
28632868

2864-
eslint-config-prettier@^10.1.1:
2865-
version "10.1.1"
2866-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.1.tgz#cf0ff6e5c4e7e15f129f1f1ce2a5ecba92dec132"
2867-
integrity sha512-4EQQr6wXwS+ZJSzaR5ZCrYgLxqvUjdXctaEtBqHcbkW944B1NQyO4qpdHQbXBONfwxXdkAY81HH4+LUfrg+zPw==
2869+
eslint-config-prettier@^10.1.2:
2870+
version "10.1.2"
2871+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.2.tgz#31a4b393c40c4180202c27e829af43323bf85276"
2872+
integrity sha512-Epgp/EofAUeEpIdZkW60MHKvPyru1ruQJxPL+WIycnaPApuseK0Zpkrh/FwL9oIpQvIhJwV7ptOy0DWUjTlCiA==
28682873

28692874
eslint-mdx@^3.3.2, eslint-mdx@^3.4.0:
28702875
version "3.4.0"

0 commit comments

Comments
 (0)