Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Dec 24, 2024
1 parent 950da17 commit 3010a5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
26 changes: 1 addition & 25 deletions packages/canyon-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
"start": "nest start",
"dev-backend": "nest start --watch",
"preinstall": "prisma generate && nest build",
"format": "prettier --write '**/*.{js,ts,jsx,tsx}'",
"do-test": "jest"
"format": "prettier --write '**/*.{js,ts,jsx,tsx}'"
},
"dependencies": {
"@mongodb-js/zstd": "^2.0.0",
"@nestjs/apollo": "^12.2.2",
"@nestjs/common": "^10.4.15",
"@nestjs/config": "^3.3.0",
Expand Down Expand Up @@ -57,7 +55,6 @@
"@types/express": "^5.0.0",
"@types/istanbul-lib-coverage": "^2.0.6",
"@types/istanbul-lib-source-maps": "^4.0.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/test-exclude": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
Expand All @@ -66,32 +63,11 @@
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"source-map-support": "^0.5.21",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"preset": "ts-jest",
"clearMocks": true,
"collectCoverage": true,
"coverageDirectory": "coverage",
"coverageProvider": "v8",
"rootDir": "test",
"moduleNameMapper": {
"^src/(.*)$": "<rootDir>/$1"
},
"transform": {
"^.+\\.(t|j)sx?$": "@swc/jest"
}
}
}
7 changes: 0 additions & 7 deletions packages/canyon-collect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"scripts": {
"do-build": "nest build",
"start": "nest start",
Expand Down Expand Up @@ -40,22 +39,16 @@
"devDependencies": {
"@nestjs/cli": "^10.4.9",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.15",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/supertest": "^6.0.2",
"@types/test-exclude": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"eslint": "^8",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
Expand Down

0 comments on commit 3010a5d

Please sign in to comment.