1 Commits

Author SHA1 Message Date
72bdbaf947 fix(deps): update react monorepo to v19
Some checks failed
renovate/artifacts Artifact file update failure
2025-06-11 17:01:47 +00:00
3 changed files with 5 additions and 7 deletions

View File

@@ -21,14 +21,14 @@
"cheerio": "1.0.0-rc.12", "cheerio": "1.0.0-rc.12",
"ioredis": "^5.3.2", "ioredis": "^5.3.2",
"next": "12.2.5", "next": "12.2.5",
"react": "18.2.0", "react": "19.1.0",
"react-dom": "18.2.0", "react-dom": "19.1.0",
"sharp": "^0.33.1" "sharp": "^0.33.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "18.7.3", "@types/node": "18.7.3",
"@types/react": "18.0.17", "@types/react": "19.1.8",
"@types/react-dom": "18.0.6", "@types/react-dom": "19.1.6",
"eslint": "8.22.0", "eslint": "8.22.0",
"eslint-config-next": "12.2.5", "eslint-config-next": "12.2.5",
"sass": "^1.62.1", "sass": "^1.62.1",

View File

@@ -15,8 +15,6 @@
"purpose": "any maskable" "purpose": "any maskable"
} }
], ],
"start_url": "/",
"display": "minimal-ui",
"theme_color": "#b80040", "theme_color": "#b80040",
"background_color": "#ffe5ef" "background_color": "#ffe5ef"
} }

View File

@@ -1,5 +1,5 @@
{ {
"upstream": "https://github.com/zyachel/libremdb", "upstream": "https://github.com/zyachel/libremdb",
"provider": "github", "provider": "github",
"commit": "92e765cd3cf7482932619cc057e6c4fa62e7204e" "commit": "dded1e59ca6df40ccb1b3f2c70de14144afbe922"
} }