Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 30, 2021
1 parent 76a8b43 commit 8f80636
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,19 @@
"@nestjs/terminus": "7.0.1",
"@nestjs/typeorm": "7.1.4",
"@nestjsx/crud": "4.6.2",
"@nestjsx/crud-request": "^4.6.2",
"@nestjsx/crud-request": "4.6.2",
"@nestjsx/crud-typeorm": "4.6.2",
"@nrwl/nx-cloud": "10.1.10",
"@reduxjs/toolkit": "1.4.0",
"axios": "0.21.0",
"class-transformer": "0.3.1",
"class-transformer-validator": "^0.9.1",
"class-transformer-validator": "0.9.1",
"class-validator": "0.12.2",
"clsx": "1.1.1",
"document-register-element": "1.14.10",
"extra-watch-webpack-plugin": "^1.0.3",
"extra-watch-webpack-plugin": "1.0.3",
"fastify-swagger": "3.4.0",
"hook-shell-script-webpack-plugin": "^0.1.3",
"hook-shell-script-webpack-plugin": "0.1.3",
"ink-use-stdout-dimensions": "1.0.5",
"meow": "7.1.1",
"mongodb": "3.6.2",
Expand All @@ -99,7 +99,7 @@
"rxjs": "6.6.3",
"swagger-ui-express": "4.1.4",
"typeorm": "0.2.28",
"typeorm-fixtures-cli": "^1.9.2"
"typeorm-fixtures-cli": "1.9.2"
},
"devDependencies": {
"@ava/typescript": "1.1.1",
Expand Down Expand Up @@ -133,7 +133,7 @@
"@types/react-dom": "16.9.8",
"@types/react-redux": "7.1.9",
"@types/react-router-dom": "5.1.6",
"@types/supertest": "^2.0.10",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"ava": "3.13.0",
Expand All @@ -152,7 +152,7 @@
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"hook-shell-script-webpack-plugin": "^0.1.3",
"hook-shell-script-webpack-plugin": "0.1.3",
"husky": "4.3.0",
"import-sort-style-module": "6.0.0",
"ink": "3.0.8",
Expand All @@ -169,7 +169,7 @@
"ts-jest": "26.4.2",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typeorm-fixtures-cli": "^1.8.1",
"typeorm-fixtures-cli": "1.9.2",
"typescript": "4.0.8",
"xo": "0.34.1"
},
Expand Down

0 comments on commit 8f80636

Please sign in to comment.