Pārlūkot izejas kodu

Chore: Bump ts-node to 8.1.0 (#17093)

Johannes Schill 6 gadi atpakaļ
vecāks
revīzija
f30e5cce59
3 mainītis faili ar 7 papildinājumiem un 6 dzēšanām
  1. 1 1
      package.json
  2. 2 1
      tsconfig.json
  3. 4 4
      yarn.lock

+ 1 - 1
package.json

@@ -124,7 +124,7 @@
     "terser-webpack-plugin": "1.2.3",
     "ts-jest": "24.0.1",
     "ts-loader": "5.3.3",
-    "ts-node": "8.0.2",
+    "ts-node": "8.1.0",
     "tslib": "1.9.3",
     "tslint": "5.14.0",
     "tslint-loader": "3.5.4",

+ 2 - 1
tsconfig.json

@@ -32,7 +32,8 @@
       "app": ["app"],
       "sass": ["sass"]
     },
-    "skipLibCheck": true
+    "skipLibCheck": true,
+    "preserveSymlinks": true
   },
   "include": [
     "public/app/**/*.ts",

+ 4 - 4
yarn.lock

@@ -16947,10 +16947,10 @@ ts-loader@5.3.3:
     micromatch "^3.1.4"
     semver "^5.0.1"
 
-ts-node@8.0.2:
-  version "8.0.2"
-  resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.0.2.tgz#9ecdf8d782a0ca4c80d1d641cbb236af4ac1b756"
-  integrity sha512-MosTrinKmaAcWgO8tqMjMJB22h+sp3Rd1i4fdoWY4mhBDekOwIAKI/bzmRi7IcbCmjquccYg2gcF6NBkLgr0Tw==
+ts-node@8.1.0:
+  version "8.1.0"
+  resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.1.0.tgz#8c4b37036abd448577db22a061fd7a67d47e658e"
+  integrity sha512-34jpuOrxDuf+O6iW1JpgTRDFynUZ1iEqtYruBqh35gICNjN8x+LpVcPAcwzLPi9VU6mdA3ym+x233nZmZp445A==
   dependencies:
     arg "^4.1.0"
     diff "^3.1.0"