Skip to content

Commit

Permalink
Update all non-major dependencies (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent c80d481 commit 0a97aa2
Show file tree
Hide file tree
Showing 7 changed files with 817 additions and 1,092 deletions.
12 changes: 6 additions & 6 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
},
"dependencies": {
"@acme/core": "workspace:*",
"@trpc/server": "10.43.6",
"drizzle-orm": "0.29.0",
"@trpc/server": "10.44.1",
"drizzle-orm": "0.29.1",
"postgres": "3.4.3",
"valibot": "0.21.0"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "0.5.1",
"@types/node": "20.9.2",
"@types/node": "20.10.1",
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"drizzle-kit": "0.20.4",
"drizzle-kit": "0.20.6",
"eslint": "8.54.0",
"tsx": "4.1.4",
"typescript": "5.2.2",
"tsx": "4.6.0",
"typescript": "5.3.2",
"vitest": "0.34.6"
},
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"dependencies": {
"@acme/api": "workspace:*",
"@acme/core": "workspace:*",
"@trpc/client": "10.43.6",
"@trpc/server": "10.43.6",
"@trpc/client": "10.44.1",
"@trpc/server": "10.44.1",
"yargs": "17.7.2"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "0.5.1",
"@types/node": "20.9.2",
"@types/yargs": "17.0.31",
"@types/node": "20.10.1",
"@types/yargs": "17.0.32",
"eslint": "8.54.0",
"execa": "8.0.1",
"tsx": "4.1.4",
"typescript": "5.2.2",
"tsx": "4.6.0",
"typescript": "5.3.2",
"vitest": "0.34.6",
"wait-for-localhost": "4.0.1"
},
Expand Down
30 changes: 15 additions & 15 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,28 @@
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@playwright/experimental-ct-react": "1.40.0",
"@playwright/test": "1.40.0",
"@storybook/addon-a11y": "7.5.3",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.5.3",
"@storybook/addon-links": "7.5.3",
"@playwright/experimental-ct-react": "1.40.1",
"@playwright/test": "1.40.1",
"@storybook/addon-a11y": "7.6.1",
"@storybook/addon-essentials": "7.6.1",
"@storybook/addon-interactions": "7.6.1",
"@storybook/addon-links": "7.6.1",
"@storybook/jest": "0.2.3",
"@storybook/react": "7.5.3",
"@storybook/react-vite": "7.5.3",
"@storybook/test-runner": "0.15.1",
"@storybook/react": "7.6.1",
"@storybook/react-vite": "7.6.1",
"@storybook/test-runner": "0.16.0",
"@storybook/testing-library": "0.2.2",
"@total-typescript/ts-reset": "0.5.1",
"@types/node": "20.9.2",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/node": "20.10.1",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@vitejs/plugin-react": "4.2.0",
"axe-playwright": "1.2.3",
"eslint": "8.54.0",
"start-server-and-test": "2.0.3",
"storybook": "7.5.3",
"typescript": "5.2.2",
"vite": "5.0.0",
"storybook": "7.6.1",
"typescript": "5.3.2",
"vite": "5.0.4",
"vite-bundle-visualizer": "0.11.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"@acme/eslint-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"eslint": "8.54.0",
"knip": "2.41.3",
"knip": "2.43.0",
"skott": "0.31.3",
"turbo": "1.10.16",
"typescript": "5.2.2",
"typescript": "5.3.2",
"vitest": "0.34.6"
},
"scripts": {
Expand All @@ -31,7 +31,7 @@
"update-deps": "pnpm update \"!@types/node\" --interactive --recursive --latest",
"visualize-deps": "skott --displayMode=webapp --trackBuiltinDependencies --trackThirdPartyDependencies"
},
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.11.0",
"engines": {
"node": ">=20.9.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@acme/eslint-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "0.5.1",
"@types/node": "20.9.2",
"@types/node": "20.10.1",
"eslint": "8.54.0",
"typescript": "5.2.2",
"typescript": "5.3.2",
"vitest": "0.34.6"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
}
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-i": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-node-import": "1.0.4",
"eslint-plugin-perfectionist": "2.4.0",
"eslint-plugin-perfectionist": "2.5.0",
"eslint-plugin-playwright": "0.18.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
Expand Down
Loading

0 comments on commit 0a97aa2

Please sign in to comment.