Skip to content

Commit

Permalink
version deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Dec 6, 2023
1 parent 1b26190 commit 0e5a490
Show file tree
Hide file tree
Showing 20 changed files with 104 additions and 104 deletions.
10 changes: 5 additions & 5 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.11",
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
"@types/estree": "^1.0.1",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.5.0",
Expand All @@ -39,10 +39,10 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/util-actor": "^1.3.1",
"@onflow/util-invariant": "^1.2.1",
"@onflow/util-logger": "^1.3.1",
"@onflow/util-actor": "^1.3.2-alpha.0",
"@onflow/util-invariant": "^1.2.2-alpha.0",
"@onflow/util-logger": "^1.3.2-alpha.0",
"eslint": "^8.34.0",
"eslint-plugin-jsdoc": "^46.9.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/fcl-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"bin": {
"fcl-bundle": "src/cli.js"
}
}
}
24 changes: 12 additions & 12 deletions packages/fcl-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
}
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/typedefs": "^1.2.1",
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
"@onflow/typedefs": "^1.3.0-alpha.0",
"@types/estree": "^1.0.1",
"@types/jest": "^29.5.4",
"@types/node": "^18.13.0",
Expand Down Expand Up @@ -49,18 +49,18 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@improbable-eng/grpc-web": "^0.15.0",
"@onflow/config": "^1.2.1",
"@onflow/config": "^1.2.2-alpha.0",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.2.1",
"@onflow/sdk": "^1.3.1",
"@onflow/types": "^1.2.1",
"@onflow/util-actor": "^1.3.1",
"@onflow/util-address": "^1.2.1",
"@onflow/util-invariant": "^1.2.1",
"@onflow/util-logger": "^1.3.1",
"@onflow/rlp": "^1.2.2-alpha.0",
"@onflow/sdk": "^1.4.0-alpha.1",
"@onflow/types": "^1.3.0-alpha.0",
"@onflow/util-actor": "^1.3.2-alpha.0",
"@onflow/util-address": "^1.2.2-alpha.0",
"@onflow/util-invariant": "^1.2.2-alpha.0",
"@onflow/util-logger": "^1.3.2-alpha.0",
"@onflow/util-semver": "^1.0.1",
"@onflow/util-template": "^1.2.1",
"@onflow/util-uid": "^1.2.1",
"@onflow/util-template": "^1.2.2-alpha.0",
"@onflow/util-uid": "^1.2.2-alpha.0",
"cross-fetch": "^3.1.6"
}
}
26 changes: 13 additions & 13 deletions packages/fcl-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
}
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/typedefs": "^1.2.1",
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
"@onflow/typedefs": "^1.3.0-alpha.0",
"@types/estree": "^1.0.1",
"@types/node": "^18.13.0",
"eslint": "^8.35.0",
Expand Down Expand Up @@ -48,18 +48,18 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/fcl-core": "1.8.1",
"@onflow/config": "^1.2.1",
"@onflow/config": "^1.2.2-alpha.0",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.2.1",
"@onflow/sdk": "^1.3.1",
"@onflow/types": "^1.2.1",
"@onflow/util-actor": "^1.3.1",
"@onflow/util-address": "^1.2.1",
"@onflow/util-invariant": "^1.2.1",
"@onflow/util-logger": "^1.3.1",
"@onflow/rlp": "^1.2.2-alpha.0",
"@onflow/sdk": "^1.4.0-alpha.1",
"@onflow/types": "^1.3.0-alpha.0",
"@onflow/util-actor": "^1.3.2-alpha.0",
"@onflow/util-address": "^1.2.2-alpha.0",
"@onflow/util-invariant": "^1.2.2-alpha.0",
"@onflow/util-logger": "^1.3.2-alpha.0",
"@onflow/util-semver": "^1.0.1",
"@onflow/util-template": "^1.2.1",
"@onflow/util-uid": "^1.2.1",
"@onflow/util-template": "^1.2.2-alpha.0",
"@onflow/util-uid": "^1.2.2-alpha.0",
"cross-fetch": "^3.1.6"
},
"peerDependencies": {
Expand All @@ -69,4 +69,4 @@
"react": "^17.0.0 || ^18.0.0",
"react-native": "^0.0.0-0 || 0.60 - 0.72 || 1000.0.0"
}
}
}
10 changes: 5 additions & 5 deletions packages/fcl-wc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
"lint": "eslint ."
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
"better-sqlite3": "^7.6.2",
"eslint": "^8.35.0",
"eslint-plugin-jsdoc": "^46.9.0",
"jest": "^29.5.0"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@onflow/config": "^1.2.1",
"@onflow/util-invariant": "^1.2.1",
"@onflow/util-logger": "^1.3.1",
"@onflow/config": "^1.2.2-alpha.0",
"@onflow/util-invariant": "^1.2.2-alpha.0",
"@onflow/util-logger": "^1.3.2-alpha.0",
"@walletconnect/modal": "^2.4.7",
"@walletconnect/sign-client": "^2.8.1",
"@walletconnect/types": "^2.8.1",
"@walletconnect/utils": "^2.8.1"
},
"peerDependencies": {
"@onflow/fcl": "^1.9.0"
"@onflow/fcl": "^1.10.0-alpha.1"
}
}
26 changes: 13 additions & 13 deletions packages/fcl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
}
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/typedefs": "^1.2.1",
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
"@onflow/typedefs": "^1.3.0-alpha.0",
"@types/estree": "^1.0.1",
"@types/node": "^18.13.0",
"eslint": "^8.35.0",
Expand Down Expand Up @@ -48,19 +48,19 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/fcl-core": "1.8.1",
"@onflow/config": "^1.2.1",
"@onflow/config": "^1.2.2-alpha.0",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.2.1",
"@onflow/sdk": "^1.3.1",
"@onflow/types": "^1.2.1",
"@onflow/util-actor": "^1.3.1",
"@onflow/util-address": "^1.2.1",
"@onflow/util-invariant": "^1.2.1",
"@onflow/util-logger": "^1.3.1",
"@onflow/rlp": "^1.2.2-alpha.0",
"@onflow/sdk": "^1.4.0-alpha.1",
"@onflow/types": "^1.3.0-alpha.0",
"@onflow/util-actor": "^1.3.2-alpha.0",
"@onflow/util-address": "^1.2.2-alpha.0",
"@onflow/util-invariant": "^1.2.2-alpha.0",
"@onflow/util-logger": "^1.3.2-alpha.0",
"@onflow/util-semver": "^1.0.1",
"@onflow/util-template": "^1.2.1",
"@onflow/util-uid": "^1.2.1",
"@onflow/util-template": "^1.2.2-alpha.0",
"@onflow/util-uid": "^1.2.2-alpha.0",
"cross-fetch": "^3.1.6",
"sha3": "^2.1.4"
}
}
}
4 changes: 2 additions & 2 deletions packages/rlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
Expand All @@ -38,4 +38,4 @@
"@babel/runtime": "^7.18.6",
"buffer": "^6.0.3"
}
}
}
22 changes: 11 additions & 11 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
"@types/uuid": "^9.0.6",
"eslint": "^8.35.0",
"eslint-plugin-jsdoc": "^46.9.0",
Expand All @@ -41,17 +41,17 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/config": "^1.2.1",
"@onflow/rlp": "^1.2.1",
"@onflow/transport-http": "^1.8.1",
"@onflow/typedefs": "^1.2.1",
"@onflow/util-actor": "^1.3.1",
"@onflow/util-address": "^1.2.1",
"@onflow/util-invariant": "^1.2.1",
"@onflow/util-logger": "^1.3.1",
"@onflow/util-template": "^1.2.1",
"@onflow/config": "^1.2.2-alpha.0",
"@onflow/rlp": "^1.2.2-alpha.0",
"@onflow/transport-http": "^1.10.0-alpha.0",
"@onflow/typedefs": "^1.3.0-alpha.0",
"@onflow/util-actor": "^1.3.2-alpha.0",
"@onflow/util-address": "^1.2.2-alpha.0",
"@onflow/util-invariant": "^1.2.2-alpha.0",
"@onflow/util-logger": "^1.3.2-alpha.0",
"@onflow/util-template": "^1.2.2-alpha.0",
"deepmerge": "^4.2.2",
"sha3": "^2.1.4",
"uuid": "^9.0.1"
}
}
}
14 changes: 7 additions & 7 deletions packages/transport-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"url": "https://github.com/onflow/flow-js-sdk/issues"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/sdk": "^1.3.1",
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
"@onflow/sdk": "^1.4.0-alpha.1",
"jest": "^29.5.0"
},
"source": "src/sdk-send-grpc.js",
Expand All @@ -34,9 +34,9 @@
"@improbable-eng/grpc-web": "^0.15.0",
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"@onflow/protobuf": "^1.2.2",
"@onflow/rlp": "^1.2.1",
"@onflow/util-address": "^1.2.1",
"@onflow/util-invariant": "^1.2.1",
"@onflow/util-template": "^1.2.1"
"@onflow/rlp": "^1.2.2-alpha.0",
"@onflow/util-address": "^1.2.2-alpha.0",
"@onflow/util-invariant": "^1.2.2-alpha.0",
"@onflow/util-template": "^1.2.2-alpha.0"
}
}
}
18 changes: 9 additions & 9 deletions packages/transport-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"url": "https://github.com/onflow/flow-js-sdk/issues"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/rlp": "^1.2.1",
"@onflow/sdk": "^1.3.1",
"@onflow/types": "^1.2.1",
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
"@onflow/rlp": "^1.2.2-alpha.0",
"@onflow/sdk": "^1.4.0-alpha.1",
"@onflow/types": "^1.3.0-alpha.0",
"jest": "^29.5.0"
},
"source": "src/sdk-send-http.ts",
Expand All @@ -34,11 +34,11 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/util-address": "^1.2.1",
"@onflow/util-invariant": "^1.2.1",
"@onflow/util-logger": "^1.3.1",
"@onflow/util-template": "^1.2.1",
"@onflow/util-address": "^1.2.2-alpha.0",
"@onflow/util-invariant": "^1.2.2-alpha.0",
"@onflow/util-logger": "^1.3.2-alpha.0",
"@onflow/util-template": "^1.2.2-alpha.0",
"abort-controller": "^3.0.0",
"cross-fetch": "^3.1.6"
}
}
}
4 changes: 2 additions & 2 deletions packages/typedefs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/onflow/flow-js-sdk/issues"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
"@types/node": "^18.13.0",
"eslint": "^8.33.0",
"eslint-plugin-jsdoc": "^46.9.0",
Expand All @@ -37,4 +37,4 @@
"dependencies": {
"@babel/runtime": "^7.18.6"
}
}
}
6 changes: 3 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
Expand All @@ -37,6 +37,6 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/util-logger": "^1.3.1"
"@onflow/util-logger": "^1.3.2-alpha.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/util-actor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
Expand All @@ -39,4 +39,4 @@
"start": "fcl-bundle --watch",
"lint": "eslint src --ext .ts"
}
}
}
6 changes: 3 additions & 3 deletions packages/util-address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/types": "^1.2.1",
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
"@onflow/types": "^1.3.0-alpha.0",
"@types/jest": "^29.5.3",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
Expand All @@ -41,4 +41,4 @@
"dependencies": {
"@babel/runtime": "^7.18.6"
}
}
}
10 changes: 5 additions & 5 deletions packages/util-encode-key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/types": "^1.2.1",
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
"@onflow/types": "^1.3.0-alpha.0",
"@types/jest": "^29.5.3",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
Expand All @@ -40,7 +40,7 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/rlp": "^1.2.1",
"@onflow/util-invariant": "^1.2.1"
"@onflow/rlp": "^1.2.2-alpha.0",
"@onflow/util-invariant": "^1.2.2-alpha.0"
}
}
}
Loading

0 comments on commit 0e5a490

Please sign in to comment.