Skip to content

Commit edf03d7

Browse files
chore(deps): bump typescript from 4.1.5 to 4.2.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.2.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.1.5...v4.2.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02d164a commit edf03d7

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
@@ -36,7 +36,7 @@
3636
"react-scripts": "^4.0.0-next.98",
3737
"source-map-explorer": "^2.4.2",
3838
"theme-ui": "^0.6.0-canary.1544.5359f8a1e408a4dfeb74a9ae39688270286e534a.0",
39-
"typescript": "~4.1.0"
39+
"typescript": "~4.2.3"
4040
},
4141
"scripts": {
4242
"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.0.0",
1313
"ts-node": "^9.0.0",
14-
"typescript": "~4.1.0",
14+
"typescript": "~4.2.3",
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
@@ -36,6 +36,6 @@
3636
"mocha": "^8.2.1",
3737
"npm-run-all": "^4.1.5",
3838
"ts-node": "^9.0.0",
39-
"typescript": "~4.1.0"
39+
"typescript": "~4.2.3"
4040
}
4141
}

packages/lib-ethers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"hardhat": "^2.0.3",
6161
"npm-run-all": "^4.1.5",
6262
"ts-node": "^9.0.0",
63-
"typescript": "~4.1.0"
63+
"typescript": "~4.2.3"
6464
}
6565
}

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.1.2",
2525
"npm-run-all": "^4.1.5",
2626
"react": "^17.0.1",
27-
"typescript": "~4.1.0"
27+
"typescript": "~4.2.3"
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.2.3"
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
@@ -14,7 +14,7 @@
1414
"ethers": "^5.0.0",
1515
"npm-run-all": "^4.1.5",
1616
"ts-node": "^9.1.1",
17-
"typescript": "~4.1.0"
17+
"typescript": "~4.2.3"
1818
},
1919
"peerDependencies": {
2020
"ethers": "^5.0.0"

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19884,11 +19884,16 @@ typedarray@^0.0.6:
1988419884
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1988519885
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1988619886

19887-
typescript@~4.1.0, typescript@~4.1.3:
19887+
typescript@~4.1.3:
1988819888
version "4.1.5"
1988919889
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
1989019890
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
1989119891

19892+
typescript@~4.2.3:
19893+
version "4.2.3"
19894+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
19895+
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
19896+
1989219897
uglify-js@^3.1.4:
1989319898
version "3.13.1"
1989419899
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.13.1.tgz#2749d4b8b5b7d67460b4a418023ff73c3fefa60a"

0 commit comments

Comments
 (0)