Skip to content

Commit b35c0e5

Browse files
chore(deps-dev): bump typescript from 4.2.4 to 4.3.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 7b1de47 commit b35c0e5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/ts-module-a/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"devDependencies": {
1313
"@clark/eslint-config-typescript": "^2.1.0",
1414
"eslint": "^7.27.0",
15-
"typescript": "^4.2.4"
15+
"typescript": "^4.3.2"
1616
}
1717
}

tests/ts-module-b/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"devDependencies": {
1111
"@clark/eslint-config-typescript": "^2.1.0",
1212
"eslint": "^7.27.0",
13-
"typescript": "^4.2.4"
13+
"typescript": "^4.3.2"
1414
}
1515
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -11663,10 +11663,10 @@ typescript-memoize@^1.0.0-alpha.3:
1166311663
dependencies:
1166411664
core-js "2.4.1"
1166511665

11666-
typescript@^4.2.4:
11667-
version "4.2.4"
11668-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
11669-
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
11666+
typescript@^4.3.2:
11667+
version "4.3.2"
11668+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
11669+
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
1167011670

1167111671
uc.micro@^1.0.1, uc.micro@^1.0.5:
1167211672
version "1.0.6"

0 commit comments

Comments
 (0)