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