Skip to content

Commit eb65437

Browse files
committed
chore: upgrade dependencies
1 parent 423a181 commit eb65437

10 files changed

+12225
-20338
lines changed

.eslintignore

-4
This file was deleted.

.eslintrc.yaml

-33
This file was deleted.

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
node-version: [ '18.10' ]
22+
node-version: [ '20.9' ]
2323
steps:
2424
- uses: actions/checkout@v3
2525
- name: Use Node.js ${{ matrix.node-version }}
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
strategy:
6161
matrix:
62-
node-version: [ '18.10' ]
62+
node-version: [ '20.9' ]
6363
steps:
6464
- uses: actions/checkout@v3
6565
- name: Use Node.js ${{ matrix.node-version }}

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.10.0
1+
v20.9.0

.prettierrc

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
{
2+
"semi": false,
23
"singleQuote": true,
4+
"printWidth": 120,
35
"trailingComma": "all",
4-
"semi": false,
56
"arrowParens": "always",
6-
"endOfLine": "auto",
7-
"overrides": [
8-
{
9-
"files": "*.sol",
10-
"options": {
11-
"singleQuote": false,
12-
"semi": true,
13-
"printWidth": 120,
14-
"explicitTypes": "always"
15-
}
16-
}
17-
]
18-
}
7+
"endOfLine": "auto"
8+
}

.solhint.json

-19
This file was deleted.

.solhintignore

-1
This file was deleted.

0 commit comments

Comments
 (0)