Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
change packges
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim committed Apr 28, 2023
1 parent 2e5823d commit a324b7b
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.2",
"private": true,
"dependencies": {
"@buf/penumbra-zone_penumbra.bufbuild_connect-web": "^0.8.6-20230425231551-c22a172637d0.1",
"@buf/penumbra-zone_penumbra.bufbuild_es": "^1.2.0-20230425231551-c22a172637d0.1",
"@buf/penumbra-zone_penumbra.bufbuild_connect-web": "0.8.3-20230313084402-d1a191fb79c6.1",
"@buf/penumbra-zone_penumbra.bufbuild_es": "1.1.0-20230313084402-d1a191fb79c6.1",
"@bufbuild/connect": "^0.8.6",
"@bufbuild/connect-web": "^0.8.6",
"axios": "^1.3.6",
Expand Down
110 changes: 110 additions & 0 deletions yarn-error.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
Arguments:
/usr/local/bin/node /usr/local/bin/yarn install

PATH:
/usr/local/opt/protobuf@3/bin:/Users/vadimolijnik/.cargo/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/Users/vadimolijnik/Library/pnpm:/usr/local/opt/protobuf@3/bin:/Users/vadimolijnik/.cargo/bin

Yarn version:
1.22.10

Node version:
16.14.0

Platform:
darwin x64

Trace:
TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received undefined
at new NodeError (node:internal/errors:371:5)
at Function.from (node:buffer:322:9)
at Object.fromHex (/usr/local/lib/node_modules/yarn/lib/cli.js:32678:14)
at NpmResolver.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:50710:73)
at Generator.next (<anonymous>)
at step (/usr/local/lib/node_modules/yarn/lib/cli.js:310:30)
at /usr/local/lib/node_modules/yarn/lib/cli.js:321:13
at processTicksAndRejections (node:internal/process/task_queues:96:5)

npm manifest:
{
"name": "penumbra-dapp",
"version": "0.1.2",
"private": true,
"dependencies": {
"@buf/penumbra-zone_penumbra.bufbuild_connect-web": "^0.8.6-20230425231551-c22a172637d0.1",
"@buf/penumbra-zone_penumbra.bufbuild_es": "^1.2.0-20230425231551-c22a172637d0.1",
"@bufbuild/connect": "^0.8.6",
"@bufbuild/connect-web": "^0.8.6",
"axios": "^1.3.6",
"moment": "^2.29.4",
"parse-json-bignumber": "^1.0.0",
"penumbra-wasm": "^0.50.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.10.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.2",
"react-table": "^7.8.0",
"typed-ts-events": "^1.2.1",
"web-vitals": "^2.1.0"
},
"scripts": {
"build": "webpack --config webpack.production.js",
"start": "webpack-dev-server --progress --config webpack.development.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/events": "^3.0.0",
"@types/jest": "^29.4.2",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-table": "^7.7.14",
"@types/tailwindcss": "^3.1.0",
"autoprefixer": "^10.4.14",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"style-loader": "^3.3.2",
"tailwindcss": "^3.2.7",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.12.0",
"webpack-merge": "^5.8.0"
}
}

yarn manifest:
No manifest

Lockfile:
No lockfile

0 comments on commit a324b7b

Please sign in to comment.