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 Aug 9, 2024
1 parent 28ab205 commit e874313
Show file tree
Hide file tree
Showing 7 changed files with 970 additions and 696 deletions.
16 changes: 8 additions & 8 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.37.0"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "0.5.1",
"@types/node": "20.14.10",
"@types/node": "20.14.15",
"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.0",
"eslint": "9.8.0",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
"scripts": {
"build": "tsc --build tsconfig.build.json",
Expand Down
12 changes: 6 additions & 6 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"@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",
"@types/node": "20.14.15",
"@types/yargs": "17.0.33",
"eslint": "9.8.0",
"execa": "9.3.0",
"tsx": "4.16.2",
"typescript": "5.5.3",
"vitest": "2.0.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5",
"wait-for-localhost": "4.1.0"
},
"scripts": {
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.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.46.0",
"@playwright/test": "1.46.0",
"@storybook/addon-a11y": "8.2.8",
"@storybook/addon-essentials": "8.2.8",
"@storybook/addon-interactions": "8.2.8",
"@storybook/addon-links": "8.2.8",
"@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.2.8",
"@storybook/react-vite": "8.2.8",
"@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/node": "20.14.15",
"@types/react": "18.3.3",
"@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.3",
"eslint": "9.8.0",
"start-server-and-test": "2.0.5",
"storybook": "8.2.8",
"typescript": "5.5.4",
"vite": "5.4.0",
"vite-bundle-visualizer": "1.2.1"
}
}
10 changes: 5 additions & 5 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",
"eslint": "9.8.0",
"knip": "5.27.2",
"skott": "0.35.2",
"turbo": "1.13.4",
"typescript": "5.5.3",
"vitest": "2.0.2"
"typescript": "5.5.4",
"vitest": "2.0.5"
},
"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.7.0",
"engines": {
"node": ">=20.9.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@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"
"@types/node": "20.14.15",
"eslint": "9.8.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
"scripts": {
"build": "tsc --build tsconfig.build.json",
Expand Down
18 changes: 9 additions & 9 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
},
"dependencies": {
"@eslint/compat": "1.1.1",
"@eslint/js": "9.7.0",
"eslint": "9.7.0",
"@eslint/js": "9.8.0",
"eslint": "9.8.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import-x": "3.0.1",
"eslint-plugin-import-x": "3.1.0",
"eslint-plugin-jsx-a11y": "6.9.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.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.8",
"eslint-plugin-react-refresh": "0.4.9",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-unused-imports": "4.0.0",
"eslint-plugin-unused-imports": "4.1.2",
"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.0.1"
},
"devDependencies": {
"@types/eslint": "9.6.0"
Expand Down
Loading

0 comments on commit e874313

Please sign in to comment.