File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " goscript" ,
3- "version" : " 1. 0.0" ,
3+ "version" : " 0.0.2 " ,
44 "description" : " Go to TypeScript compiler" ,
55 "scripts" : {
66 "example" : " cd ./example/simple && bash run.bash" ,
77 "test" : " go test -v ./..."
88 },
99 "devDependencies" : {
10- "typescript" : " ^5.0.0" ,
11- "tsx" : " ^4.0.0"
10+ "prettier" : " ^3.5.3" ,
11+ "tsx" : " ^4.0.0" ,
12+ "typescript" : " ^5.0.0"
1213 }
13- }
14+ }
Original file line number Diff line number Diff line change @@ -170,6 +170,11 @@ get-tsconfig@^4.7.5:
170170 dependencies :
171171 resolve-pkg-maps "^1.0.0"
172172
173+ prettier@^3.5.3 :
174+ version "3.5.3"
175+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
176+ integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==
177+
173178resolve-pkg-maps@^1.0.0 :
174179 version "1.0.0"
175180 resolved "https://registry.yarnpkg.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz#616b3dc2c57056b5588c31cdf4b3d64db133720f"
You can’t perform that action at this time.
0 commit comments