Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiscs committed Nov 9, 2024
1 parent 58e244a commit b48980b
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 303 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"typecheck": "tsc"
},
"dependencies": {
"@choral-io/gommerce-protobuf-es": "1.0.0-beta.62",
"@choral-io/gommerce-protobuf-es": "1.0.0-beta.65",
"@connectrpc/connect-node": "~1.6.1",
"@remix-run/css-bundle": "~2.13.1",
"@remix-run/node": "~2.13.1",
"@remix-run/react": "~2.13.1",
"@remix-run/serve": "~2.13.1",
"@remix-run/css-bundle": "~2.14.0",
"@remix-run/node": "~2.14.0",
"@remix-run/react": "~2.14.0",
"@remix-run/serve": "~2.14.0",
"@tabler/icons-react": "~3.21.0",
"clsx": "~2.1.1",
"isbot": "~5.1.17",
Expand All @@ -29,31 +29,31 @@
"zod": "~3.23.8"
},
"devDependencies": {
"@eslint/js": "~9.13.0",
"@remix-run/dev": "~2.13.1",
"@eslint/js": "~9.14.0",
"@remix-run/dev": "~2.14.0",
"@tailwindcss/typography": "~0.5.15",
"@types/node": "~22.8.6",
"@types/node": "~22.9.0",
"@types/react": "~18.3.12",
"@types/react-dom": "~18.3.1",
"autoprefixer": "~10.4.20",
"daisyui": "~4.12.14",
"eslint": "~9.13.0",
"eslint": "~9.14.0",
"eslint-config-prettier": "~9.1.0",
"eslint-import-resolver-typescript": "~3.6.3",
"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": "~5.0.0",
"globals": "~15.11.0",
"globals": "~15.12.0",
"postcss": "~8.4.47",
"prettier": "~3.3.3",
"prettier-plugin-organize-imports": "~4.1.0",
"prettier-plugin-tailwindcss": "~0.6.8",
"tailwindcss": "~3.4.14",
"typescript": "~5.6.3",
"typescript-eslint": "~8.12.2",
"vite-tsconfig-paths": "~5.0.1"
"typescript-eslint": "~8.13.0",
"vite-tsconfig-paths": "~5.1.1"
},
"engines": {
"node": ">=22",
Expand Down
Loading

0 comments on commit b48980b

Please sign in to comment.