Skip to content

Commit

Permalink
revert: revert "@types/node" back v20
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed Oct 24, 2023
1 parent 8557c8a commit 6f67b5a
Show file tree
Hide file tree
Showing 34 changed files with 64 additions and 55 deletions.
2 changes: 1 addition & 1 deletion apps/taquito-test-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"@tsconfig/svelte": "^5.0.2",
"events": "^3.3.0",
"lerna": "^7.4.1",
"lerna": "^7.3.1",
"prettier-plugin-svelte": "^3.0.3",
"sass": "^1.69.3",
"svelte": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^18",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
Expand Down
51 changes: 30 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/estree": "^1.0.2",
"@types/jest": "^29.5.5",
"@types/mocha": "^10.0.2",
"@types/node": "^18",
"@types/node": "^20",
"@types/typedarray-to-buffer": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
Expand All @@ -94,7 +94,7 @@
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-config": "^29.7.0",
"lerna": "^7.4.1",
"lerna": "^7.3.1",
"lint-staged": "^14.0.1",
"lodash.camelcase": "^4.3.0",
"nx": "^17.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-beacon-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@types/bluebird": "^3.5.40",
"@types/chrome": "0.0.246",
"@types/jest": "^29.5.5",
"@types/node": "^18",
"@types/node": "^20",
"@types/ws": "^8.5.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-beacon-wallet/signature.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"@types/chrome": "0.0.126",
"@types/jest": "^26.0.16",
"@types/libsodium-wrappers": "^0.7.8",
"@types/node": "^18",
"@types/node": "^20",
"@types/ws": "^7.4.0",
"colors": "^1.4.0",
"coveralls": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-contracts-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"devDependencies": {
"@types/bluebird": "^3.5.40",
"@types/jest": "^29.5.5",
"@types/node": "^18",
"@types/node": "^20",
"@types/superagent": "^4.1.19",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-http-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"@types/bluebird": "^3.5.40",
"@types/jest": "^29.5.5",
"@types/node": "^18",
"@types/node": "^20",
"@types/superagent": "^4.1.19",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-http-utils/signature.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.16",
"@types/node": "^18",
"@types/node": "^20",
"@types/superagent": "^4.1.10",
"colors": "^1.4.0",
"coveralls": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-ledger-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"devDependencies": {
"@types/bluebird": "^3.5.40",
"@types/jest": "^29.5.5",
"@types/node": "^18",
"@types/node": "^20",
"@types/ws": "^8.5.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-ledger-signer/signature.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"@types/jest": "^26.0.16",
"@types/ledgerhq__hw-transport-node-hid": "^4.22.2",
"@types/libsodium-wrappers": "^0.7.8",
"@types/node": "^18",
"@types/node": "^20",
"@types/ws": "^7.4.0",
"colors": "^1.4.0",
"coveralls": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-local-forging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/bluebird": "^3.5.40",
"@types/estree": "^1.0.2",
"@types/jest": "^29.5.5",
"@types/node": "^18",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"colors": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-local-forging/signature.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"devDependencies": {
"@taquito/taquito": "^8.0.4-beta.0",
"@types/jest": "^26.0.16",
"@types/node": "^18",
"@types/node": "^20",
"colors": "^1.4.0",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-michel-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"devDependencies": {
"@types/bluebird": "^3.5.40",
"@types/jest": "^29.5.5",
"@types/node": "^18",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-michel-codec/signature.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.16",
"@types/node": "^18",
"@types/node": "^20",
"jest": "^26.6.3",
"jest-extended": "^0.11.5",
"lint-staged": "^10.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-michelson-encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"devDependencies": {
"@types/bluebird": "^3.5.40",
"@types/jest": "^29.5.5",
"@types/node": "^18",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"colors": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-michelson-encoder/signature.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@
"devDependencies": {
"@taquito/rpc": "^7.1.0-beta.0",
"@types/jest": "^26.0.16",
"@types/node": "^18",
"@types/node": "^20",
"colors": "^1.4.0",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-remote-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"devDependencies": {
"@types/bluebird": "^3.5.40",
"@types/jest": "^29.5.5",
"@types/node": "^18",
"@types/node": "^20",
"@types/ws": "^8.5.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-remote-signer/signature.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"@types/elliptic": "^6.4.12",
"@types/jest": "^26.0.16",
"@types/libsodium-wrappers": "^0.7.8",
"@types/node": "^18",
"@types/node": "^20",
"@types/ws": "^7.4.0",
"colors": "^1.4.0",
"coveralls": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"devDependencies": {
"@types/bluebird": "^3.5.40",
"@types/jest": "^29.5.5",
"@types/node": "^18",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"colors": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-rpc/signature.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"devDependencies": {
"@types/jest": "^26.0.16",
"@types/lodash": "^4.14.165",
"@types/node": "^18",
"@types/node": "^20",
"colors": "^1.4.0",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-sapling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"devDependencies": {
"@rollup/plugin-json": "^6.0.1",
"@types/jest": "^29.5.5",
"@types/node": "^18",
"@types/node": "^20",
"@types/pbkdf2": "^3.1.0",
"@types/typedarray-to-buffer": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
Expand Down
Loading

0 comments on commit 6f67b5a

Please sign in to comment.