-
Notifications
You must be signed in to change notification settings - Fork 1
/
rotriever.toml
25 lines (22 loc) · 1.22 KB
/
rotriever.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "ApolloClient"
version = "0.3.10"
author = "Roblox"
content_root = "src"
files = ["*", "!**/__tests__/**", "!testUtils/", "!**/testing/**"]
[dependencies]
React = "github.com/roblox/roact-alignment@17.0.1-rc.16"
GraphQL = "github.com/Roblox/graphql-lua@15.6.0"
GraphQLTag = { target = "https://github.com/Roblox/graphql-tag-lua", version = "2.12.6", package = "GraphqlTag" }
LuauPolyfill = "github.com/roblox/luau-polyfill@1"
ZenObservable = "github.com/roblox/zen-observable-lua@0.8.16-roblox.0"
Promise = "github.com/roblox/roblox-lua-promise@3.3.0"
LuauRegExp = "github.com/Roblox/luau-regexp@0.2.0"
RobloxRequests = "github.com/Roblox/roblox-requests@0.1.0"
[dev_dependencies]
JestGlobals = { git = "https://github.com/roblox/jest-roblox", rev = "v3.2.2", package = "JestGlobals" }
Jest = { git = "https://github.com/roblox/jest-roblox", rev = "v3.2.2", package = "Jest" }
ReactTestingLibrary = { git = "https://github.com/roblox/react-testing-library-lua.git", rev = "main" }
[config.patch."https://github.com/roblox/jest-roblox"]
JestGlobals = { git = "https://github.com/roblox/jest-roblox", rev = "v3.2.2", package = "JestGlobals" }
Jest = { git = "https://github.com/roblox/jest-roblox", rev = "v3.2.2", package = "Jest" }