Skip to content

Commit

Permalink
chore(deps): update project dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Mar 20, 2024
1 parent 0f87e24 commit 8c18c56
Show file tree
Hide file tree
Showing 8 changed files with 124 additions and 122 deletions.
2 changes: 1 addition & 1 deletion apps/api/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: pyupgrade
args: [--py311-plus]
- repo: https://github.com/hhatto/autopep8
rev: v2.0.4
rev: v2.1.0
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
Expand Down
4 changes: 2 additions & 2 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@types/webextension-polyfill": "^0.10.7",
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.36",
"postcss": "^8.4.37",
"svelte": "^4.2.12",
"svelte-check": "^3.6.7",
"svelte-check": "^3.6.8",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.36",
"postcss": "^8.4.37",
"svelte": "^4.2.12",
"svelte-check": "^3.6.7",
"svelte-check": "^3.6.8",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
"lint": "pnpm --recursive lint",
"format": "pnpm --recursive format",
"check": "pnpm --recursive check",
"deps:update": "pnpm --recursive up --latest && pnpm --filter @yd/api pre-commit:autoupdate",
"commitlint": "commitlint --edit",
"changeset": "changeset"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^19.2.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/types": "^19.0.3",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/openapi-ts.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('@nicolas-chaulet/openapi-typescript-codegen').Config} */
/** @type {import('@nicolas-chaulet/openapi-typescript-codegen').UserConfig} */
module.exports = {
input: require('@yd/api'),
output: './src/generated',
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"format": "prettier --write ."
},
"devDependencies": {
"@nicolas-chaulet/openapi-typescript-codegen": "^0.27.31",
"@nicolas-chaulet/openapi-typescript-codegen": "^0.27.34",
"@yd/api": "workspace:*",
"@yd/config": "workspace:*",
"prettier": "^3.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.36",
"postcss": "^8.4.37",
"publint": "^0.2.7",
"svelte": "^4.2.12",
"svelte-check": "^3.6.7",
"svelte-check": "^3.6.8",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
Expand Down
Loading

0 comments on commit 8c18c56

Please sign in to comment.