Commit d209b61 1 parent 9d13628 commit d209b61 Copy full SHA for d209b61
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
"eslint-plugin-roblox-ts" : " ^0.0.35" ,
28
28
"patch-package" : " ^8.0.0" ,
29
29
"postinstall-postinstall" : " ^2.1.0" ,
30
- "roblox-ts" : " ^2. 3.0-dev-576ad98 " ,
30
+ "roblox-ts" : " ^3.0.0 " ,
31
31
"typescript" : " 4.9.4"
32
32
},
33
33
"dependencies" : {
Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ const Configs = {
14
14
"ServerScriptService" ,
15
15
"ServerStorage" ,
16
16
"StarterGui" ,
17
- "StarterPlayer" ,
17
+ "StarterPlayer"
18
18
] ) ,
19
19
GlobalInjectionKey : Environment . EnvGlobalInjectionKey , //the longer the better
20
20
21
21
Version : {
22
22
Mayor : 1 ,
23
- Minor : 3 ,
24
- Fix : 1 ,
23
+ Minor : 4 ,
24
+ Fix : 0
25
25
} ,
26
26
27
27
Extensions : {
28
28
Story : ".story" ,
29
29
Storybook : ".storybook" ,
30
- Settings : ".uilabs" , //Not implemented (it probably wont)
31
- } ,
30
+ Settings : ".uilabs" //Not implemented (it probably wont)
31
+ }
32
32
} ;
33
33
34
34
export default Configs ;
You can’t perform that action at this time.
0 commit comments