Fixed esbuild dependency not being in production build

This commit is contained in:
SamTV12345 2024-06-04 12:05:45 +02:00
parent ec9e8eda64
commit aeed2546f5
2 changed files with 4 additions and 4 deletions

6
pnpm-lock.yaml generated
View file

@ -155,6 +155,9 @@ importers:
ejs: ejs:
specifier: ^3.1.10 specifier: ^3.1.10
version: 3.1.10 version: 3.1.10
esbuild:
specifier: ^0.21.4
version: 0.21.4
etherpad-require-kernel: etherpad-require-kernel:
specifier: ^1.0.16 specifier: ^1.0.16
version: 1.0.16 version: 1.0.16
@ -321,9 +324,6 @@ importers:
'@types/underscore': '@types/underscore':
specifier: ^1.11.15 specifier: ^1.11.15
version: 1.11.15 version: 1.11.15
esbuild:
specifier: ^0.21.4
version: 0.21.4
eslint: eslint:
specifier: ^9.2.0 specifier: ^9.2.0
version: 9.4.0 version: 9.4.0

View file

@ -30,6 +30,7 @@
} }
], ],
"dependencies": { "dependencies": {
"esbuild": "^0.21.4",
"async": "^3.2.5", "async": "^3.2.5",
"axios": "^1.7.2", "axios": "^1.7.2",
"cookie-parser": "^1.4.6", "cookie-parser": "^1.4.6",
@ -96,7 +97,6 @@
"@types/sinon": "^17.0.3", "@types/sinon": "^17.0.3",
"@types/supertest": "^6.0.2", "@types/supertest": "^6.0.2",
"@types/underscore": "^1.11.15", "@types/underscore": "^1.11.15",
"esbuild": "^0.21.4",
"eslint": "^9.2.0", "eslint": "^9.2.0",
"eslint-config-etherpad": "^4.0.4", "eslint-config-etherpad": "^4.0.4",
"etherpad-cli-client": "^3.0.2", "etherpad-cli-client": "^3.0.2",