Skip to content

Commit 133f98a

Browse files
chore(deps): bump typescript from 4.1.5 to 4.3.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.1.5...v4.3.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent daf2d0f commit 133f98a

8 files changed

Lines changed: 13 additions & 8 deletions

File tree

packages/dev-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"react-scripts": "4.0.3",
4040
"source-map-explorer": "2.5.2",
4141
"theme-ui": "0.6.0-canary.1544.5359f8a1e408a4dfeb74a9ae39688270286e534a.0",
42-
"typescript": "4.1.5"
42+
"typescript": "4.3.5"
4343
},
4444
"scripts": {
4545
"analyze": "source-map-explorer 'build/static/js/*.js'",

packages/fuzzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dotenv": "^8.2.0",
1212
"ethers": "^5.4.3",
1313
"ts-node": "^9.0.0",
14-
"typescript": "~4.1.0",
14+
"typescript": "~4.3.5",
1515
"yargs": "^16.0.3"
1616
}
1717
}

packages/lib-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"mocha": "8.3.2",
3636
"npm-run-all": "4.1.5",
3737
"ts-node": "9.1.1",
38-
"typescript": "4.1.5"
38+
"typescript": "4.3.5"
3939
}
4040
}

packages/lib-ethers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"hardhat": "2.1.1",
6464
"npm-run-all": "4.1.5",
6565
"ts-node": "9.1.1",
66-
"typescript": "4.1.5",
66+
"typescript": "4.3.5",
6767
"ws": "7.4.6"
6868
}
6969
}

packages/lib-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"eslint-plugin-react-hooks": "4.2.0",
2525
"npm-run-all": "4.1.5",
2626
"react": "17.0.1",
27-
"typescript": "4.1.5"
27+
"typescript": "4.3.5"
2828
}
2929
}

packages/lib-subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"apollo": "^2.30.3",
1919
"npm-run-all": "^4.1.5",
2020
"rimraf": "^3.0.2",
21-
"typescript": "~4.1.0"
21+
"typescript": "~4.3.5"
2222
},
2323
"dependencies": {
2424
"@apollo/client": "^3.3.12",

packages/providers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"ethers": "^5.4.3",
1212
"ts-node": "^9.1.1",
13-
"typescript": "~4.1.0"
13+
"typescript": "~4.3.5"
1414
},
1515
"peerDependencies": {
1616
"ethers": "^5.3.0"

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20330,7 +20330,12 @@ typedarray@^0.0.6:
2033020330
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
2033120331
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
2033220332

20333-
typescript@4.1.5, typescript@~4.1.0, typescript@~4.1.3:
20333+
typescript@4.3.5, typescript@~4.3.5:
20334+
version "4.3.5"
20335+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
20336+
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
20337+
20338+
typescript@~4.1.3:
2033420339
version "4.1.5"
2033520340
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
2033620341
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==

0 commit comments

Comments
 (0)