From 4c3ce6e4da8f035e5a5774df8ebbcf70de1d1b6a Mon Sep 17 00:00:00 2001 From: David Rouyer Date: Wed, 23 Oct 2024 18:35:44 +0200 Subject: [PATCH] chore: cleanup --- apps/web/package.json | 8 ++++---- package.json | 2 +- packages/api/package.json | 2 +- packages/ui/package.json | 2 +- packages/workshop/package.json | 2 +- tooling/eslint/package.json | 2 +- yarn.lock | 32 ++++++++++++++++---------------- 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 21fbda950..418a20a87 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -14,10 +14,10 @@ "@lexical/react": "^0.18.0", "@tanstack/react-query": "^5.59.16", "@tanstack/react-query-devtools": "^5.59.16", - "@tanstack/react-router": "^1.75.0", - "@tanstack/react-router-with-query": "^1.75.0", + "@tanstack/react-router": "^1.76.1", + "@tanstack/react-router-with-query": "^1.76.1", "@tanstack/react-table": "^8.20.5", - "@tanstack/router-devtools": "^1.75.0", + "@tanstack/router-devtools": "^1.76.1", "@tanstack/router-plugin": "^1.76.0", "@tanstack/start": "^1.76.0", "google-libphonenumber": "^3.2.38", @@ -59,7 +59,7 @@ "@types/google-libphonenumber": "^7.4.30", "@types/negotiator": "^0.6.3", "@types/node": "^22.7.9", - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", "autoprefixer": "^10.4.20", diff --git a/package.json b/package.json index 3dc7f2174..d592ee634 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "prettier": "^3.3.3", "turbo": "^2.2.3", "typescript": "^5.6.3", - "vite": "^5.4.9", + "vite": "^5.4.10", "vitest": "^2.1.3" }, "prettier": "@kyaku/prettier-config", diff --git a/packages/api/package.json b/packages/api/package.json index fc758e4ac..cd37f77a4 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -24,7 +24,7 @@ "@kyaku/database": "*", "@kyaku/kyaku": "*", "@types/jsonwebtoken": "9.0.7", - "awilix": "^12.0.2", + "awilix": "^12.0.3", "dataloader": "^2.2.2", "graphql": "^16.9.0", "graphql-scalars": "^1.23.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 660fed7ae..9b244a473 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -69,7 +69,7 @@ "@kyaku/tsconfig": "*", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1", - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "eslint": "^9.13.0" }, diff --git a/packages/workshop/package.json b/packages/workshop/package.json index 284073b4a..57e3d2160 100644 --- a/packages/workshop/package.json +++ b/packages/workshop/package.json @@ -29,7 +29,7 @@ "@storybook/react": "^8.3.6", "@storybook/react-vite": "^8.3.6", "@storybook/test": "^8.3.6", - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", "autoprefixer": "^10.4.20", diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index c41986033..1bb60dfe7 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -24,7 +24,7 @@ "@typescript-eslint/parser": "^8.11.0", "eslint-plugin-import": "^2.30.0", "eslint-plugin-jsx-a11y": "^6.10.1", - "eslint-plugin-react": "^7.37.1", + "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "beta", "eslint-plugin-tailwindcss": "^3.17.5", "eslint-plugin-turbo": "^2.2.3", diff --git a/yarn.lock b/yarn.lock index ecd5624f7..8e8f0e491 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2793,7 +2793,7 @@ __metadata: "@kyaku/tsconfig": "npm:*" "@parcel/watcher": "npm:^2.4.1" "@types/jsonwebtoken": "npm:9.0.7" - awilix: "npm:^12.0.2" + awilix: "npm:^12.0.3" dataloader: "npm:^2.2.2" eslint: "npm:^9.13.0" graphql: "npm:^16.9.0" @@ -2865,7 +2865,7 @@ __metadata: eslint: "npm:^9.13.0" eslint-plugin-import: "npm:^2.30.0" eslint-plugin-jsx-a11y: "npm:^6.10.1" - eslint-plugin-react: "npm:^7.37.1" + eslint-plugin-react: "npm:^7.37.2" eslint-plugin-react-hooks: "npm:beta" eslint-plugin-tailwindcss: "npm:^3.17.5" eslint-plugin-turbo: "npm:^2.2.3" @@ -2946,7 +2946,7 @@ __metadata: "@radix-ui/react-tooltip": "npm:^1.1.3" "@testing-library/jest-dom": "npm:^6.5.0" "@testing-library/react": "npm:^16.0.1" - "@types/react": "npm:^18.3.11" + "@types/react": "npm:^18.3.12" "@types/react-dom": "npm:^18.3.1" cmdk: "npm:^1.0.0" copy-to-clipboard: "npm:^3.3.3" @@ -2978,10 +2978,10 @@ __metadata: "@lexical/react": "npm:^0.18.0" "@tanstack/react-query": "npm:^5.59.16" "@tanstack/react-query-devtools": "npm:^5.59.16" - "@tanstack/react-router": "npm:^1.75.0" - "@tanstack/react-router-with-query": "npm:^1.75.0" + "@tanstack/react-router": "npm:^1.76.1" + "@tanstack/react-router-with-query": "npm:^1.76.1" "@tanstack/react-table": "npm:^8.20.5" - "@tanstack/router-devtools": "npm:^1.75.0" + "@tanstack/router-devtools": "npm:^1.76.1" "@tanstack/router-plugin": "npm:^1.76.0" "@tanstack/start": "npm:^1.76.0" "@testing-library/jest-dom": "npm:^6.5.0" @@ -2989,7 +2989,7 @@ __metadata: "@types/google-libphonenumber": "npm:^7.4.30" "@types/negotiator": "npm:^0.6.3" "@types/node": "npm:^22.7.9" - "@types/react": "npm:^18.3.11" + "@types/react": "npm:^18.3.12" "@types/react-dom": "npm:^18.3.1" "@vitejs/plugin-react": "npm:^4.3.3" autoprefixer: "npm:^10.4.20" @@ -5494,7 +5494,7 @@ __metadata: languageName: node linkType: hard -"@tanstack/react-router-with-query@npm:^1.75.0": +"@tanstack/react-router-with-query@npm:^1.76.1": version: 1.76.1 resolution: "@tanstack/react-router-with-query@npm:1.76.1" peerDependencies: @@ -5506,7 +5506,7 @@ __metadata: languageName: node linkType: hard -"@tanstack/react-router@npm:^1.75.0, @tanstack/react-router@npm:^1.76.1": +"@tanstack/react-router@npm:^1.76.1": version: 1.76.1 resolution: "@tanstack/react-router@npm:1.76.1" dependencies: @@ -5550,7 +5550,7 @@ __metadata: languageName: node linkType: hard -"@tanstack/router-devtools@npm:^1.75.0": +"@tanstack/router-devtools@npm:^1.76.1": version: 1.76.1 resolution: "@tanstack/router-devtools@npm:1.76.1" dependencies: @@ -6090,7 +6090,7 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:*, @types/react@npm:^16.8.0 || ^17.0.0 || ^18.0.0, @types/react@npm:^18.3.11": +"@types/react@npm:*, @types/react@npm:^16.8.0 || ^17.0.0 || ^18.0.0, @types/react@npm:^18.3.11, @types/react@npm:^18.3.12": version: 18.3.12 resolution: "@types/react@npm:18.3.12" dependencies: @@ -7162,7 +7162,7 @@ __metadata: languageName: node linkType: hard -"awilix@npm:^12.0.2": +"awilix@npm:^12.0.3": version: 12.0.3 resolution: "awilix@npm:12.0.3" dependencies: @@ -9541,7 +9541,7 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react@npm:^7.37.1": +"eslint-plugin-react@npm:^7.37.2": version: 7.37.2 resolution: "eslint-plugin-react@npm:7.37.2" dependencies: @@ -14718,7 +14718,7 @@ __metadata: prettier: "npm:^3.3.3" turbo: "npm:^2.2.3" typescript: "npm:^5.6.3" - vite: "npm:^5.4.9" + vite: "npm:^5.4.10" vitest: "npm:^2.1.3" languageName: unknown linkType: soft @@ -16653,7 +16653,7 @@ __metadata: languageName: node linkType: hard -"vite@npm:^5.0.0, vite@npm:^5.2.8, vite@npm:^5.4.9": +"vite@npm:^5.0.0, vite@npm:^5.2.8, vite@npm:^5.4.10, vite@npm:^5.4.9": version: 5.4.10 resolution: "vite@npm:5.4.10" dependencies: @@ -16962,7 +16962,7 @@ __metadata: "@storybook/react": "npm:^8.3.6" "@storybook/react-vite": "npm:^8.3.6" "@storybook/test": "npm:^8.3.6" - "@types/react": "npm:^18.3.11" + "@types/react": "npm:^18.3.12" "@types/react-dom": "npm:^18.3.1" "@vitejs/plugin-react": "npm:^4.3.3" autoprefixer: "npm:^10.4.20"