mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Fixed esbuild dependency not being in production build
This commit is contained in:
parent
ec9e8eda64
commit
aeed2546f5
2 changed files with 4 additions and 4 deletions
|
@ -155,6 +155,9 @@ importers:
|
|||
ejs:
|
||||
specifier: ^3.1.10
|
||||
version: 3.1.10
|
||||
esbuild:
|
||||
specifier: ^0.21.4
|
||||
version: 0.21.4
|
||||
etherpad-require-kernel:
|
||||
specifier: ^1.0.16
|
||||
version: 1.0.16
|
||||
|
@ -321,9 +324,6 @@ importers:
|
|||
'@types/underscore':
|
||||
specifier: ^1.11.15
|
||||
version: 1.11.15
|
||||
esbuild:
|
||||
specifier: ^0.21.4
|
||||
version: 0.21.4
|
||||
eslint:
|
||||
specifier: ^9.2.0
|
||||
version: 9.4.0
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"esbuild": "^0.21.4",
|
||||
"async": "^3.2.5",
|
||||
"axios": "^1.7.2",
|
||||
"cookie-parser": "^1.4.6",
|
||||
|
@ -96,7 +97,6 @@
|
|||
"@types/sinon": "^17.0.3",
|
||||
"@types/supertest": "^6.0.2",
|
||||
"@types/underscore": "^1.11.15",
|
||||
"esbuild": "^0.21.4",
|
||||
"eslint": "^9.2.0",
|
||||
"eslint-config-etherpad": "^4.0.4",
|
||||
"etherpad-cli-client": "^3.0.2",
|
||||
|
|
Loading…
Reference in a new issue