Skip to content

Commit 63dcb6f

Browse files
authored
feat: Direct Cloud logging using Google gsi client (#219)
* fix: correct regexp for polyline * feat: Cloud Logging using Google OAuth
1 parent 8cf7159 commit 63dcb6f

File tree

10 files changed

+1246
-168
lines changed

10 files changed

+1246
-168
lines changed

package-lock.json

Lines changed: 54 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dune-buggy",
3-
"version": "1.10.0",
3+
"version": "2.0.0",
44
"description": "",
55
"main": "index.js",
66
"repository": {
@@ -18,6 +18,7 @@
1818
"@google-cloud/bigquery": "^6.0.0",
1919
"@google-cloud/logging": "^11.0.0",
2020
"@googlemaps/react-wrapper": "^1.1.42",
21+
"@react-oauth/google": "^0.12.1",
2122
"@testing-library/jest-dom": "^5.14.1",
2223
"@testing-library/react": "^11.2.7",
2324
"@testing-library/user-event": "^12.8.3",
@@ -39,6 +40,7 @@
3940
"react-json-view": "^1.21.3",
4041
"react-scripts": "5.0.1",
4142
"react-table": "^7.7.0",
43+
"react-toastify": "^9.0.3",
4244
"react-virtualized-auto-sizer": "^1.0.24",
4345
"react-window": "^1.8.10",
4446
"s2polyline-ts": "^1.0.0",
@@ -90,7 +92,7 @@
9092
},
9193
"jest": {
9294
"transformIgnorePatterns": [
93-
"node_modules/(?!(@turf|polyclip-ts|s2polyline-ts)/.*)"
95+
"node_modules/(?!(@turf|polyclip-ts|s2polyline-ts|react-toastify)/.*)"
9496
]
9597
},
9698
"browserslist": {

0 commit comments

Comments
 (0)