mirror of
https://github.com/valentineus/popov.link.git
synced 2025-08-13 09:56:39 +03:00
Compare commits
28 Commits
15fdeb46f1
...
renovate/a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d6c069942f | ||
![]() |
8e45725ef1 | ||
![]() |
ef92c4c868 | ||
![]() |
7dedb5dee6 | ||
![]() |
915c38ead7 | ||
![]() |
267811db58 | ||
![]() |
619978bea0 | ||
![]() |
0b975cf5c9 | ||
![]() |
b324aa97c5 | ||
![]() |
a4df7bd513 | ||
![]() |
ce77882f3d | ||
![]() |
79cdf898f1 | ||
![]() |
e1566f94d4 | ||
![]() |
f7efa6db5b | ||
![]() |
ae3176da79 | ||
![]() |
3bb4d50767 | ||
![]() |
dd33ec8e48 | ||
![]() |
4698e50cb7 | ||
![]() |
05a0579a91 | ||
![]() |
80fcd46280 | ||
![]() |
7634a2e325 | ||
![]() |
29385b1edf | ||
![]() |
ae7dac3099 | ||
![]() |
d8a59ef4c4 | ||
![]() |
4412049beb | ||
![]() |
c32aa4e773 | ||
![]() |
c9d67d9210 | ||
![]() |
d99c901b42 |
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
|
||||
"forwardPorts": [4321],
|
||||
"portsAttributes": {
|
||||
"4321": {
|
||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Mirror to remote repository
|
||||
|
636
package-lock.json
generated
636
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"version": "2025.01.24",
|
||||
"private": true,
|
||||
"packageManager": "npm@11.4.2",
|
||||
"packageManager": "npm@11.5.2",
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
@@ -35,7 +35,7 @@
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"reading-time": "^1.5.0",
|
||||
"sass": "^1.89.1",
|
||||
"satori": "^0.15.2",
|
||||
"satori": "^0.16.0",
|
||||
"satori-html": "^0.3.2",
|
||||
"schema-dts": "^1.1.5",
|
||||
"sharp": "^0.34.2",
|
||||
|
Reference in New Issue
Block a user