mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08:00
fix: Remove ts-node from overrides and typeorm script (no-changelog) (#8547)
This commit is contained in:
parent
dc5ec8f946
commit
b62c1d7c41
|
@ -86,7 +86,6 @@
|
||||||
"tough-cookie": "^4.1.3",
|
"tough-cookie": "^4.1.3",
|
||||||
"tslib": "^2.6.1",
|
"tslib": "^2.6.1",
|
||||||
"tsconfig-paths": "^4.2.0",
|
"tsconfig-paths": "^4.2.0",
|
||||||
"ts-node": "^10.9.1",
|
|
||||||
"typescript": "^5.3.0",
|
"typescript": "^5.3.0",
|
||||||
"xml2js": "^0.5.0",
|
"xml2js": "^0.5.0",
|
||||||
"cpy@8>globby": "^11.1.0",
|
"cpy@8>globby": "^11.1.0",
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
"test:postgres": "N8N_LOG_LEVEL=silent DB_TYPE=postgresdb DB_POSTGRESDB_SCHEMA=alt_schema DB_TABLE_PREFIX=test_ jest --no-coverage",
|
"test:postgres": "N8N_LOG_LEVEL=silent DB_TYPE=postgresdb DB_POSTGRESDB_SCHEMA=alt_schema DB_TABLE_PREFIX=test_ jest --no-coverage",
|
||||||
"test:mysql": "N8N_LOG_LEVEL=silent DB_TYPE=mysqldb DB_TABLE_PREFIX=test_ jest --no-coverage",
|
"test:mysql": "N8N_LOG_LEVEL=silent DB_TYPE=mysqldb DB_TABLE_PREFIX=test_ jest --no-coverage",
|
||||||
"watch": "concurrently \"tsc -w -p tsconfig.build.json\" \"tsc-alias -w -p tsconfig.build.json\"",
|
"watch": "concurrently \"tsc -w -p tsconfig.build.json\" \"tsc-alias -w -p tsconfig.build.json\"",
|
||||||
"typeorm": "ts-node -T ../../node_modules/typeorm/cli.js"
|
"typeorm": "node ../../node_modules/typeorm/cli.js"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"n8n": "./bin/n8n"
|
"n8n": "./bin/n8n"
|
||||||
|
|
|
@ -17,7 +17,6 @@ overrides:
|
||||||
tough-cookie: ^4.1.3
|
tough-cookie: ^4.1.3
|
||||||
tslib: ^2.6.1
|
tslib: ^2.6.1
|
||||||
tsconfig-paths: ^4.2.0
|
tsconfig-paths: ^4.2.0
|
||||||
ts-node: ^10.9.1
|
|
||||||
typescript: ^5.3.0
|
typescript: ^5.3.0
|
||||||
xml2js: ^0.5.0
|
xml2js: ^0.5.0
|
||||||
cpy@8>globby: ^11.1.0
|
cpy@8>globby: ^11.1.0
|
||||||
|
@ -17673,7 +17672,7 @@ packages:
|
||||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@types/node': ^18.16.16
|
'@types/node': ^18.16.16
|
||||||
ts-node: ^10.9.1
|
ts-node: '>=9.0.0'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
'@types/node':
|
'@types/node':
|
||||||
optional: true
|
optional: true
|
||||||
|
@ -25377,7 +25376,7 @@ packages:
|
||||||
redis: ^3.1.1 || ^4.0.0
|
redis: ^3.1.1 || ^4.0.0
|
||||||
sql.js: ^1.4.0
|
sql.js: ^1.4.0
|
||||||
sqlite3: ^5.0.3
|
sqlite3: ^5.0.3
|
||||||
ts-node: ^10.9.1
|
ts-node: ^10.7.0
|
||||||
typeorm-aurora-data-api-driver: ^2.0.0
|
typeorm-aurora-data-api-driver: ^2.0.0
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
'@google-cloud/spanner':
|
'@google-cloud/spanner':
|
||||||
|
@ -25458,7 +25457,7 @@ packages:
|
||||||
redis: ^3.1.1 || ^4.0.0
|
redis: ^3.1.1 || ^4.0.0
|
||||||
sql.js: ^1.4.0
|
sql.js: ^1.4.0
|
||||||
sqlite3: ^5.0.3
|
sqlite3: ^5.0.3
|
||||||
ts-node: ^10.9.1
|
ts-node: ^10.7.0
|
||||||
typeorm-aurora-data-api-driver: ^2.0.0
|
typeorm-aurora-data-api-driver: ^2.0.0
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
'@google-cloud/spanner':
|
'@google-cloud/spanner':
|
||||||
|
|
Loading…
Reference in a new issue