Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
33eb63b1
Commit
33eb63b1
authored
Aug 17, 2023
by
Will Cory
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(common-ts): Upgrade all npm dependencies
parent
94b710a3
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
228 additions
and
432 deletions
+228
-432
tame-doors-invite.md
.changeset/tame-doors-invite.md
+5
-0
package.json
packages/common-ts/package.json
+18
-18
tsconfig.json
packages/common-ts/tsconfig.json
+2
-2
pnpm-lock.yaml
pnpm-lock.yaml
+203
-412
No files found.
.changeset/tame-doors-invite.md
0 → 100644
View file @
33eb63b1
---
'
@eth-optimism/common-ts'
:
patch
---
Updated npm dependencies of common-ts
packages/common-ts/package.json
View file @
33eb63b1
...
@@ -34,31 +34,31 @@
...
@@ -34,31 +34,31 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"
0.12.3
"
,
"@eth-optimism/core-utils"
:
"
workspace:*
"
,
"@sentry/node"
:
"^
6.3.1
"
,
"@sentry/node"
:
"^
7.64.0
"
,
"bcfg"
:
"^0.
1.7
"
,
"bcfg"
:
"^0.
2.1
"
,
"body-parser"
:
"^1.20.
0
"
,
"body-parser"
:
"^1.20.
2
"
,
"commander"
:
"^
9
.0.0"
,
"commander"
:
"^
11
.0.0"
,
"dotenv"
:
"^16.
0.0
"
,
"dotenv"
:
"^16.
3.1
"
,
"envalid"
:
"^7.
2.2
"
,
"envalid"
:
"^7.
3.1
"
,
"ethers"
:
"^5.7.
0
"
,
"ethers"
:
"^5.7.
2
"
,
"express"
:
"^4.1
7.1
"
,
"express"
:
"^4.1
8.2
"
,
"express-prom-bundle"
:
"^6.
4.1
"
,
"express-prom-bundle"
:
"^6.
6.0
"
,
"lodash"
:
"^4.17.21"
,
"lodash"
:
"^4.17.21"
,
"morgan"
:
"^1.10.0"
,
"morgan"
:
"^1.10.0"
,
"pino"
:
"^8.15.0"
,
"pino"
:
"^8.15.0"
,
"pino-multi-stream"
:
"^
5.3
.0"
,
"pino-multi-stream"
:
"^
6.0
.0"
,
"pino-sentry"
:
"^0.14.0"
,
"pino-sentry"
:
"^0.14.0"
,
"prom-client"
:
"^1
3.1
.0"
"prom-client"
:
"^1
4.2
.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@ethersproject/abstract-provider"
:
"^5.7.0"
,
"@ethersproject/abstract-provider"
:
"^5.7.0"
,
"@ethersproject/abstract-signer"
:
"^5.7.0"
,
"@ethersproject/abstract-signer"
:
"^5.7.0"
,
"@types/express"
:
"^4.17.1
3
"
,
"@types/express"
:
"^4.17.1
7
"
,
"@types/morgan"
:
"^1.9.
3
"
,
"@types/morgan"
:
"^1.9.
4
"
,
"@types/pino"
:
"^
6.3.6
"
,
"@types/pino"
:
"^
7.0.5
"
,
"@types/pino-multi-stream"
:
"^5.1.
1
"
,
"@types/pino-multi-stream"
:
"^5.1.
3
"
,
"chai"
:
"^4.3.
4
"
,
"chai"
:
"^4.3.
7
"
,
"supertest"
:
"^6.
1.4
"
"supertest"
:
"^6.
3.3
"
}
}
}
}
packages/common-ts/tsconfig.json
View file @
33eb63b1
{
{
"extends"
:
"../../tsconfig.json"
,
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"compilerOptions"
:
{
"rootDir"
:
"./src"
,
"rootDir"
:
"./src"
,
"outDir"
:
"./dist"
"outDir"
:
"./dist"
,
"skipLibCheck"
:
true
},
},
"include"
:
[
"include"
:
[
...
...
pnpm-lock.yaml
View file @
33eb63b1
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment