*Switch to pnpm

This commit is contained in:
Derrick Hammer 2023-02-06 10:39:56 -05:00
parent bd7a343ed6
commit f0627d85ea
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 12 additions and 12 deletions

View File

@ -6,23 +6,23 @@
"build": "rollup -c rollup.config.js"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-commonjs": "^23.0.7",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"@types/node": "^18.11.10",
"esbuild": "^0.15.5",
"prettier": "^2.8.1",
"rollup": "^3.7.4",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.1"
"@types/node": "^18.11.19",
"esbuild": "^0.15.18",
"prettier": "^2.8.3",
"rollup": "^3.14.0",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.1"
},
"dependencies": {
"@lumeweb/libhyperproxy": "https://git.lumeweb.com/LumeWeb/libhyperproxy.git",
"@lumeweb/relay-plugin-rollup-preset": "https://git.lumeweb.com/LumeWeb/relay-plugin-rollup-preset.git",
"@lumeweb/relay-types": "https://git.lumeweb.com/LumeWeb/relay-types.git",
"hsd": "https://github.com/LumeWeb/hsd.git#spv-namestate",
"@lumeweb/libhyperproxy": "git+https://git.lumeweb.com/LumeWeb/libhyperproxy.git",
"@lumeweb/relay-plugin-rollup-preset": "git+https://git.lumeweb.com/LumeWeb/relay-plugin-rollup-preset.git",
"@lumeweb/relay-types": "git+https://git.lumeweb.com/LumeWeb/relay-types.git",
"hsd": "github:LumeWeb/hsd#spv-namestate",
"object-merger": "^1.0.3",
"random-key": "^0.3.2"
}