Skip to content

Commit

Permalink
fix: buf connect package versions and dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbillman committed Oct 2, 2024
1 parent 34a47cb commit 4cc8385
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 78 deletions.
18 changes: 7 additions & 11 deletions frontend/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,20 @@
"build-storybook": "storybook build"
},
"lint-staged": {
"*.(js|cjs|tsx|ts)": [
"pnpm run lint:fix"
]
"*.(js|cjs|tsx|ts)": ["pnpm run lint:fix"]
},
"browserslist": [
"> 2%"
],
"browserslist": ["> 2%"],
"source": "index.html",
"dependencies": {
"@bufbuild/protobuf": "^1.1.0",
"@bufbuild/protoc-gen-es": "2.1.0",
"@bufbuild/protobuf": "^1.10.0",
"@codemirror/autocomplete": "^6.18.0",
"@codemirror/commands": "^6.5.0",
"@codemirror/language": "^6.10.1",
"@codemirror/lint": "^6.8.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@connectrpc/connect": "^1.1.2",
"@connectrpc/connect-web": "^1.1.2",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@connectrpc/connect": "^1.5.0",
"@connectrpc/connect-web": "^1.5.0",
"@headlessui/react": "2.1.8",
"@tailwindcss/forms": "^0.5.6",
"@tanstack/react-query": "^5.51.23",
Expand All @@ -68,7 +62,9 @@
"type-fest": "^4.18.2"
},
"devDependencies": {
"@bufbuild/protoc-gen-es": "^1.10.0",
"@chromatic-com/storybook": "^2.0.0",
"@connectrpc/protoc-gen-connect-es": "^1.5.0",
"@playwright/test": "^1.46.1",
"@storybook/addon-essentials": "^8.2.7",
"@storybook/addon-interactions": "^8.2.7",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 33 additions & 63 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4cc8385

Please sign in to comment.