Skip to content

Commit 043afcf

Browse files
committed
Merge branches 'main' and 'main' of github.com:dev-protocol/dev-kit-js
2 parents af4cd8b + d7e943e commit 043afcf

File tree

2 files changed

+214
-219
lines changed

2 files changed

+214
-219
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"@babel/preset-env": "7.22.10",
5252
"@rollup/plugin-babel": "6.0.3",
5353
"@rollup/plugin-multi-entry": "6.0.0",
54-
"@rollup/plugin-node-resolve": "15.2.0",
55-
"@types/jest": "29.5.3",
54+
"@rollup/plugin-node-resolve": "15.2.1",
55+
"@types/jest": "29.5.4",
5656
"@types/ramda": "0.29.3",
5757
"@typescript-eslint/eslint-plugin": "5.62.0",
5858
"@typescript-eslint/parser": "5.62.0",
@@ -62,16 +62,16 @@
6262
"eslint-plugin-jest": "27.2.3",
6363
"ethers": "6.7.1",
6464
"husky": "8.0.3",
65-
"jest": "29.6.3",
65+
"jest": "29.6.4",
6666
"lint-staged": "14.0.1",
6767
"npm-run-all": "4.1.5",
6868
"pre-commit": "1.2.2",
6969
"prettier": "3.0.2",
7070
"rimraf": "5.0.1",
71-
"rollup": "3.28.0",
71+
"rollup": "3.28.1",
7272
"rollup-plugin-dts": "6.0.0",
7373
"ts-jest": "29.1.1",
74-
"typescript": "5.1.6"
74+
"typescript": "5.2.2"
7575
},
7676
"lint-staged": {
7777
"./lib/**/*.ts": [
@@ -98,7 +98,7 @@
9898
"testTimeout": 500000
9999
},
100100
"dependencies": {
101-
"@devprotocol/util-ts": "3.0.0",
101+
"@devprotocol/util-ts": "3.1.0",
102102
"bignumber.js": "9.1.1",
103103
"js-base64": "^3.7.2",
104104
"ramda": "^0.29.0"

0 commit comments

Comments
 (0)