Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent ea9daa8 commit 57c23f9
Show file tree
Hide file tree
Showing 12 changed files with 9,598 additions and 7,573 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"typings": "./dist/index.d.ts",
"type": "module",
"engines": {
"node": ">=10",
"pnpm": ">=3"
"node": "22.5.1",
"pnpm": "9.6.0"
},
"scripts": {
"lint-check": "pnpm run prettier --check && pnpm run eslint",
Expand Down
4 changes: 2 additions & 2 deletions packages/@tests/aqua/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"engines": {
"node": ">=10",
"pnpm": ">=3"
"node": "22.5.1",
"pnpm": "9.6.0"
},
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@tests/smoke/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"engines": {
"node": ">=10",
"pnpm": ">=3"
"node": "22.5.1",
"pnpm": "9.6.0"
},
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@tests/smoke/web-cra-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@tests/smoke/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"engines": {
"node": ">=10",
"pnpm": ">=3"
"node": "22.5.1",
"pnpm": "9.6.0"
},
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@tests/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"engines": {
"node": ">=10",
"pnpm": ">=3"
"node": "22.5.1",
"pnpm": "9.6.0"
},
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
}
},
"engines": {
"node": ">=10",
"pnpm": ">=3"
"node": "22.5.1",
"pnpm": "9.6.0"
},
"scripts": {
"build": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/js-client-isomorphic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/js-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.9.0",
"description": "Client for interacting with Fluence network",
"engines": {
"node": ">=10",
"pnpm": ">=8"
"node": "22.5.1",
"pnpm": "9.6.0"
},
"files": [
"dist"
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/marine-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/core/npm-aqua-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading

0 comments on commit 57c23f9

Please sign in to comment.