Skip to content

Commit 2990250

Browse files
committed
v1.21.0
1 parent 672e512 commit 2990250

File tree

234 files changed

+10802
-11853
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

234 files changed

+10802
-11853
lines changed

.gitignore

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
# dependencies
44
node_modules
@@ -33,7 +33,26 @@ yarn-error.log*
3333
# turbo
3434
.turbo
3535

36-
# WebStorm
36+
# IDE
3737
.idea
38+
.vscode
3839

39-
.history
40+
.history
41+
42+
# Vite
43+
**/vite.config.ts.timestamp-*
44+
45+
# run-rs
46+
data
47+
48+
# mocha
49+
coverage/
50+
.nyc_output/
51+
52+
# building tests as part of build
53+
.mocharc.buildtests.js
54+
tsconfig.buildtests.json
55+
56+
# autoenv
57+
.in
58+
.out

package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,12 @@
2626
"npkill": "^0.10.0",
2727
"prettier": "^2.8.4",
2828
"sort-package-json": "^2.4.1",
29-
"turbo": "1.10.3"
30-
},
31-
"packageManager": "pnpm@8.3.1",
32-
"engines": {
33-
"node": ">=16.0.0"
29+
"turbo": "1.10.16"
3430
},
31+
"packageManager": "pnpm@8.10.2",
3532
"pnpm": {
36-
"neverBuiltDependencies": [
37-
"node-hid",
38-
"usb"
39-
],
4033
"overrides": {
41-
"ethereumjs-abi": "0.6.8"
34+
"ethereumjs-abi": "https://registry.npmjs.org/ethereumjs-abi/-/ethereumjs-abi-0.6.8.tgz"
4235
}
4336
}
4437
}

0 commit comments

Comments
 (0)