Merge pull request #2020 from nunocoracao/dependabot/npm_and_yarn/dev/packery-3.0.0

📌 Bump packery from 2.1.2 to 3.0.0
This commit is contained in:
Nuno Coração 2025-03-19 23:13:46 +00:00 committed by GitHub
commit a2493eab91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View file

@ -24,7 +24,7 @@
"katex": "^0.16.21",
"lite-youtube-embed": "^0.3.3",
"mermaid": "^11.5.0",
"packery": "^2.1.2",
"packery": "^3.0.0",
"prettier": "^3.5.3",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.6.11",
@ -2635,10 +2635,11 @@
}
},
"node_modules/packery": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/packery/-/packery-2.1.2.tgz",
"integrity": "sha512-Coc+8Atz03c0iu1RK0PZIJMKcKrE4i9Z8UBBywqz7Dhy40mMPM5wMQfqO9P2eqFP+lxKjGMTHgRAwjBQc+AQ5w==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/packery/-/packery-3.0.0.tgz",
"integrity": "sha512-mTaE43T4kJCxkln4/lSFMjfI+19cZaFcg3Z64JO4XHlCxUgwhHWne+KeYAsBrHCaNJ1/8gyjormp3G5Uh1rNIA==",
"dev": true,
"license": "MIT",
"dependencies": {
"get-size": "^2.0.2",
"outlayer": "^2.0.0"

View file

@ -41,7 +41,7 @@
"katex": "^0.16.21",
"lite-youtube-embed": "^0.3.3",
"mermaid": "^11.5.0",
"packery": "^2.1.2",
"packery": "^3.0.0",
"prettier": "^3.5.3",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.6.11",