Skip to content

Commit

Permalink
Update @babel/traverse (connectrpc#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Oct 20, 2023
1 parent 6fdf334 commit fd3253b
Show file tree
Hide file tree
Showing 5 changed files with 405 additions and 390 deletions.
12 changes: 6 additions & 6 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"@connectrpc/connect-web": "^1.1.2",
"@connectrpc/protoc-gen-connect-es": "^1.1.2",
"@connectrpc/protoc-gen-connect-query": "^0.5.1",
"@tanstack/react-query": "^4.35.7",
"@tanstack/react-query-devtools": "^4.35.7",
"@testing-library/jest-dom": "^6.1.3",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@types/react": "^18.2.30",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.11"
"vite": "^4.5.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"devDependencies": {
"@bufbuild/license-header": "^0.0.4",
"@jest/globals": "29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.2",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@typescript-eslint/utils": "6.7.4",
Expand All @@ -42,7 +42,7 @@
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"turbo": "^1.10.15",
"turbo": "^1.10.16",
"typescript": "5.2.2"
},
"engineStrict": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/connect-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"@connectrpc/connect": "^1.1.2",
"@connectrpc/connect-web": "^1.1.2",
"@connectrpc/protoc-gen-connect-es": "^1.1.2",
"@tanstack/react-query": "^4.35.7",
"@tanstack/react-query": "^4.36.1",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@types/react": "^18.2.30",
"@types/react-dom": "^18.2.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/protoc-gen-connect-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@connectrpc/connect": "^1.1.2",
"@connectrpc/connect-query": "workspace:*",
"@connectrpc/protoc-gen-connect-es": "^1.1.2",
"@tanstack/react-query": "^4.35.7",
"@tanstack/react-query": "^4.36.1",
"typescript": "^5.2.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit fd3253b

Please sign in to comment.