Skip to content

Commit ced16f0

Browse files
committed
build(deps): bump version
1 parent aef9f79 commit ced16f0

File tree

3 files changed

+24
-18
lines changed

3 files changed

+24
-18
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
},
5454
"devDependencies": {
5555
"@babel/core": "^7.5.0",
56-
"@babel/preset-env": "^7.5.0",
56+
"@babel/preset-env": "^7.5.2",
5757
"@babel/preset-typescript": "^7.3.3",
5858
"@commitlint/cli": "^8.0.0",
5959
"@commitlint/config-conventional": "^8.0.0",
6060
"@types/jest": "^24.0.15",
61-
"@types/node": "^12.0.12",
61+
"@types/node": "^12.6.1",
6262
"@typescript-eslint/parser": "^1.11.0",
6363
"@vue/test-utils": "^1.0.0-beta.29",
6464
"all-contributors-cli": "^6.7.0",
@@ -72,7 +72,7 @@
7272
"prettier": "^1.18.2",
7373
"prettier-check": "^2.0.0",
7474
"rimraf": "^2.6.3",
75-
"typescript": "^3.5.2",
75+
"typescript": "^3.5.3",
7676
"vue-template-compiler": "^2.6.10",
7777
"yorkie": "^2.0.0"
7878
},

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"jsx": "preserve",
77
"allowUmdGlobalAccess": true,
88
"allowSyntheticDefaultImports": true,
9+
"forceConsistentCasingInFileNames": true,
910
"esModuleInterop": true,
1011
"declaration": true,
1112
"pretty": true,
@@ -18,7 +19,7 @@
1819
"noImplicitAny": false,
1920
"noFallthroughCasesInSwitch": true,
2021
"outDir": "lib",
21-
"lib": ["es2018", "dom"]
22+
"lib": ["dom", "dom.iterable", "esnext"]
2223
},
2324
"exclude": ["node_modules", "lib", "**/__tests__/**/*"]
2425
}

yarn.lock

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@
255255
"@babel/helper-plugin-utils" "^7.0.0"
256256
"@babel/plugin-syntax-json-strings" "^7.2.0"
257257

258-
"@babel/plugin-proposal-object-rest-spread@^7.5.0":
259-
version "7.5.0"
260-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.0.tgz#4838ce3cbc9a84dd00bce7a17e9e9c36119f83a0"
261-
integrity sha512-G1qy5EdcO3vYhbxlXjRSR2SXB8GsxYv9hoRKT1Jdn3qy/NUnFqUUnqymKZ00Pbj+3FXNh06B+BUZzecrp3sxNw==
258+
"@babel/plugin-proposal-object-rest-spread@^7.5.2":
259+
version "7.5.2"
260+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.2.tgz#ec92b0c6419074ea7af77c78b7c5d42041f2f5a9"
261+
integrity sha512-C/JU3YOx5J4d9s0GGlJlYXVwsbd5JmqQ0AvB7cIDAx7nN57aDTnlJEsZJPuSskeBtMGFWSWU5Q+piTiDe0s7FQ==
262262
dependencies:
263263
"@babel/helper-plugin-utils" "^7.0.0"
264264
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
@@ -577,17 +577,17 @@
577577
"@babel/helper-regex" "^7.4.4"
578578
regexpu-core "^4.5.4"
579579

580-
"@babel/preset-env@^7.5.0":
581-
version "7.5.0"
582-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.0.tgz#1122a751e864850b4dbce38bd9b4497840ee6f01"
583-
integrity sha512-/5oQ7cYg+6sH9Dt9yx5IiylnLPiUdyMHl5y+K0mKVNiW2wJ7FpU5bg8jKcT8PcCbxdYzfv6OuC63jLEtMuRSmQ==
580+
"@babel/preset-env@^7.5.2":
581+
version "7.5.2"
582+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.2.tgz#34a46f01aed617b174b8dbaf8fed9239300343d0"
583+
integrity sha512-7rRJLaUqJhQ+8xGrWtMROAgOi/+udIzyK2ES9NHhDIUvR2zfx/ON5lRR8ACUGehIYst8KVbl4vpkgOqn08gBxA==
584584
dependencies:
585585
"@babel/helper-module-imports" "^7.0.0"
586586
"@babel/helper-plugin-utils" "^7.0.0"
587587
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
588588
"@babel/plugin-proposal-dynamic-import" "^7.5.0"
589589
"@babel/plugin-proposal-json-strings" "^7.2.0"
590-
"@babel/plugin-proposal-object-rest-spread" "^7.5.0"
590+
"@babel/plugin-proposal-object-rest-spread" "^7.5.2"
591591
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
592592
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
593593
"@babel/plugin-syntax-async-generators" "^7.2.0"
@@ -1070,11 +1070,16 @@
10701070
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
10711071
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
10721072

1073-
"@types/node@*", "@types/node@^12.0.12":
1073+
"@types/node@*":
10741074
version "12.0.12"
10751075
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.12.tgz#cc791b402360db1eaf7176479072f91ee6c6c7ca"
10761076
integrity sha512-Uy0PN4R5vgBUXFoJrKryf5aTk3kJ8Rv3PdlHjl6UaX+Cqp1QE0yPQ68MPXGrZOfG7gZVNDIJZYyot0B9ubXUrQ==
10771077

1078+
"@types/node@^12.6.1":
1079+
version "12.6.1"
1080+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.1.tgz#d5544f6de0aae03eefbb63d5120f6c8be0691946"
1081+
integrity sha512-rp7La3m845mSESCgsJePNL/JQyhkOJA6G4vcwvVgkDAwHhGdq5GCumxmPjEk1MZf+8p5ZQAUE7tqgQRQTXN7uQ==
1082+
10781083
"@types/normalize-package-data@^2.4.0":
10791084
version "2.4.0"
10801085
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
@@ -7021,10 +7026,10 @@ typedarray@^0.0.6:
70217026
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
70227027
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
70237028

7024-
typescript@^3.5.2:
7025-
version "3.5.2"
7026-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.2.tgz#a09e1dc69bc9551cadf17dba10ee42cf55e5d56c"
7027-
integrity sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA==
7029+
typescript@^3.5.3:
7030+
version "3.5.3"
7031+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
7032+
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
70287033

70297034
uglify-js@^3.1.4:
70307035
version "3.6.0"

0 commit comments

Comments
 (0)