Skip to content

Commit

Permalink
Release v1.30.1 (#928)
Browse files Browse the repository at this point in the history
## Release v1.30.1

### 馃悰 Bug Fixes

* **bear-tamer**: game play can be skipped

### 馃Ч Chore

* **deps**: bump semantic-release from 23.0.4 to 23.0.5
* **deps**: bump the commitlint group with 1 update
* **deps**: bump the nest group with 5 updates
* **deps**: bump the types group with 4 updates
  • Loading branch information
antoinezanardi committed Mar 19, 2024
2 parents 6427e19 + b0396f3 commit 5dc9b34
Show file tree
Hide file tree
Showing 6 changed files with 25,579 additions and 25,408 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@
},
"dependencies": {
"@fastify/static": "^7.0.1",
"@nestjs/common": "^10.3.3",
"@nestjs/common": "^10.3.4",
"@nestjs/config": "^3.2.0",
"@nestjs/core": "^10.3.3",
"@nestjs/core": "^10.3.4",
"@nestjs/mongoose": "^10.0.4",
"@nestjs/platform-express": "^10.3.3",
"@nestjs/platform-fastify": "^10.3.3",
"@nestjs/platform-express": "^10.3.4",
"@nestjs/platform-fastify": "^10.3.4",
"@nestjs/swagger": "^7.3.0",
"@nestjs/terminus": "^10.2.3",
"@types/lodash": "^4.17.0",
Expand All @@ -96,13 +96,13 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@commitlint/cli": "^19.2.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@cucumber/cucumber": "^10.3.1",
"@faker-js/faker": "^8.4.1",
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.3",
"@nestjs/testing": "^10.3.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@stryker-mutator/core": "^8.2.6",
Expand All @@ -111,11 +111,11 @@
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/jest-when": "^3.5.5",
"@types/node": "^20.11.27",
"@types/qs": "^6.9.12",
"@types/node": "^20.11.29",
"@types/qs": "^6.9.13",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"cross-env": "^7.0.3",
"cucumber-html-reporter": "^7.1.1",
"eslint": "^8.57.0",
Expand All @@ -129,7 +129,7 @@
"light-my-request": "^5.12.0",
"lint-staged": "^15.2.2",
"rimraf": "^5.0.4",
"semantic-release": "^23.0.3",
"semantic-release": "^23.0.5",
"semantic-release-export-data": "^1.0.1",
"source-map-support": "^0.5.20",
"ts-jest": "^29.1.2",
Expand Down

0 comments on commit 5dc9b34

Please sign in to comment.