mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 21:35:41 +00:00
fix: update legacy dependencies
This commit is contained in:
parent
ad288a5769
commit
8b8e269f89
@ -17,7 +17,7 @@ const transform: modules.runner.json.JSONTransform = (file, params) => {
|
||||
|
||||
const j = json(file.json);
|
||||
|
||||
const targetProperties = ['sqlite3', 'vscode/sqlite3', 'sqlite-legacy'];
|
||||
const targetProperties = ['sqlite3', '@vscode/sqlite3'];
|
||||
|
||||
targetProperties.forEach((targetProperty) => {
|
||||
const oldSqliteDependency = `dependencies.${targetProperty}`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user