Skip to content

Commit

Permalink
chore: pin package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
anchan828 committed Oct 1, 2023
1 parent 3c4add2 commit 3e71fe9
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,38 +32,38 @@
"watch": "turbo run watch"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@compodoc/compodoc": "^1.1.21",
"@lerna-lite/cli": "^2.5.1",
"@lerna-lite/publish": "^2.5.1",
"@nestjs/common": "^10.2.6",
"@nestjs/core": "^10.2.6",
"@nestjs/platform-express": "^10.2.6",
"@nestjs/testing": "^10.2.6",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.0",
"@types/prettier": "^2.7.3",
"@types/rimraf": "^3.0.2",
"@types/supertest": "^2.0.13",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"glob": "^10.3.10",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.5",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"turbo": "^1.10.14",
"typescript": "^5.2.2"
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@compodoc/compodoc": "1.1.21",
"@lerna-lite/cli": "2.5.1",
"@lerna-lite/publish": "2.5.1",
"@nestjs/common": "10.2.6",
"@nestjs/core": "10.2.6",
"@nestjs/platform-express": "10.2.6",
"@nestjs/testing": "10.2.6",
"@types/glob": "8.1.0",
"@types/jest": "29.5.5",
"@types/node": "20.8.0",
"@types/prettier": "2.7.3",
"@types/rimraf": "3.0.2",
"@types/supertest": "2.0.13",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"glob": "10.3.10",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.5",
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"turbo": "1.10.14",
"typescript": "5.2.2"
}
}

0 comments on commit 3e71fe9

Please sign in to comment.