Skip to content

Commit

Permalink
Merge pull request #312 from torusresearch:feat/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
chaitanyapotti authored Apr 8, 2024
2 parents ef13bc7 + 2a19b59 commit 2ec565d
Show file tree
Hide file tree
Showing 9 changed files with 1,265 additions and 1,080 deletions.
2,286 changes: 1,239 additions & 1,047 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,35 +23,35 @@
"lint": "cross-env FORCE_COLOR=1 lerna run lint --parallel",
"pack:lerna": "lerna exec -- 'npm pack'",
"pre-commit": "lerna run pre-commit",
"prepare": "husky install"
"prepare": "husky"
},
"devDependencies": {
"@babel/register": "^7.23.7",
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.4",
"@rollup/plugin-replace": "^5.0.5",
"@toruslabs/config": "^2.0.2",
"@toruslabs/eslint-config-typescript": "^3.1.0",
"@toruslabs/torus-scripts": "^5.2.0",
"@toruslabs/eslint-config-typescript": "^3.2.0",
"@toruslabs/torus-scripts": "^5.3.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"husky": "^9.0.10",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"jsdom-global": "^3.0.2",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
},
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "^18.0.2",
"@rollup/rollup-linux-x64-gnu": "^4.9.6"
"@nx/nx-linux-x64-gnu": "^18.2.3",
"@rollup/rollup-linux-x64-gnu": "^4.14.1"
},
"author": "Torus Labs",
"license": "MIT",
Expand Down
3 changes: 1 addition & 2 deletions packages/openlogin-ed25519/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"@babel/runtime": "7.x"
},
"files": [
"dist",
"src"
"dist"
],
"lint-staged": {
"!(*d).ts": [
Expand Down
7 changes: 3 additions & 4 deletions packages/openlogin-jrpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@metamask/rpc-errors": "^6.1.0",
"@metamask/rpc-errors": "^6.2.1",
"end-of-stream": "^1.4.4",
"events": "^3.3.0",
"fast-safe-stringify": "^2.1.1",
Expand All @@ -32,14 +32,13 @@
"@types/end-of-stream": "^1.4.4",
"@types/once": "^1.4.4",
"@types/pump": "^1.1.3",
"@types/readable-stream": "^4.0.10"
"@types/readable-stream": "^4.0.11"
},
"peerDependencies": {
"@babel/runtime": "7.x"
},
"files": [
"dist",
"src"
"dist"
],
"lint-staged": {
"!(*d).ts": [
Expand Down
5 changes: 2 additions & 3 deletions packages/openlogin-starkkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@
},
"dependencies": {
"@ethereumjs/util": "^8.0.5",
"@toruslabs/starkware-crypto": "^1.2.1",
"@toruslabs/starkware-crypto": "^3.1.0",
"bip39": "^3.1.0",
"enc-utils": "^3.0.0"
},
"peerDependencies": {
"@babel/runtime": "7.x"
},
"files": [
"dist",
"src"
"dist"
],
"lint-staged": {
"!(*d).ts": [
Expand Down
7 changes: 3 additions & 4 deletions packages/openlogin-subkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,16 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/ffjavascript": "^2.0.0",
"@toruslabs/metadata-helpers": "^5.0.0",
"@toruslabs/ffjavascript": "^2.1.0",
"@toruslabs/metadata-helpers": "^5.1.0",
"bn.js": "^5.2.1"
},
"peerDependencies": {
"@babel/runtime": "7.x",
"@types/bn.js": "^5.1.1"
},
"files": [
"dist",
"src"
"dist"
],
"lint-staged": {
"!(*d).ts": [
Expand Down
5 changes: 2 additions & 3 deletions packages/openlogin-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/constants": "^13.1.0",
"@toruslabs/constants": "^13.2.0",
"base64url": "^3.0.1",
"color": "^4.2.3"
},
"peerDependencies": {
"@babel/runtime": "7.x"
},
"files": [
"dist",
"src"
"dist"
],
"lint-staged": {
"!(*d).ts": [
Expand Down
11 changes: 5 additions & 6 deletions packages/openlogin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/constants": "^13.1.0",
"@toruslabs/constants": "^13.2.0",
"@toruslabs/eccrypto": "^4.0.0",
"@toruslabs/metadata-helpers": "^5.0.0",
"@toruslabs/openlogin-session-manager": "^3.0.0",
"@toruslabs/metadata-helpers": "^5.1.0",
"@toruslabs/openlogin-session-manager": "^3.1.1",
"@toruslabs/openlogin-utils": "^8.0.0",
"@toruslabs/secure-pub-sub": "^0.0.1",
"@toruslabs/secure-pub-sub": "^0.2.0",
"bowser": "^2.11.0",
"events": "^3.3.0",
"loglevel": "^1.9.1",
Expand All @@ -35,8 +35,7 @@
"@babel/runtime": "7.x"
},
"files": [
"dist",
"src"
"dist"
],
"lint-staged": {
"!(*d).ts": [
Expand Down
3 changes: 1 addition & 2 deletions packages/wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"@babel/runtime": "7.x"
},
"files": [
"dist",
"src"
"dist"
],
"lint-staged": {
"!(*d).ts": [
Expand Down

0 comments on commit 2ec565d

Please sign in to comment.