Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 22, 2024
1 parent 8eefa92 commit 7046eac
Show file tree
Hide file tree
Showing 7 changed files with 1,503 additions and 2,939 deletions.
18 changes: 9 additions & 9 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"dependencies": {
"@acme/core": "workspace:*",
"@trpc/server": "10.45.2",
"drizzle-orm": "0.32.0",
"drizzle-orm": "0.33.0",
"postgres": "3.4.4",
"valibot": "0.36.0"
"valibot": "0.42.1"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "0.5.1",
"@types/node": "20.14.10",
"@total-typescript/ts-reset": "0.6.1",
"@types/node": "20.16.5",
"dotenv": "16.4.5",
"dotenv-cli": "7.4.2",
"drizzle-kit": "0.23.0",
"eslint": "9.7.0",
"tsx": "4.16.2",
"typescript": "5.5.3",
"vitest": "2.0.2"
"drizzle-kit": "0.24.2",
"eslint": "9.11.0",
"tsx": "4.19.1",
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"scripts": {
"build": "tsc --build tsconfig.build.json",
Expand Down
16 changes: 8 additions & 8 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "0.5.1",
"@types/node": "20.14.10",
"@types/yargs": "17.0.32",
"eslint": "9.7.0",
"execa": "9.3.0",
"tsx": "4.16.2",
"typescript": "5.5.3",
"vitest": "2.0.2",
"@total-typescript/ts-reset": "0.6.1",
"@types/node": "20.16.5",
"@types/yargs": "17.0.33",
"eslint": "9.11.0",
"execa": "9.4.0",
"tsx": "4.19.1",
"typescript": "5.6.2",
"vitest": "2.1.1",
"wait-for-localhost": "4.1.0"
},
"scripts": {
Expand Down
36 changes: 18 additions & 18 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.45.1",
"@playwright/test": "1.45.1",
"@storybook/addon-a11y": "8.2.2",
"@storybook/addon-essentials": "8.2.2",
"@storybook/addon-interactions": "8.2.2",
"@storybook/addon-links": "8.2.2",
"@playwright/experimental-ct-react": "1.47.2",
"@playwright/test": "1.47.2",
"@storybook/addon-a11y": "8.3.2",
"@storybook/addon-essentials": "8.3.2",
"@storybook/addon-interactions": "8.3.2",
"@storybook/addon-links": "8.3.2",
"@storybook/jest": "0.2.3",
"@storybook/react": "8.2.2",
"@storybook/react-vite": "8.2.2",
"@storybook/test-runner": "0.19.0",
"@storybook/react": "8.3.2",
"@storybook/react-vite": "8.3.2",
"@storybook/test-runner": "0.19.1",
"@storybook/testing-library": "0.2.2",
"@total-typescript/ts-reset": "0.5.1",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@total-typescript/ts-reset": "0.6.1",
"@types/node": "20.16.5",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"axe-playwright": "2.0.1",
"eslint": "9.7.0",
"start-server-and-test": "2.0.4",
"storybook": "8.2.2",
"typescript": "5.5.3",
"vite": "5.3.6",
"axe-playwright": "2.0.2",
"eslint": "9.11.0",
"start-server-and-test": "2.0.8",
"storybook": "8.3.2",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite-bundle-visualizer": "1.2.1"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"eslint": "9.7.0",
"knip": "5.26.0",
"skott": "0.35.2",
"eslint": "9.11.0",
"knip": "5.30.3",
"skott": "0.35.3",
"turbo": "1.13.4",
"typescript": "5.5.3",
"vitest": "2.0.2"
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"scripts": {
"build": "turbo run build",
Expand All @@ -32,7 +32,7 @@
"update-deps": "pnpm update \"!@types/node\" --interactive --recursive --latest",
"visualize-deps": "skott --displayMode=webapp --trackBuiltinDependencies --trackThirdPartyDependencies"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">=20.9.0"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "0.5.1",
"@types/node": "20.14.10",
"eslint": "9.7.0",
"typescript": "5.5.3",
"vitest": "2.0.2"
"@total-typescript/ts-reset": "0.6.1",
"@types/node": "20.16.5",
"eslint": "9.11.0",
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"scripts": {
"build": "tsc --build tsconfig.build.json",
Expand Down
22 changes: 11 additions & 11 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
},
"dependencies": {
"@eslint/compat": "1.1.1",
"@eslint/js": "9.7.0",
"eslint": "9.7.0",
"@eslint/js": "9.11.0",
"eslint": "9.11.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import-x": "4.0.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-import-x": "4.3.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-node-import": "1.0.4",
"eslint-plugin-perfectionist": "2.11.0",
"eslint-plugin-playwright": "1.6.2",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.4",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.8",
"eslint-plugin-react-refresh": "0.4.12",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-unused-imports": "4.0.0",
"eslint-plugin-unused-imports": "4.1.4",
"eslint-plugin-vitest": "0.5.4",
"globals": "15.8.0",
"globals": "15.9.0",
"prettier": "3.3.3",
"typescript-eslint": "8.0.0-alpha.44"
"typescript-eslint": "8.6.0"
},
"devDependencies": {
"@types/eslint": "9.6.0"
"@types/eslint": "9.6.1"
}
}
Loading

0 comments on commit 7046eac

Please sign in to comment.