Skip to content

Commit

Permalink
fix(api): update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 4c63614 commit 813945f
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 46 deletions.
14 changes: 7 additions & 7 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
},
"private": true,
"dependencies": {
"@bogeychan/elysia-logger": "0.0.20",
"@elysiajs/cors": "1.0.2",
"@elysiajs/eden": "1.0.7",
"@elysiajs/server-timing": "1.0.2",
"@elysiajs/swagger": "1.0.3",
"@t3-oss/env-core": "0.9.2",
"@bogeychan/elysia-logger": "0.1.4",
"@elysiajs/cors": "1.1.1",
"@elysiajs/eden": "1.1.3",
"@elysiajs/server-timing": "1.1.0",
"@elysiajs/swagger": "1.1.5",
"@t3-oss/env-core": "0.11.1",
"elysia": "latest",
"superjson": "2.2.1",
"zod": "3.22.4"
"zod": "3.23.8"
},
"devDependencies": {
"bun-types": "latest",
Expand Down
44 changes: 22 additions & 22 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,40 +16,40 @@
"optimize:images": "optimizt --webp --output ./public ./public"
},
"dependencies": {
"@radix-ui/react-select": "2.0.0",
"@t3-oss/env-nextjs": "0.8.0",
"@types/node": "18.19.1",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "1.1.2",
"@radix-ui/react-select": "2.1.2",
"@t3-oss/env-nextjs": "0.11.1",
"@types/node": "18.19.61",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vercel/analytics": "1.3.2",
"api": "workspace:*",
"cobe": "0.6.3",
"contentlayer": "0.3.4",
"date-fns": "3.3.1",
"eslint-config-next": "14.1.0",
"jotai": "2.6.4",
"lucide-react": "0.321.0",
"next": "14.1.0",
"date-fns": "3.6.0",
"eslint-config-next": "14.2.16",
"jotai": "2.10.1",
"lucide-react": "0.454.0",
"next": "14.2.16",
"next-contentlayer": "0.3.4",
"next-themes": "0.2.1",
"next-themes": "0.3.0",
"plaiceholder": "3.0.0",
"pnpm": "8.15.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"pnpm": "8.15.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.3.0",
"rehype-github-alerts": "3.0.0",
"rehype-image-optimizer": "workspace:*",
"rehype-katex": "7.0.0",
"rehype-pretty-code": "0.12.6",
"rehype-katex": "7.0.1",
"rehype-pretty-code": "0.14.0",
"remark-gfm": "3.0.1",
"remark-math": "5.1.1",
"remark-unwrap-images": "4.0.0",
"remark-unwrap-images": "4.0.1",
"schema-dts": "1.1.2",
"shikiji": "0.10.2",
"unified": "11.0.4",
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
"vaul": "0.9.0",
"zod": "3.22.4"
"vaul": "0.9.9",
"zod": "3.23.8"
},
"devDependencies": {
"@babel/core": "7.24.3",
Expand Down
22 changes: 11 additions & 11 deletions packages/eslint-config-custom-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"format:fix": "prettier --write ."
},
"dependencies": {
"@next/eslint-plugin-next": "14.1.0",
"@pandacss/eslint-plugin": "0.0.17",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@next/eslint-plugin-next": "14.2.16",
"@pandacss/eslint-plugin": "0.2.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.2.16",
"eslint-config-turbo": "latest",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.15"
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.10.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"format:fix": "prettier --write ."
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-turbo": "latest",
"eslint-plugin-import": "2.29.1"
"eslint-plugin-import": "2.31.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset-radix-colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@pandacss/dev": "0.31.0",
"@pandacss/dev": "0.47.0",
"pandacss-preset-radix-colors": "0.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset-radix-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@pandacss/dev": "0.31.0"
"@pandacss/dev": "0.47.0"
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-image-optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"plaiceholder": "3.0.0",
"unified": "11.0.4",
"unified": "11.0.5",
"unist-util-visit": "5.0.0"
}
}

0 comments on commit 813945f

Please sign in to comment.