Compare commits
1
Commits
master
..
591183170d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
591183170d |
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:26",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
|
||||
"forwardPorts": [4321],
|
||||
"portsAttributes": {
|
||||
"4321": {
|
||||
|
||||
@@ -9,7 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
container: ghcr.io/renovatebot/renovate:44
|
||||
container: ghcr.io/renovatebot/renovate:43
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
@@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v7
|
||||
- uses: actions/setup-node@v7
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24
|
||||
- run: npm ci
|
||||
|
||||
Generated
+477
-636
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -4,7 +4,7 @@
|
||||
"version": "2025.01.24",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"packageManager": "npm@12.0.2",
|
||||
"packageManager": "npm@11.18.0",
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
"not dead"
|
||||
@@ -32,17 +32,17 @@
|
||||
"dayjs": "^1.11.13",
|
||||
"globby": "^16.0.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
"markdown-it": "^15.0.0",
|
||||
"markdown-it": "^14.1.1",
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"reading-time": "^1.5.0",
|
||||
"rehype-external-links": "^3.0.0",
|
||||
"sanitize-html": "^2.17.3",
|
||||
"sass": "^1.89.1",
|
||||
"satori": "^0.29.0",
|
||||
"satori": "^0.26.0",
|
||||
"satori-html": "^0.3.2",
|
||||
"schema-dts": "^2.0.0",
|
||||
"sharp": "^0.35.0",
|
||||
"typescript": "^5",
|
||||
"typescript": "^7.0.0",
|
||||
"unist-util-visit": "^5.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user