File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ https://github.com/rehypejs/rehype-external-links
178
178
179
179
og random image from all - images
180
180
fix iphone mdx webm to mp4
181
+ add tag negation support ! tag
181
182
```
182
183
183
184
Original file line number Diff line number Diff line change 46
46
"class-variance-authority" : " ^0.7.1" ,
47
47
"clsx" : " ^2.1.1" ,
48
48
"date-fns" : " ^4.1.0" ,
49
- "dotenv" : " ^16.4.5 " ,
49
+ "dotenv" : " ^16.5.0 " ,
50
50
"feed" : " ^4.2.2" ,
51
51
"giscus" : " ^1.6.0" ,
52
52
"github-slugger" : " ^2.0.0" ,
76
76
"@typescript-eslint/eslint-plugin" : " ^8.29.0" ,
77
77
"@typescript-eslint/parser" : " ^8.29.0" ,
78
78
"eslint" : " 8.57.0" ,
79
- "eslint-config-prettier" : " ^10.1.1 " ,
79
+ "eslint-config-prettier" : " ^10.1.2 " ,
80
80
"eslint-mdx" : " ^3.3.2" ,
81
81
"eslint-plugin-astro" : " ^1.3.1" ,
82
82
"eslint-plugin-mdx" : " ^3.3.2" ,
Original file line number Diff line number Diff line change @@ -2657,11 +2657,16 @@ domutils@^3.0.1, domutils@^3.1.0:
2657
2657
domelementtype "^2.3.0"
2658
2658
domhandler "^5.0.3"
2659
2659
2660
- dotenv@^16.4.5, dotenv@^16.4. 7 :
2660
+ dotenv@^16.4.7 :
2661
2661
version "16.4.7"
2662
2662
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26"
2663
2663
integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==
2664
2664
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
+
2665
2670
dset@^3.1.4 :
2666
2671
version "3.1.4"
2667
2672
resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.4.tgz#f8eaf5f023f068a036d08cd07dc9ffb7d0065248"
@@ -2861,10 +2866,10 @@ eslint-compat-utils@^0.6.0:
2861
2866
dependencies :
2862
2867
semver "^7.5.4"
2863
2868
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 ==
2868
2873
2869
2874
eslint-mdx@^3.3.2, eslint-mdx@^3.4.0 :
2870
2875
version "3.4.0"
You can’t perform that action at this time.
0 commit comments