Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
update packages 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Sep 30, 2023
1 parent 5577fd1 commit 91c382a
Show file tree
Hide file tree
Showing 7 changed files with 1,111 additions and 2,256 deletions.
58 changes: 29 additions & 29 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,53 +9,53 @@
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.2",
"@faker-js/faker": "^8.0.2",
"@apollo/client": "^3.8.4",
"@faker-js/faker": "^8.1.0",
"@headlessui/react": "^1.7.17",
"@primer/octicons-react": "^19.7.0",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/supabase-js": "^2.33.1",
"@tanstack/react-query": "^4.33.0",
"ai": "^2.2.11",
"@primer/octicons-react": "^19.8.0",
"@supabase/auth-helpers-nextjs": "^0.8.1",
"@supabase/supabase-js": "^2.37.0",
"@tanstack/react-query": "^4.35.3",
"ai": "^2.2.13",
"ajv": "^8.12.0",
"autoprefixer": "10.4.15",
"autoprefixer": "10.4.16",
"bcryptjs": "^2.4.3",
"boring-avatars": "^1.10.1",
"clsx": "^2.0.0",
"csstype": "^3.1.2",
"encoding": "^0.1.13",
"flowbite": "^1.8.1",
"flowbite-react": "^0.5.0",
"formik": "^2.4.3",
"graphql": "^16.8.0",
"graphql-ws": "^5.14.0",
"flowbite-react": "^0.6.2",
"formik": "^2.4.5",
"graphql": "^16.8.1",
"graphql-ws": "^5.14.1",
"jose": "^4.14.6",
"marked": "^8.0.0",
"marked": "^9.0.3",
"mini-svg-data-uri": "^1.4.4",
"next": "13.4.19",
"octokit": "^3.1.0",
"postcss": "8.4.29",
"next": "13.5.3",
"octokit": "^3.1.1",
"postcss": "8.4.31",
"postcss-nested": "^6.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"sass": "^1.66.1",
"sass": "^1.68.0",
"slug": "^8.2.3",
"swr": "^2.2.2",
"swr": "^2.2.4",
"tailwindcss": "3.3.3",
"uuid": "^9.0.0",
"ws": "^8.13.0",
"yup": "^1.2.0"
"uuid": "^9.0.1",
"ws": "^8.14.2",
"yup": "^1.3.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/bcryptjs": "^2.4.3",
"@types/marked": "^5.0.1",
"@types/node": "^20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/slug": "^5.0.4",
"@types/ws": "^8.5.5",
"@tailwindcss/typography": "^0.5.10",
"@types/bcryptjs": "^2.4.4",
"@types/marked": "^5.0.2",
"@types/node": "^20.7.2",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"@types/slug": "^5.0.5",
"@types/ws": "^8.5.6",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2"
}
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/muesli/termenv v0.15.2
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.16.0
github.com/tidwall/gjson v1.16.0
github.com/tidwall/gjson v1.17.0
github.com/tidwall/sjson v1.2.5
golang.org/x/sys v0.12.0
golang.org/x/term v0.12.0
Expand Down Expand Up @@ -78,13 +78,13 @@ require (
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/tview v0.0.0-20230826224341-9754ab44dc1c // indirect
github.com/rivo/tview v0.0.0-20230928053139-9bc1d28d88a9 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/sahilm/fuzzy v0.1.0 // indirect
github.com/scmn-dev/browser v0.1.3 // indirect
github.com/shurcooL/githubv4 v0.0.0-20230704064427-599ae7bbf278 // indirect
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/afero v1.10.0 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
Expand All @@ -96,7 +96,7 @@ require (
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4 // indirect
github.com/yuin/goldmark v1.5.6 // indirect
github.com/yuin/goldmark-emoji v1.0.2 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ github.com/rivo/tview v0.0.0-20230814110005-ccc2c8119703 h1:ZyM/+FYnpbZsFWuCohni
github.com/rivo/tview v0.0.0-20230814110005-ccc2c8119703/go.mod h1:nVwGv4MP47T0jvlk7KuTTjjuSmrGO4JF0iaiNt4bufE=
github.com/rivo/tview v0.0.0-20230826224341-9754ab44dc1c h1:cuvKygt6v1OTsZSAXW2sc9tI6x0YEnxVct3DMv/0Ii4=
github.com/rivo/tview v0.0.0-20230826224341-9754ab44dc1c/go.mod h1:nVwGv4MP47T0jvlk7KuTTjjuSmrGO4JF0iaiNt4bufE=
github.com/rivo/tview v0.0.0-20230928053139-9bc1d28d88a9 h1:NPymdplpGOYdO5OxmIvsqC7WMYIir5OGXAWlmbnlLbk=
github.com/rivo/tview v0.0.0-20230928053139-9bc1d28d88a9/go.mod h1:nVwGv4MP47T0jvlk7KuTTjjuSmrGO4JF0iaiNt4bufE=
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.4.3/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
Expand All @@ -341,6 +343,8 @@ github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 h1:17JxqqJY66GmZV
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466/go.mod h1:9dIRpgIY7hVhoqfe0/FcYp0bpInZaT7dc3BYOprrIUE=
github.com/spf13/afero v1.9.5 h1:stMpOSZFs//0Lv29HduCmli3GUfpFoF3Y1Q/aXj/wVM=
github.com/spf13/afero v1.9.5/go.mod h1:UBogFpq8E9Hx+xc5CNTTEpTnuHVmXDwZcZcE1eb/UhQ=
github.com/spf13/afero v1.10.0 h1:EaGW2JJh15aKOejeuJ+wpFSHnbd7GE6Wvp3TsNhb6LY=
github.com/spf13/afero v1.10.0/go.mod h1:UBogFpq8E9Hx+xc5CNTTEpTnuHVmXDwZcZcE1eb/UhQ=
github.com/spf13/cast v1.5.1 h1:R+kOtfhWQE6TVQzY+4D7wJLBgkdVasCEFxSUBYBYIlA=
github.com/spf13/cast v1.5.1/go.mod h1:b9PdjNptOpzXr7Rq1q9gJML/2cdGQAo69NKzQ10KN48=
github.com/spf13/cobra v1.7.0 h1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I=
Expand Down Expand Up @@ -379,6 +383,8 @@ github.com/tidwall/gjson v1.15.0 h1:5n/pM+v3r5ujuNl4YLZLsQ+UE5jlkLVm7jMzT5Mpolw=
github.com/tidwall/gjson v1.15.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
github.com/tidwall/gjson v1.16.0 h1:SyXa+dsSPpUlcwEDuKuEBJEz5vzTvOea+9rjyYodQFg=
github.com/tidwall/gjson v1.16.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
github.com/tidwall/gjson v1.17.0 h1:/Jocvlh98kcTfpN2+JzGQWQcqrPQwDrVEMApx/M5ZwM=
github.com/tidwall/gjson v1.17.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=
github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
Expand Down Expand Up @@ -490,6 +496,8 @@ golang.org/x/net v0.0.0-20220923203811-8be639271d50/go.mod h1:YDH+HFinaLZZlnHAfS
golang.org/x/net v0.0.0-20221002022538-bcab6841153b/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk=
golang.org/x/net v0.14.0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14=
golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI=
golang.org/x/net v0.15.0 h1:ugBLEUaxABaB5AJqW9enI0ACdci2RUd4eP51NTBvuJ8=
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"packageManager": "[email protected]",
"devDependencies": {
"prettier": "^3.0.3",
"turbo": "^1.10.13"
"turbo": "^1.10.14"
}
}
4 changes: 2 additions & 2 deletions packages/botway.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.5.9",
"@types/js-yaml": "^4.0.6",
"@types/node": "^20.7.2",
"typescript": "^5.2.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/botwaygo
Loading

0 comments on commit 91c382a

Please sign in to comment.