Skip to content

Commit

Permalink
feat: trying to fix yarn poisoning error
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorezende committed Jan 11, 2025
1 parent 5f221e8 commit bdf2381
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 22 deletions.
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.5.4",
"typescript": "5.5.4",
"web-ext": "^7.8.0",
"webpack": "^5.9.4",
"webpack-bundle-analyzer": "^4.10.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/faucet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.5.4",
"typescript": "5.5.4",
"typescript-plugin-styled-components": "^2.0.0",
"vm-browserify": "^1.1.2",
"webpack": "^5.9.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^3.2.4",
"stream-browserify": "^3.0.0",
"typescript": "^5.5.4",
"typescript": "5.5.4",
"vite-plugin-checker": "^0.6.4",
"wsrun": "^5.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/chains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.5.4"
"typescript": "5.5.4"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.1",
"typescript": "^5.5.4",
"typescript": "5.5.4",
"wasm-pack": "^0.12.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"rimraf": "^5.0.5",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.1",
"typescript": "^5.5.4"
"typescript": "5.5.4"
},
"dependencies": {
"@cosmjs/launchpad": "^0.27.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"tsconfig-paths": "^4.2.0",
"typedoc": "^0.25.12",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.5.4",
"typescript": "5.5.4",
"typescript-transform-paths": "^3.4.7",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"rimraf": "^5.0.5",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.1",
"typescript": "^5.5.4",
"typescript": "5.5.4",
"wasm-pack": "^0.12.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"typescript": "^5.5.4",
"typescript": "5.5.4",
"webextension-polyfill": "^0.10.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.5.4"
"typescript": "5.5.4"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.5.4"
"typescript": "5.5.4"
},
"files": [
"dist"
Expand Down
42 changes: 31 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3340,7 +3340,7 @@ __metadata:
eslint-plugin-import: "npm:^2.30.0"
eslint-plugin-react: "npm:^7.35.2"
eslint-plugin-react-hooks: "npm:^4.6.0"
typescript: "npm:^5.5.4"
typescript: "npm:5.5.4"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3395,7 +3395,7 @@ __metadata:
jest: "npm:^29.7.0"
ts-jest: "npm:^29.2.5"
ts-node: "npm:^10.9.1"
typescript: "npm:^5.5.4"
typescript: "npm:5.5.4"
wasm-pack: "npm:^0.12.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3483,7 +3483,7 @@ __metadata:
ts-loader: "npm:^9.3.1"
ts-node: "npm:^10.9.1"
tsconfig-paths-webpack-plugin: "npm:^4.1.0"
typescript: "npm:^5.5.4"
typescript: "npm:5.5.4"
uuid: "npm:^9.0.0"
web-ext: "npm:^7.8.0"
webextension-polyfill: "npm:^0.10.0"
Expand Down Expand Up @@ -3538,7 +3538,7 @@ __metadata:
ts-loader: "npm:^9.3.1"
ts-node: "npm:^10.9.1"
tsconfig-paths-webpack-plugin: "npm:^4.1.0"
typescript: "npm:^5.5.4"
typescript: "npm:5.5.4"
typescript-plugin-styled-components: "npm:^2.0.0"
vm-browserify: "npm:^1.1.2"
webpack: "npm:^5.9.4"
Expand Down Expand Up @@ -3604,7 +3604,7 @@ __metadata:
rimraf: "npm:^5.0.5"
ts-jest: "npm:^29.2.5"
ts-node: "npm:^10.9.1"
typescript: "npm:^5.5.4"
typescript: "npm:5.5.4"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3736,7 +3736,7 @@ __metadata:
tsconfig-paths: "npm:^4.2.0"
typedoc: "npm:^0.25.12"
typedoc-plugin-markdown: "npm:^3.17.1"
typescript: "npm:^5.5.4"
typescript: "npm:5.5.4"
typescript-transform-paths: "npm:^3.4.7"
webpack: "npm:^5.90.3"
webpack-cli: "npm:^5.1.4"
Expand All @@ -3759,7 +3759,7 @@ __metadata:
rimraf: "npm:^5.0.5"
ts-jest: "npm:^29.2.5"
ts-node: "npm:^10.9.1"
typescript: "npm:^5.5.4"
typescript: "npm:5.5.4"
wasm-pack: "npm:^0.12.1"
languageName: unknown
linkType: soft
Expand All @@ -3777,7 +3777,7 @@ __metadata:
eslint-plugin-react: "npm:^7.35.2"
eslint-plugin-react-hooks: "npm:^4.6.0"
jest: "npm:^29.7.0"
typescript: "npm:^5.5.4"
typescript: "npm:5.5.4"
webextension-polyfill: "npm:^0.10.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3810,7 +3810,7 @@ __metadata:
slip44: "npm:^3.0.11"
typedoc: "npm:^0.25.12"
typedoc-plugin-markdown: "npm:^3.17.1"
typescript: "npm:^5.5.4"
typescript: "npm:5.5.4"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3841,7 +3841,7 @@ __metadata:
react-dom: "npm:^18.3.1"
sha.js: "npm:^2.4.11"
styled-components: "npm:^5.3.5"
typescript: "npm:^5.5.4"
typescript: "npm:5.5.4"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -15407,7 +15407,7 @@ __metadata:
prettier: "npm:^3.3.3"
prettier-plugin-organize-imports: "npm:^3.2.4"
stream-browserify: "npm:^3.0.0"
typescript: "npm:^5.5.4"
typescript: "npm:5.5.4"
vite-plugin-checker: "npm:^0.6.4"
wsrun: "npm:^5.2.4"
languageName: unknown
Expand Down Expand Up @@ -20745,6 +20745,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.5.4":
version: 5.5.4
resolution: "typescript@npm:5.5.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/422be60f89e661eab29ac488c974b6cc0a660fb2228003b297c3d10c32c90f3bcffc1009b43876a082515a3c376b1eefcce823d6e78982e6878408b9a923199c
languageName: node
linkType: hard

"typescript@npm:^5.5.4":
version: 5.7.3
resolution: "typescript@npm:5.7.3"
Expand All @@ -20755,6 +20765,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=379a07"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/73409d7b9196a5a1217b3aaad929bf76294d3ce7d6e9766dd880ece296ee91cf7d7db6b16c6c6c630ee5096eccde726c0ef17c7dfa52b01a243e57ae1f09ef07
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.5.4#optional!builtin<compat/typescript>":
version: 5.7.3
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
Expand Down

0 comments on commit bdf2381

Please sign in to comment.