mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-06 12:57:22 +02:00
Compare commits
2 Commits
d018e6e3a2
...
788c539400
Author | SHA1 | Date | |
---|---|---|---|
![]() |
788c539400 | ||
![]() |
b7af93fdc7 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"@aminda/global-prettier-config": "2025.8.0"
|
||||
"@aminda/global-prettier-config": "2025.7.1"
|
||||
},
|
||||
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
|
||||
}
|
||||
|
50
pnpm-lock.yaml
generated
50
pnpm-lock.yaml
generated
@ -9,13 +9,13 @@ importers:
|
||||
.:
|
||||
devDependencies:
|
||||
'@aminda/global-prettier-config':
|
||||
specifier: 2025.8.0
|
||||
version: 2025.8.0
|
||||
specifier: 2025.7.1
|
||||
version: 2025.7.1
|
||||
|
||||
packages:
|
||||
|
||||
'@aminda/global-prettier-config@2025.8.0':
|
||||
resolution: {integrity: sha512-B5TaC6F9G9y1Yy3lZmAHSpBwueIVBcLZV0HK6f38TxEzNyI8Q0AFhUTK5zG4QLWfvDmm0KzbpJnxqgXgfJ5nIw==}
|
||||
'@aminda/global-prettier-config@2025.7.1':
|
||||
resolution: {integrity: sha512-fTxXBUsillMfAigewcuhqHVBhn2Xr2mwCH41t9rY/p3FNKsX9DvRAWOROrkvnT9gyW86J9Aw/ZGGNwPeiq4PTQ==}
|
||||
|
||||
'@prettier/plugin-ruby@4.0.4':
|
||||
resolution: {integrity: sha512-lCpvfS/dQU5WrwN3AQ5vR8qrvj2h5gE41X08NNzAAXvHdM4zwwGRcP2sHSxfu6n6No+ljWCVx95NvJPFTTjCTg==}
|
||||
@ -45,20 +45,20 @@ packages:
|
||||
prettier-plugin-nginx@1.0.3:
|
||||
resolution: {integrity: sha512-vV5q85s8XnV6NEgvz1gVLfZhmxAxY03MyOYj2ApBpjFkbs00lRsRkTmqO9L39ADuD18z1RRCcfZ3eVxKhI/nqg==}
|
||||
|
||||
prettier-plugin-sh@0.15.0:
|
||||
resolution: {integrity: sha512-U0PikJr/yr2bzzARl43qI0mApBj0C1xdAfA04AZa6LnvIKawXHhuy2fFo6LNA7weRzGlAiNbaEFfKMFo0nZr/A==}
|
||||
prettier-plugin-sh@0.14.0:
|
||||
resolution: {integrity: sha512-hfXulj5+zEl/ulrO5kMuuTPKmXvOg0bnLHY1hKFNN/N+/903iZbNp8NyZBTsgI8dtkSgFfAEIQq0IQTyP1ZVFQ==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
peerDependencies:
|
||||
prettier: ^3.0.3
|
||||
|
||||
prettier-plugin-toml@2.0.2:
|
||||
resolution: {integrity: sha512-tUIIhyfdVX5DMsLGKX/2qaEwi3W48OkUSR7XC91PRI5jFzhexmaYWkrSP1Xh/eWUcEc0TVMQenM3lB09xLQstQ==}
|
||||
prettier-plugin-toml@2.0.1:
|
||||
resolution: {integrity: sha512-99z1YOkViECHtXQjGIigd3talI/ybUI1zB3yniAwUrlWBXupNXThB1hM6bwSMUEj2/+tomTlMtT98F5t4s8IWA==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
peerDependencies:
|
||||
prettier: ^3.0.3
|
||||
|
||||
prettier@3.5.2:
|
||||
resolution: {integrity: sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==}
|
||||
prettier@3.5.1:
|
||||
resolution: {integrity: sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
|
||||
@ -74,23 +74,23 @@ packages:
|
||||
|
||||
snapshots:
|
||||
|
||||
'@aminda/global-prettier-config@2025.8.0':
|
||||
'@aminda/global-prettier-config@2025.7.1':
|
||||
dependencies:
|
||||
'@prettier/plugin-ruby': 4.0.4(prettier@3.5.2)
|
||||
'@prettier/plugin-xml': 3.4.1(prettier@3.5.2)
|
||||
prettier: 3.5.2
|
||||
'@prettier/plugin-ruby': 4.0.4(prettier@3.5.1)
|
||||
'@prettier/plugin-xml': 3.4.1(prettier@3.5.1)
|
||||
prettier: 3.5.1
|
||||
prettier-plugin-nginx: 1.0.3
|
||||
prettier-plugin-sh: 0.15.0(prettier@3.5.2)
|
||||
prettier-plugin-toml: 2.0.2(prettier@3.5.2)
|
||||
prettier-plugin-sh: 0.14.0(prettier@3.5.1)
|
||||
prettier-plugin-toml: 2.0.1(prettier@3.5.1)
|
||||
|
||||
'@prettier/plugin-ruby@4.0.4(prettier@3.5.2)':
|
||||
'@prettier/plugin-ruby@4.0.4(prettier@3.5.1)':
|
||||
dependencies:
|
||||
prettier: 3.5.2
|
||||
prettier: 3.5.1
|
||||
|
||||
'@prettier/plugin-xml@3.4.1(prettier@3.5.2)':
|
||||
'@prettier/plugin-xml@3.4.1(prettier@3.5.1)':
|
||||
dependencies:
|
||||
'@xml-tools/parser': 1.0.11
|
||||
prettier: 3.5.2
|
||||
prettier: 3.5.1
|
||||
|
||||
'@taplo/core@0.1.1': {}
|
||||
|
||||
@ -110,18 +110,18 @@ snapshots:
|
||||
|
||||
prettier-plugin-nginx@1.0.3: {}
|
||||
|
||||
prettier-plugin-sh@0.15.0(prettier@3.5.2):
|
||||
prettier-plugin-sh@0.14.0(prettier@3.5.1):
|
||||
dependencies:
|
||||
mvdan-sh: 0.10.1
|
||||
prettier: 3.5.2
|
||||
prettier: 3.5.1
|
||||
sh-syntax: 0.4.2
|
||||
|
||||
prettier-plugin-toml@2.0.2(prettier@3.5.2):
|
||||
prettier-plugin-toml@2.0.1(prettier@3.5.1):
|
||||
dependencies:
|
||||
'@taplo/lib': 0.4.0-alpha.2
|
||||
prettier: 3.5.2
|
||||
prettier: 3.5.1
|
||||
|
||||
prettier@3.5.2: {}
|
||||
prettier@3.5.1: {}
|
||||
|
||||
regexp-to-ast@0.5.0: {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user