bump: 依赖修改

This commit is contained in:
2024-09-26 11:58:11 +08:00
parent 229ad7caed
commit 3b812b7fc5
7 changed files with 984 additions and 2145 deletions

View File

@@ -8,8 +8,8 @@
"scripts": {
"watch": "cross-env ENV=production webpack --mode=production --watch",
"dev": "cross-env NODE_ENV=development nodemon --delay 2.5 -e js,cjs,mjs --exec node dist/app.cjs",
"test": "tsx test/**/*.ts",
"dev:watch": "concurrently -n \"Watch,Dev\" -c \"green,blue\" \"npm run watch\" \"sleep 1 && npm run dev\" ",
"test": "NODE_ENV=development node --experimental-vm-modules node_modules/jest/bin/jest.js --detectOpenHandles ",
"build": "cross-env ENV=production webpack --mode=production ",
"build:sh": "cross-env webpack --mode=production -c ./webpack.shell.config.cjs",
"deploy": "scp ./dist/app.cjs light:~/apps/codeflow/backend",
@@ -31,7 +31,7 @@
],
"license": "ISC",
"dependencies": {
"@abearxiong/router": "0.0.1-alpha.34",
"@abearxiong/router": "0.0.1-alpha.36",
"@abearxiong/use-config": "^0.0.2",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
@@ -59,28 +59,22 @@
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.13",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.6.1",
"@types/superagent": "^8.1.9",
"@types/supertest": "^6.0.2",
"@types/node": "^22.7.2",
"@types/uuid": "^10.0.0",
"@types/webpack-env": "^1.18.5",
"concurrently": "^9.0.1",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"jest": "^29.7.0",
"nodemon": "^3.1.7",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tape": "^5.9.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},