Skip to content

Commit

Permalink
chore: update deps (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk authored Jun 19, 2024
1 parent 0c1616a commit 16284f5
Show file tree
Hide file tree
Showing 4 changed files with 967 additions and 2,148 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ jobs:

- name: Unit tests
run: pnpm test

- name: Security
run: pnpm audit
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,34 +27,34 @@
"changelog:generate": "changelog generate -a"
},
"dependencies": {
"@1inch/byte-utils": "2.2.1",
"@1inch/limit-order-sdk": "^4.9.1",
"ethers": "6.11.0",
"tslib": "^2.6.2",
"ws": "^8.16.0"
"@1inch/byte-utils": "2.3.0",
"@1inch/limit-order-sdk": "^4.9.2",
"ethers": "^6.13.1",
"tslib": "^2.6.3",
"ws": "^8.17.1"
},
"devDependencies": {
"@1inch/eslint-config": "1.4.3",
"@1inch/eslint-config": "1.5.1",
"@1inch/tsconfig": "1.0.7",
"@swc/core": "1.3.66",
"@swc/jest": "0.2.26",
"@types/jest": "^26.0.24",
"@swc/core": "1.5.25",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/prompts": "^2.4.9",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "~5.59.11",
"@typescript-eslint/parser": "~5.51.0",
"axios": "^1.6.8",
"axios": "^1.7.2",
"eslint": "8.41.0",
"eslint-config-prettier": "~8.3.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-unused-imports": "^2.0.0",
"generate-changelog": "^1.8.0",
"jest": "^26.6.3",
"jest": "^29.7.0",
"prettier": "^2.8.8",
"ts-loader": "^9.5.1",
"ts-mockito": "^2.6.1",
Expand Down
Loading

0 comments on commit 16284f5

Please sign in to comment.