mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Updated to node v20.10.0
This commit is contained in:
parent
24a15fc573
commit
865dbf1b13
@ -1 +1 @@
|
|||||||
v18.15.0
|
v20.10.0
|
||||||
|
@ -5,12 +5,12 @@ import path from "node:path";
|
|||||||
import gulp from "gulp";
|
import gulp from "gulp";
|
||||||
import { exec } from "gulp-execa";
|
import { exec } from "gulp-execa";
|
||||||
import rename from "gulp-rename";
|
import rename from "gulp-rename";
|
||||||
import pkg from "pkg";
|
import pkg from "@yao-pkg/pkg";
|
||||||
import pkgfetch from "pkg-fetch";
|
import pkgfetch from "@yao-pkg/pkg-fetch";
|
||||||
import * as ResEdit from "resedit";
|
import * as ResEdit from "resedit";
|
||||||
import manifest from "./package.json" assert { type: "json" };
|
import manifest from "./package.json" assert { type: "json" };
|
||||||
|
|
||||||
const nodeVersion = "node18"; // As of pkg-fetch v3.5, it's v18.15.0
|
const nodeVersion = "node20"; // As of @yao-pkg/pkg-fetch v3.5.7, it's v20.10.0
|
||||||
const stdio = "inherit";
|
const stdio = "inherit";
|
||||||
const buildDir = "build/";
|
const buildDir = "build/";
|
||||||
const dataDir = path.join(buildDir, "Aki_Data", "Server");
|
const dataDir = path.join(buildDir, "Aki_Data", "Server");
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"description": "The single-player modding framework for Escape From Tarkov.",
|
"description": "The single-player modding framework for Escape From Tarkov.",
|
||||||
"icon": "assets/images/icon.ico",
|
"icon": "assets/images/icon.ico",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "18.15.0"
|
"node": "20.10.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"check:circular": "madge --circular --ts-config tsconfig.json --extensions ts ./src/",
|
"check:circular": "madge --circular --ts-config tsconfig.json --extensions ts ./src/",
|
||||||
@ -61,6 +61,8 @@
|
|||||||
"@typescript-eslint/parser": "6.14.0",
|
"@typescript-eslint/parser": "6.14.0",
|
||||||
"@vitest/coverage-istanbul": "1.0.4",
|
"@vitest/coverage-istanbul": "1.0.4",
|
||||||
"@vitest/ui": "1.0.4",
|
"@vitest/ui": "1.0.4",
|
||||||
|
"@yao-pkg/pkg": "5.11.0",
|
||||||
|
"@yao-pkg/pkg-fetch": "3.5.7",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"dprint": "0.43.2",
|
"dprint": "0.43.2",
|
||||||
"eslint": "8.55.0",
|
"eslint": "8.55.0",
|
||||||
@ -68,8 +70,6 @@
|
|||||||
"gulp-execa": "6.0.0",
|
"gulp-execa": "6.0.0",
|
||||||
"gulp-rename": "2.0.0",
|
"gulp-rename": "2.0.0",
|
||||||
"madge": "6.1.0",
|
"madge": "6.1.0",
|
||||||
"pkg": "5.8.1",
|
|
||||||
"pkg-fetch": "3.5.2",
|
|
||||||
"resedit": "2.0.0",
|
"resedit": "2.0.0",
|
||||||
"ts-node-dev": "2.0.0",
|
"ts-node-dev": "2.0.0",
|
||||||
"tsconfig-paths": "4.2.0",
|
"tsconfig-paths": "4.2.0",
|
||||||
@ -77,11 +77,6 @@
|
|||||||
"typemoq": "2.1.0",
|
"typemoq": "2.1.0",
|
||||||
"vitest": "1.0.4"
|
"vitest": "1.0.4"
|
||||||
},
|
},
|
||||||
"overrides": {
|
|
||||||
"pkg": {
|
|
||||||
"pkg-fetch": "3.5.2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"targets": {
|
"targets": {
|
||||||
"default": {
|
"default": {
|
||||||
"includeNodeModules": true
|
"includeNodeModules": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user