w3ps1/package.json
dependabot[bot] f2c2b6f34f
Bump tough-cookie and web3
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [web3](https://github.com/ChainSafe/web3.js). These dependencies need to be updated together.


Removes `tough-cookie`

Updates `web3` from 1.8.2 to 4.5.0
- [Release notes](https://github.com/ChainSafe/web3.js/releases)
- [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md)
- [Commits](https://github.com/ChainSafe/web3.js/compare/v1.8.2...v4.5.0)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: web3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 07:02:51 +00:00

42 lines
1.1 KiB
JSON

{
"name": "web3privacy-prague",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"build-config": "js-yaml src/lib/config.yaml > static/config.json",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"postinstall": "npm run build-config"
},
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.0.4",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.1",
"@sveltejs/kit": "^1.5.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"js-yaml": "^4.1.0",
"postcss": "^8.4.21",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"remove-markdown": "^0.5.0",
"svelte": "^3.54.0",
"svelte-markdown": "^0.2.3",
"svelte-web3": "^4.0.1",
"tailwindcss": "^3.2.6",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"@wagmi/core": "^0.9.7",
"@web3modal/ethereum": "^2.1.1",
"@web3modal/html": "^2.1.1",
"ethers": "^5.7.2",
"web3": "^4.5.0"
}
}