Skip to content
Merged
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
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@alphone/plugin-importer": "workspace:*",
"@alphone/plugin-whatsapp": "workspace:*",
"@gopherium/godmin": "0.7.0",
"@gopherium/react-auth": "0.3.0",
"@gopherium/react-auth": "0.4.0",
"@tanstack/react-query": "^5.101.4",
"@tanstack/react-router": "^1.170.23",
"@wordpress/theme": "1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ require (
github.com/go-chi/chi/v5 v5.3.1
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.6.0
github.com/gopherium/gouncer/authkit v0.4.0
github.com/gopherium/gouncer/authkit v0.5.0
github.com/gopherium/gouncer/authkit/postgres v0.3.0
github.com/gopherium/gouncer/authkit/ratelimit v0.2.0
github.com/gopherium/gouncer/authkit/ratelimit v0.3.0
github.com/gopherium/pluginkit v0.5.0
github.com/gopherium/pluginkit/graphwire v0.3.0
github.com/jackc/pgx/v5 v5.10.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gopherium/gouncer v0.1.0 h1:R5y0kmal9+dLmG+tv3PLF2Ya8LFmWzQqUsiOl7bVERU=
github.com/gopherium/gouncer v0.1.0/go.mod h1:EZhUDgECayxwut/wq0ITyPTH4bYe7SB8EZMW3s9hpCM=
github.com/gopherium/gouncer/authkit v0.4.0 h1:CwjdZOXMDw3Dg7b9KyuWaTGssR1XkzAAbJL7kUNRSG8=
github.com/gopherium/gouncer/authkit v0.4.0/go.mod h1:UlshoX6DGkXf5hdlUmHNg5rtCmO9VYqCo5kt+Iy8R6Y=
github.com/gopherium/gouncer/authkit v0.5.0 h1:F/5FE/WyFBB7AX2va1UZLzkWOAQo/fDelh1dVQZYow0=
github.com/gopherium/gouncer/authkit v0.5.0/go.mod h1:UlshoX6DGkXf5hdlUmHNg5rtCmO9VYqCo5kt+Iy8R6Y=
github.com/gopherium/gouncer/authkit/postgres v0.3.0 h1:4PURjXtqCLj819AiHljt1E8q+JAfDoUC0ohm7hgRdk4=
github.com/gopherium/gouncer/authkit/postgres v0.3.0/go.mod h1:c2pqWGX6L0hjIjq7+1NrGzXI7yE/AP07TYU9QcQlrmY=
github.com/gopherium/gouncer/authkit/ratelimit v0.2.0 h1:vWXD+2Hi+OQ66eUAAZ26fhuDdr3qVrmIs6BvF8cOEbc=
github.com/gopherium/gouncer/authkit/ratelimit v0.2.0/go.mod h1:Nezx00JuDgpuM62iF09HIfYD6nE4X22VvciY8wu3W3E=
github.com/gopherium/gouncer/authkit/ratelimit v0.3.0 h1:K4e8kwzO9XRJB95TErMVV4CuskTtG2c2CwL7nLAI/Ko=
github.com/gopherium/gouncer/authkit/ratelimit v0.3.0/go.mod h1:Nezx00JuDgpuM62iF09HIfYD6nE4X22VvciY8wu3W3E=
github.com/gopherium/pluginkit v0.5.0 h1:vJPqQXnC+Hxzi5iGqmbxNYtnSk9s5794PY7H80KcSAo=
github.com/gopherium/pluginkit v0.5.0/go.mod h1:7/KK/KzRVYkF0cLXJ8uBEJzMJwmf/xcePjrx/zRl0Qk=
github.com/gopherium/pluginkit/graphwire v0.3.0 h1:Q9ov7mYvlxrE3OvXneby9uI4InjDXhFsHD8X1fa5Co0=
Expand Down
37 changes: 20 additions & 17 deletions pnpm-lock.yaml

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

3 changes: 2 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ packages:

minimumReleaseAgeExclude:
- '@gopherium/godmin'
- '@gopherium/react-auth@0.3.0'
- '@gopherium/react-auth@0.4.0'

overrides:
react: ^19.2.8
react-dom: ^19.2.8
'@wordpress/i18n': 6.26.0

peerDependencyRules:
allowedVersions:
Expand Down
2 changes: 1 addition & 1 deletion sdk/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@gopherium/godmin": "0.7.0",
"@gopherium/react-auth": "0.3.0",
"@gopherium/react-auth": "0.4.0",
"@tanstack/react-query": "^5.101.4",
"@urql/exchange-graphcache": "9.0.1",
"@urql/exchange-retry": "2.0.0",
Expand Down
Loading