Commit 4cad2fa1 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

typescript: cleanup (#10606)

This commit migrates the typescript packages to use
npm releases instead of local workspace based imports.
This will allow us to remove:
- `core-utils`
- `common-ts`

These packages are no longer maintained and will be receiving
no updates. Their code can be retreived from before this
commit or from https://github.com/ethereum-optimism/optimism-legacy
if it is needed in the future.

The `sdk` will be removed in a follow up.
parent a00d3873
...@@ -49,10 +49,10 @@ ...@@ -49,10 +49,10 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "workspace:*", "@eth-optimism/common-ts": "^0.8.9",
"@eth-optimism/contracts-bedrock": "workspace:*", "@eth-optimism/contracts-bedrock": "workspace:*",
"@eth-optimism/contracts-periphery": "1.0.8", "@eth-optimism/contracts-periphery": "1.0.8",
"@eth-optimism/core-utils": "workspace:*", "@eth-optimism/core-utils": "^0.13.2",
"@eth-optimism/sdk": "^3.3.1", "@eth-optimism/sdk": "^3.3.1",
"@types/dateformat": "^5.0.0", "@types/dateformat": "^5.0.0",
"chai-as-promised": "^7.1.1", "chai-as-promised": "^7.1.1",
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "workspace:*", "@eth-optimism/core-utils": "^0.13.2",
"@sentry/node": "^7.99.0", "@sentry/node": "^7.99.0",
"bcfg": "^0.2.1", "bcfg": "^0.2.1",
"body-parser": "^1.20.2", "body-parser": "^1.20.2",
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
}, },
"dependencies": { "dependencies": {
"@eth-optimism/contracts": "0.6.0", "@eth-optimism/contracts": "0.6.0",
"@eth-optimism/core-utils": "workspace:*", "@eth-optimism/core-utils": "^0.13.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"merkletreejs": "^0.3.11", "merkletreejs": "^0.3.11",
"rlp": "^2.2.7", "rlp": "^2.2.7",
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment