소스 검색

Dependencies update 02.07.21

sanex 3 년 전
부모
커밋
bae1a9e569
5개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 0
      dist/index.cli.js
  2. 0 0
      dist/index.js
  3. 1 1
      package.json
  4. 1 0
      tsconfig.json
  5. 4 4
      yarn.lock

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.cli.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.js


+ 1 - 1
package.json

@@ -84,7 +84,7 @@
     "threads": "1.6.5",
     "ts-loader": "9.2.3",
     "ts-node": "10.0.0",
-    "typescript": "4.4.0-dev.20210701",
+    "typescript": "4.4.0-beta",
     "webpack": "5.41.1",
     "webpack-cli": "4.7.2",
     "webpack-node-externals": "3.0.0"

+ 1 - 0
tsconfig.json

@@ -4,6 +4,7 @@
   },
   "compilerOptions": {
     "emitDecoratorMetadata": true,
+    "exactOptionalPropertyTypes": false,
     "experimentalDecorators": true,
     "lib": [
       "es2019",

+ 4 - 4
yarn.lock

@@ -4454,10 +4454,10 @@ typedarray@^0.0.6:
   resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
   integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
 
[email protected]dev.20210701:
-  version "4.4.0-dev.20210701"
-  resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.0-dev.20210701.tgz#ab6083b5b1c81cf51e3b331646fd8735b4bc82d8"
-  integrity sha512-noUHlum9wzLJF5m33SHAZjBYC8Sn7CjDLvAnIRDJUdqM1VyYSWkz4rX7CELSswTxlObZj3+b02cQZTyB37DYfw==
[email protected]beta:
+  version "4.4.0-beta"
+  resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.0-beta.tgz#a5b8a3a0d260fa5ce84daa3ab58f7102ad19a655"
+  integrity sha512-qMxA8NzN3igwX8Mii7MXGNW+YeFAkUKyKg+x4F1CCFsO36LqISf1EXXSOLDuRIdGjdVvV53grRxfHjOW65YfMA==
 
 unbox-primitive@^1.0.1:
   version "1.0.1"

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.