-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrotriever.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/[email protected]"
GraphQL = "github.com/Roblox/[email protected]"
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/[email protected]"
Promise = "github.com/roblox/[email protected]"
LuauRegExp = "github.com/Roblox/[email protected]"
RobloxRequests = "github.com/Roblox/[email protected]"
[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" }