Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit dfe4b31

Browse files
fix(deps-dev): bump typescript from 3.5.3 to 3.6.2 (#30)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.5.3 to 3.6.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f57c47f commit dfe4b31

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"monocle-ts": "^2.0.0",
128128
"nyc": "^14.1.1",
129129
"ts-mocha": "^6.0.0",
130-
"typescript": "~3.5.0"
130+
"typescript": "~3.6.2"
131131
},
132132
"peerDependencies": {
133133
"fp-ts": "^2.0.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5308,10 +5308,10 @@ typedarray@^0.0.6:
53085308
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
53095309
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
53105310

5311-
typescript@~3.5.0:
5312-
version "3.5.3"
5313-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
5314-
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
5311+
typescript@~3.6.2:
5312+
version "3.6.2"
5313+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54"
5314+
integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==
53155315

53165316
uglify-js@^3.1.4:
53175317
version "3.6.0"

0 commit comments

Comments
 (0)