Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @abraham/reflection to v0.11.0 #179

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,39 +19,39 @@
"updateGrocyTypes": "openapi-typescript src/openapi/grocy.openapi.yaml --output ./src/openapi/grocy.d.ts"
},
"dependencies": {
"@abraham/reflection": "0.10.0",
"@slack/bolt": "3.12.1",
"@abraham/reflection": "0.11.0",
"@slack/bolt": "3.12.2",
"ajv": "8.11.0",
"chalk": "5.1.2",
"commander": "9.4.1",
"dedent": "0.7.0",
"dotenv": "16.0.3",
"json-stringify-pretty-compact": "4.0.0",
"playwright": "1.26.1",
"playwright": "1.27.1",
"prompts": "2.4.2",
"rxjs": "7.5.6",
"tsyringe": "4.7.0"
},
"devDependencies": {
"@anatine/esbuild-decorators": "0.2.19",
"@types/dedent": "0.7.0",
"@types/node": "18.7.14",
"@types/node": "18.11.9",
"@types/prompts": "2.4.1",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"@vitest/coverage-c8": "0.24.3",
"@vitest/ui": "0.24.3",
"commitizen": "4.2.5",
"cz-conventional-changelog": "3.3.0",
"esbuild": "0.15.11",
"eslint": "8.25.0",
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
"fast-glob": "3.2.12",
"openapi-typescript": "5.4.1",
"prettier": "2.7.1",
"standard-version": "9.5.0",
"typescript": "4.8.4",
"vite-tsconfig-paths": "3.5.1",
"vite-tsconfig-paths": "3.5.2",
"vitest": "0.24.3"
},
"packageManager": "yarn@3.2.4",
Expand Down
Loading