Skip to content

Commit f60af88

Browse files
committed
chore: dep version bumps
1 parent 0a88dcf commit f60af88

File tree

6 files changed

+17425
-12549
lines changed

6 files changed

+17425
-12549
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ yarn-error.log*
2424

2525
# Misc
2626
.DS_Store
27+
28+
# Yarn
29+
.yarn/cache/
30+
.yarn/install-state.gz

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

+541
Large diffs are not rendered by default.

.yarn/releases/yarn-3.3.1.cjs

+823
Large diffs are not rendered by default.

.yarnrc.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
nodeLinker: node-modules
2+
3+
plugins:
4+
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
5+
spec: "@yarnpkg/plugin-interactive-tools"
6+
7+
yarnPath: .yarn/releases/yarn-3.3.1.cjs

package.json

+28-26
Original file line numberDiff line numberDiff line change
@@ -29,55 +29,57 @@
2929
"prepare": "husky install"
3030
},
3131
"dependencies": {
32-
"@babel/runtime": "^7.15.4",
32+
"@babel/runtime": "^7.22.10",
3333
"@mapbox/node-pre-gyp": "^1.0.11",
34-
"axios": "^0.21.0",
34+
"axios": "^0.21.4",
3535
"iframe": "^1.0.0",
3636
"js-sha3": "^0.8.0",
37-
"multihashes": "0.4.14",
37+
"multihashes": "0.4.21",
3838
"v8-sandbox": "^3.2.8"
3939
},
4040
"peerDependencies": {
4141
"web3": "^1.3.6"
4242
},
4343
"devDependencies": {
44-
"@babel/cli": "^7.14.5",
45-
"@babel/core": "^7.12.3",
46-
"@babel/plugin-proposal-class-properties": "^7.12.1",
47-
"@babel/plugin-transform-runtime": "^7.12.1",
48-
"@babel/preset-env": "^7.12.1",
44+
"@babel/cli": "^7.22.10",
45+
"@babel/core": "^7.22.10",
46+
"@babel/plugin-proposal-class-properties": "^7.18.6",
47+
"@babel/plugin-transform-runtime": "^7.22.10",
48+
"@babel/preset-env": "^7.22.10",
4949
"assert": "^2.0.0",
5050
"babel-eslint": "^10.1.0",
51-
"babel-jest": "^26.6.1",
51+
"babel-jest": "^26.6.3",
5252
"cross-env": "^7.0.3",
53-
"electron": "^13.1.6",
53+
"electron": "^13.6.9",
5454
"esdoc": "^1.1.0",
5555
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
5656
"esdoc-standard-plugin": "^1.0.0",
5757
"eslint": "^7.32.0",
58-
"eslint-config-prettier": "^8.3.0",
59-
"eslint-plugin-import": "^2.22.1",
60-
"eslint-plugin-prettier": "^3.4.0",
61-
"ganache-cli": "^6.12.1",
58+
"eslint-config-prettier": "^8.10.0",
59+
"eslint-plugin-import": "^2.28.0",
60+
"eslint-plugin-prettier": "^3.4.1",
61+
"ganache-cli": "^6.12.2",
6262
"ganache-core": "^2.13.2",
6363
"husky": ">=6",
64-
"jest": "^26.6.1",
65-
"jest-cli": "^26.6.1",
66-
"lint-staged": ">=10",
67-
"nock": "^13.0.4",
64+
"jest": "^26.6.3",
65+
"jest-cli": "^26.6.3",
66+
"lint-staged": "^14.0.0",
67+
"nock": "^13.3.3",
6868
"npm-run-all": "^4.1.5",
6969
"os-browserify": "^0.3.0",
70-
"prettier": "2.2.1",
71-
"prettier-config-standard": "^4.0.0",
72-
"solc": "0.4.25",
73-
"standard-version": "^9.0.0",
74-
"url": "^0.11.0",
75-
"util": "^0.12.3"
70+
"prettier": "2.8.8",
71+
"prettier-config-standard": "^4.1.0",
72+
"solc": "0.8.21",
73+
"standard-version": "^9.5.0",
74+
"url": "^0.11.1",
75+
"util": "^0.12.5"
7676
},
7777
"volta": {
78-
"node": "14.17.3"
78+
"node": "16.20.2",
79+
"yarn": "3.3.1"
7980
},
8081
"lint-staged": {
8182
"*.js": "eslint --cache --fix"
82-
}
83+
},
84+
"packageManager": "[email protected]"
8385
}

0 commit comments

Comments
 (0)