-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrotriever.toml
More file actions
28 lines (24 loc) · 1.3 KB
/
rotriever.toml
File metadata and controls
28 lines (24 loc) · 1.3 KB
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
26
27
28
[package]
name = "ApolloClient"
version = "0.3.12"
author = "Roblox"
content_root = "src"
files = ["*", "!**/__tests__/**", "!testUtils/", "!**/testing/**"]
[config]
registry_index = true
[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.2"
Promise = "github.com/roblox/roblox-lua-promise@3.3.0"
LuauRegExp = { target = "github.com/Roblox/luau-regexp", version = "0.2.0", package = "RegExp" }
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" }