mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-03-14 23:10:50 +00:00
fix(deps): pin dependencies
This commit is contained in:
parent
02d198123b
commit
78b440a52a
@ -5,8 +5,8 @@
|
||||
"typings": "./dist/index.d.ts",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=10",
|
||||
"pnpm": ">=3"
|
||||
"node": "22.8.0",
|
||||
"pnpm": "9.9.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint-check": "pnpm run prettier --check && pnpm run eslint",
|
||||
|
@ -5,8 +5,8 @@
|
||||
"main": "./dist/index.js",
|
||||
"typings": "./dist/index.d.ts",
|
||||
"engines": {
|
||||
"node": ">=10",
|
||||
"pnpm": ">=3"
|
||||
"node": "22.8.0",
|
||||
"pnpm": "9.9.0"
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -5,8 +5,8 @@
|
||||
"main": "./dist/index.js",
|
||||
"typings": "./dist/index.d.ts",
|
||||
"engines": {
|
||||
"node": ">=10",
|
||||
"pnpm": ">=3"
|
||||
"node": "22.8.0",
|
||||
"pnpm": "9.9.0"
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -12,8 +12,8 @@
|
||||
"@types/node": "16.18.12",
|
||||
"@types/react": "18.0.27",
|
||||
"@types/react-dom": "18.0.10",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"web-vitals": "2.1.4"
|
||||
},
|
||||
|
@ -5,8 +5,8 @@
|
||||
"main": "./dist/index.js",
|
||||
"typings": "./dist/index.d.ts",
|
||||
"engines": {
|
||||
"node": ">=10",
|
||||
"pnpm": ">=3"
|
||||
"node": "22.8.0",
|
||||
"pnpm": "9.9.0"
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -5,8 +5,8 @@
|
||||
"main": "./dist/index.js",
|
||||
"typings": "./dist/index.d.ts",
|
||||
"engines": {
|
||||
"node": ">=10",
|
||||
"pnpm": ">=3"
|
||||
"node": "22.8.0",
|
||||
"pnpm": "9.9.0"
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -38,8 +38,8 @@
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10",
|
||||
"pnpm": ">=3"
|
||||
"node": "22.8.0",
|
||||
"pnpm": "9.9.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc"
|
||||
|
@ -25,7 +25,7 @@
|
||||
"@fluencelabs/avm": "0.62.0",
|
||||
"@fluencelabs/marine-js": "0.13.0",
|
||||
"@fluencelabs/marine-worker": "0.6.0",
|
||||
"@fluencelabs/threads": "^2.0.0"
|
||||
"@fluencelabs/threads": "2.0.0"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Fluence DAO",
|
||||
|
@ -3,8 +3,8 @@
|
||||
"version": "0.9.0",
|
||||
"description": "Client for interacting with Fluence network",
|
||||
"engines": {
|
||||
"node": ">=10",
|
||||
"pnpm": ">=8"
|
||||
"node": "22.8.0",
|
||||
"pnpm": "9.9.0"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
@ -37,7 +37,7 @@
|
||||
"@fluencelabs/js-client-isomorphic": "workspace:*",
|
||||
"@fluencelabs/fluence-network-environment": "1.2.2",
|
||||
"@fluencelabs/marine-worker": "0.6.0",
|
||||
"@fluencelabs/threads": "^2.0.0",
|
||||
"@fluencelabs/threads": "2.0.0",
|
||||
"@libp2p/crypto": "4.0.1",
|
||||
"@libp2p/identify": "1.0.11",
|
||||
"@libp2p/interface": "1.1.2",
|
||||
|
@ -26,6 +26,6 @@
|
||||
"dependencies": {
|
||||
"@fluencelabs/marine-js": "0.13.0",
|
||||
"observable-fns": "0.6.1",
|
||||
"@fluencelabs/threads": "^2.0.0"
|
||||
"@fluencelabs/threads": "2.0.0"
|
||||
}
|
||||
}
|
||||
|
@ -18,7 +18,7 @@
|
||||
"author": "Fluence DAO",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@npmcli/arborist": "^7.2.1",
|
||||
"@npmcli/arborist": "7.3.0",
|
||||
"treeverse": "3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
345
pnpm-lock.yaml
generated
345
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user