mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
chore(deps): update dependency devalue to v5 (#10836)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
79b738539a
commit
68e3b7c59d
3 changed files with 8 additions and 8 deletions
|
@ -138,7 +138,7 @@
|
|||
"cssesc": "^3.0.0",
|
||||
"debug": "^4.3.4",
|
||||
"deterministic-object-hash": "^2.0.1",
|
||||
"devalue": "^4.3.2",
|
||||
"devalue": "^5.0.0",
|
||||
"diff": "^5.1.0",
|
||||
"dlv": "^1.1.3",
|
||||
"dset": "^3.1.3",
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
"@types/markdown-it": "^14.0.1",
|
||||
"astro": "workspace:*",
|
||||
"astro-scripts": "workspace:*",
|
||||
"devalue": "^4.3.2",
|
||||
"devalue": "^5.0.0",
|
||||
"linkedom": "^0.16.4",
|
||||
"vite": "^5.1.4"
|
||||
},
|
||||
|
|
|
@ -576,8 +576,8 @@ importers:
|
|||
specifier: ^2.0.1
|
||||
version: 2.0.2
|
||||
devalue:
|
||||
specifier: ^4.3.2
|
||||
version: 4.3.2
|
||||
specifier: ^5.0.0
|
||||
version: 5.0.0
|
||||
diff:
|
||||
specifier: ^5.1.0
|
||||
version: 5.2.0
|
||||
|
@ -4222,8 +4222,8 @@ importers:
|
|||
specifier: workspace:*
|
||||
version: link:../../../scripts
|
||||
devalue:
|
||||
specifier: ^4.3.2
|
||||
version: 4.3.2
|
||||
specifier: ^5.0.0
|
||||
version: 5.0.0
|
||||
linkedom:
|
||||
specifier: ^0.16.4
|
||||
version: 0.16.11
|
||||
|
@ -10287,8 +10287,8 @@ packages:
|
|||
base-64: 1.0.0
|
||||
dev: false
|
||||
|
||||
/devalue@4.3.2:
|
||||
resolution: {integrity: sha512-KqFl6pOgOW+Y6wJgu80rHpo2/3H07vr8ntR9rkkFIRETewbf5GaYYcakYfiKz89K+sLsuPkQIZaXDMjUObZwWg==}
|
||||
/devalue@5.0.0:
|
||||
resolution: {integrity: sha512-gO+/OMXF7488D+u3ue+G7Y4AA3ZmUnB3eHJXmBTgNHvr4ZNzl36A0ZtG+XCRNYCkYx/bFmw4qtkoFLa+wSrwAA==}
|
||||
|
||||
/devlop@1.1.0:
|
||||
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
|
||||
|
|
Loading…
Reference in a new issue