Skip to content

Commit

Permalink
Merge pull request #2 from ileostar/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
📦 update @ianvs/prettier-plugin-sort-imports to v4.3.1
  • Loading branch information
ileostar authored Aug 14, 2024
2 parents a009fae + 242e62c commit 03e76cb
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,40 +24,40 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^10.4.1",
"@nestjs/core": "^10.4.1",
"@nestjs/platform-express": "^10.4.1",
"@nestjs/swagger": "^7.4.0",
"cross-env": "^7.0.3",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
"@nestjs/common": "10.4.1",
"@nestjs/core": "10.4.1",
"@nestjs/platform-express": "10.4.1",
"@nestjs/swagger": "7.4.0",
"cross-env": "7.0.3",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@nestjs/cli": "^10.4.4",
"@nestjs/schematics": "^10.1.3",
"@nestjs/testing": "^10.4.1",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.15",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"dotenv": "^16.4.5",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"simple-git-hooks": "^2.11.1",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "^29.2.4",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0"
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@nestjs/cli": "10.4.4",
"@nestjs/schematics": "10.1.3",
"@nestjs/testing": "10.4.1",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.14.15",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"dotenv": "16.4.5",
"eslint": "9.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"jest": "29.7.0",
"lint-staged": "15.2.9",
"prettier": "3.3.3",
"simple-git-hooks": "2.11.1",
"source-map-support": "0.5.21",
"supertest": "7.0.0",
"ts-jest": "29.2.4",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.4",
"typescript-eslint": "8.1.0"
}
}
66 changes: 33 additions & 33 deletions pnpm-lock.yaml

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

0 comments on commit 03e76cb

Please sign in to comment.