diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-06-29 10:06:01 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-06-29 10:06:01 -0400 |
commit | b6555ffff0d1c6351ddf0ad8aa65859e07dc5127 (patch) | |
tree | 279a1493f69554e905ebe4c1cd5e56f0d88b9443 /.yarn/sdks | |
parent | dd3451e96cbf9d34589f00eb3b41dc9b958fd5f4 (diff) | |
download | tanzanite-b6555ffff0d1c6351ddf0ad8aa65859e07dc5127.tar.gz tanzanite-b6555ffff0d1c6351ddf0ad8aa65859e07dc5127.tar.bz2 tanzanite-b6555ffff0d1c6351ddf0ad8aa65859e07dc5127.zip |
Revert Typescript Version upgrade -> it breaks sequelize
Diffstat (limited to '.yarn/sdks')
-rw-r--r-- | .yarn/sdks/typescript/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.yarn/sdks/typescript/package.json b/.yarn/sdks/typescript/package.json index 1ae6045..27270c7 100644 --- a/.yarn/sdks/typescript/package.json +++ b/.yarn/sdks/typescript/package.json @@ -1,6 +1,6 @@ { "name": "typescript", - "version": "4.3.4-pnpify", + "version": "4.2.4-pnpify", "main": "./lib/typescript.js", "type": "commonjs" } |