Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 36 additions & 36 deletions package-lock.json

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

54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,36 +73,36 @@
},
"devDependencies": {
"@edge-runtime/vm": "4.0.4",
"@eslint/js": "^9.9.1",
"@fast-check/vitest": "^0.2.2",
"@types/d3-array": "^3.2.2",
"@types/leaflet": "^1.9.21",
"@types/node": "20.19.24",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"@vitejs/plugin-react": "^5.1.0",
"antd": "^5.27.6",
"@eslint/js": "9.38.0",
"@fast-check/vitest": "0.2.2",
"@types/d3-array": "3.2.2",
"@types/leaflet": "1.9.21",
"@types/node": "20.19.25",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@typescript-eslint/eslint-plugin": "8.46.2",
"@typescript-eslint/parser": "8.46.2",
"@vitejs/plugin-react": "5.1.0",
"antd": "5.27.6",
"chokidar-cli": "3.0.0",
"convex": "1.29.0",
"convex": "1.29.1",
"convex-test": "0.0.38",
"d3-array": "^3.2.4",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^15.9.0",
"h3-js": "^4.3.0",
"leaflet": "^1.9.4",
"d3-array": "3.2.4",
"eslint": "8.57.1",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-refresh": "0.4.24",
"globals": "15.15.0",
"h3-js": "4.3.0",
"leaflet": "1.9.4",
"npm-run-all2": "8.0.4",
"prettier": "3.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^6.4.1",
"vitest": "^3.2.4"
"prettier": "3.6.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-leaflet": "4.2.1",
"typescript": "5.9.3",
"typescript-eslint": "8.46.2",
"vite": "6.4.1",
"vitest": "3.2.4"
},
"types": "./dist/client/index.d.ts",
"module": "./dist/client/index.js"
Expand Down
2 changes: 1 addition & 1 deletion src/s2-bindings/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module s2-go

go 1.23.1

require github.com/golang/geo v0.0.0-20230421003525-6adc56603217
require github.com/golang/geo v0.0.0-20251111181513-e7f3a1a58fb3
2 changes: 2 additions & 0 deletions src/s2-bindings/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
github.com/golang/geo v0.0.0-20230421003525-6adc56603217 h1:HKlyj6in2JV6wVkmQ4XmG/EIm+SCYlPZ+V4GWit7Z+I=
github.com/golang/geo v0.0.0-20230421003525-6adc56603217/go.mod h1:8wI0hitZ3a1IxZfeH3/5I97CI8i5cLGsYe7xNhQGs9U=
github.com/golang/geo v0.0.0-20251111181513-e7f3a1a58fb3 h1:PO47XJrekjtVhITkwfywMBMbKW2WNU49y9LmqvDzwIc=
github.com/golang/geo v0.0.0-20251111181513-e7f3a1a58fb3/go.mod h1:Mymr9kRGDc64JPr03TSZmuIBODZ3KyswLzm1xL0HFA8=
Loading