chore(deps): move "split.js" to devDependencies

since it is not used in server side code and it is bundled by webpack, it is only needed during build stage -> devDependency
This commit is contained in:
Panagiotis Papadopoulos 2025-02-28 08:09:36 +01:00
parent 559517ace1
commit b60f22c6b9
2 changed files with 3 additions and 2 deletions

3
package-lock.json generated
View File

@ -92,7 +92,6 @@
"serve-favicon": "2.5.0",
"session-file-store": "1.5.0",
"source-map-support": "0.5.21",
"split.js": "1.6.5",
"stream-throttle": "0.1.3",
"strip-bom": "5.0.0",
"striptags": "3.2.0",
@ -178,6 +177,7 @@
"rimraf": "6.0.1",
"sass": "1.85.1",
"sass-loader": "16.0.5",
"split.js": "1.6.5",
"supertest": "7.0.0",
"swagger-jsdoc": "6.2.8",
"tslib": "2.8.1",
@ -16662,6 +16662,7 @@
"version": "1.6.5",
"resolved": "https://registry.npmjs.org/split.js/-/split.js-1.6.5.tgz",
"integrity": "sha512-mPTnGCiS/RiuTNsVhCm9De9cCAUsrNFFviRbADdKiiV+Kk8HKp/0fWu7Kr8pi3/yBmsqLFHuXGT9UUZ+CNLwFw==",
"dev": true,
"license": "MIT"
},
"node_modules/sprintf-js": {

View File

@ -145,7 +145,6 @@
"serve-favicon": "2.5.0",
"session-file-store": "1.5.0",
"source-map-support": "0.5.21",
"split.js": "1.6.5",
"stream-throttle": "0.1.3",
"strip-bom": "5.0.0",
"striptags": "3.2.0",
@ -228,6 +227,7 @@
"rimraf": "6.0.1",
"sass": "1.85.1",
"sass-loader": "16.0.5",
"split.js": "1.6.5",
"supertest": "7.0.0",
"swagger-jsdoc": "6.2.8",
"tslib": "2.8.1",