Update dipendency
This commit is contained in:
7
makefile
7
makefile
@@ -9,6 +9,13 @@ install: ## Intall
|
||||
@uv run pre-commit install
|
||||
@uv run pre-commit autoupdate
|
||||
|
||||
update: ## Update the site dipendency
|
||||
@npm update
|
||||
@uv lock
|
||||
@uv sync
|
||||
@uv run pre-commit autoupdate
|
||||
@uv export --no-hashes --format requirements-txt > requirements.txt
|
||||
|
||||
send_webmention: ## Send webmention from feed
|
||||
@uv run python send_webmention.py
|
||||
|
||||
|
||||
16
package-lock.json
generated
16
package-lock.json
generated
@@ -118,9 +118,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/browserslist": {
|
||||
"version": "4.25.3",
|
||||
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.3.tgz",
|
||||
"integrity": "sha512-cDGv1kkDI4/0e5yON9yM5G/0A5u8sf5TnmdX5C9qHzI9PPu++sQ9zjm1k9NiOrf3riY4OkK0zSGqfvJyJsgCBQ==",
|
||||
"version": "4.25.4",
|
||||
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.4.tgz",
|
||||
"integrity": "sha512-4jYpcjabC606xJ3kw2QwGEZKX0Aw7sgQdZCvIK9dhVSPh76BKo+C+btT1RRofH7B+8iNpEbgGNVWiLki5q93yg==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
@@ -137,8 +137,8 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"caniuse-lite": "^1.0.30001735",
|
||||
"electron-to-chromium": "^1.5.204",
|
||||
"caniuse-lite": "^1.0.30001737",
|
||||
"electron-to-chromium": "^1.5.211",
|
||||
"node-releases": "^2.0.19",
|
||||
"update-browserslist-db": "^1.1.3"
|
||||
},
|
||||
@@ -241,9 +241,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/electron-to-chromium": {
|
||||
"version": "1.5.210",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.210.tgz",
|
||||
"integrity": "sha512-20kSVv1tyNBN2VFsjCIJZfyvxqo7ylHPrJLME040f/030lzNMA7uQNpxtqJjWSNpccD8/2sqe53EAjrFPvQmjw==",
|
||||
"version": "1.5.211",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.211.tgz",
|
||||
"integrity": "sha512-IGBvimJkotaLzFnwIVgW9/UD/AOJ2tByUmeOrtqBfACSbAw5b1G0XpvdaieKyc7ULmbwXVx+4e4Be8pOPBrYkw==",
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/emoji-regex": {
|
||||
|
||||
@@ -15,8 +15,8 @@ dependencies = [
|
||||
"pyyaml",
|
||||
"lxml",
|
||||
"typer",
|
||||
"python-frontmatter>=1.1.0,<2",
|
||||
"bleach>=6.2.0,<7",
|
||||
"python-frontmatter",
|
||||
"bleach",
|
||||
]
|
||||
|
||||
[project.entry-points.dotenv]
|
||||
|
||||
4
uv.lock
generated
4
uv.lock
generated
@@ -142,12 +142,12 @@ dev = [
|
||||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "beautifulsoup4" },
|
||||
{ name = "bleach", specifier = ">=6.2.0,<7" },
|
||||
{ name = "bleach" },
|
||||
{ name = "feedparser" },
|
||||
{ name = "lxml" },
|
||||
{ name = "pillow" },
|
||||
{ name = "python-dotenv" },
|
||||
{ name = "python-frontmatter", specifier = ">=1.1.0,<2" },
|
||||
{ name = "python-frontmatter" },
|
||||
{ name = "pyyaml" },
|
||||
{ name = "requests" },
|
||||
{ name = "typer" },
|
||||
|
||||
Reference in New Issue
Block a user