Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 2b4f580

Browse files
committed
chore(deps): upgrade dependenies
1 parent d3f78ae commit 2b4f580

10 files changed

Lines changed: 2583 additions & 4985 deletions

File tree

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 546 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
nodeLinker: node-modules
22

3+
plugins:
4+
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
5+
spec: "@yarnpkg/plugin-interactive-tools"
6+
37
yarnPath: .yarn/releases/yarn-3.2.0.cjs

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"dependencies": {
1818
"@docusaurus/core": "2.0.0-beta.17",
1919
"@docusaurus/preset-classic": "2.0.0-beta.17",
20-
"@mdx-js/react": "1.6.22",
20+
"@mdx-js/react": "2.1.0",
2121
"clsx": "1.1.1",
22-
"prism-react-renderer": "1.2.1",
22+
"prism-react-renderer": "1.3.1",
2323
"react": "17.0.2",
2424
"react-dom": "17.0.2"
2525
},

package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
11
{
22
"dependencies": {
3-
"@docusaurus/core": "2.0.0-beta.6",
4-
"@docusaurus/preset-classic": "2.0.0-beta.15",
5-
"@emotion/react": "11.7.1",
6-
"@emotion/styled": "11.6.0",
7-
"@mdx-js/react": "1.6.22",
8-
"@mui/icons-material": "5.3.1",
9-
"@mui/material": "5.4.0",
3+
"@docusaurus/core": "2.0.0-beta.17",
4+
"@docusaurus/preset-classic": "2.0.0-beta.17",
5+
"@emotion/react": "11.8.2",
6+
"@emotion/styled": "11.8.1",
7+
"@mdx-js/react": "2.1.0",
8+
"@mui/icons-material": "5.5.1",
9+
"@mui/material": "5.5.1",
1010
"clsx": "1.1.1",
11-
"core-js": "3.21.0",
11+
"core-js": "3.21.1",
1212
"react": "17.0.2",
1313
"react-dom": "17.0.2",
14-
"react-flow-renderer": "9.7.3",
14+
"react-flow-renderer": "9.7.4",
1515
"react-router-dom": "5.3.0",
16-
"regenerator-runtime": "0.13.7",
16+
"regenerator-runtime": "0.13.9",
1717
"tslib": "2.3.1"
1818
},
1919
"devDependencies": {
20-
"@commitlint/cli": "16.1.0",
21-
"@commitlint/config-conventional": "16.0.0",
22-
"@emotion/babel-plugin": "11.3.0",
23-
"@nrwl/cli": "13.4.4",
24-
"@nrwl/cypress": "13.7.3",
25-
"@nrwl/eslint-plugin-nx": "13.4.4",
26-
"@nrwl/jest": "13.7.3",
27-
"@nrwl/js": "13.7.3",
28-
"@nrwl/linter": "13.4.4",
20+
"@commitlint/cli": "16.2.3",
21+
"@commitlint/config-conventional": "16.2.1",
22+
"@emotion/babel-plugin": "11.7.2",
23+
"@nrwl/cli": "13.9.3",
24+
"@nrwl/cypress": "13.9.3",
25+
"@nrwl/eslint-plugin-nx": "13.9.3",
26+
"@nrwl/jest": "13.9.3",
27+
"@nrwl/js": "13.9.3",
28+
"@nrwl/linter": "13.9.3",
2929
"@nrwl/nx-cloud": "13.1.6",
30-
"@nrwl/react": "13.7.3",
31-
"@nrwl/tao": "13.4.4",
32-
"@nrwl/web": "13.7.3",
33-
"@nrwl/workspace": "13.4.4",
30+
"@nrwl/react": "13.9.3",
31+
"@nrwl/tao": "13.9.3",
32+
"@nrwl/web": "13.9.3",
33+
"@nrwl/workspace": "13.9.3",
3434
"@testing-library/react": "12.1.4",
3535
"@testing-library/react-hooks": "7.0.2",
36-
"@types/jest": "27.0.2",
37-
"@types/node": "14.14.33",
36+
"@types/jest": "27.4.1",
37+
"@types/node": "17.0.21",
3838
"@types/react": "17.0.41",
3939
"@types/react-dom": "17.0.14",
4040
"@types/react-router-dom": "5.3.3",
41-
"@typescript-eslint/eslint-plugin": "5.3.1",
42-
"@typescript-eslint/parser": "5.3.1",
43-
"babel-jest": "27.2.3",
44-
"cypress": "9.4.1",
45-
"eslint": "8.2.0",
46-
"eslint-config-prettier": "8.1.0",
41+
"@typescript-eslint/eslint-plugin": "5.15.0",
42+
"@typescript-eslint/parser": "5.15.0",
43+
"babel-jest": "27.5.1",
44+
"cypress": "9.5.2",
45+
"eslint": "8.11.0",
46+
"eslint-config-prettier": "8.5.0",
4747
"eslint-config-standard": "16.0.3",
4848
"eslint-plugin-cypress": "2.12.1",
4949
"eslint-plugin-import": "2.25.4",
5050
"eslint-plugin-jsx-a11y": "6.5.1",
5151
"eslint-plugin-node": "11.1.0",
5252
"eslint-plugin-promise": "6.0.0",
53-
"eslint-plugin-react": "7.27.0",
53+
"eslint-plugin-react": "7.29.4",
5454
"eslint-plugin-react-hooks": "4.3.0",
5555
"husky": "7.0.4",
56-
"jest": "27.2.3",
56+
"jest": "27.5.1",
5757
"lerna": "4.0.0",
58-
"lint-staged": "12.3.3",
58+
"lint-staged": "12.3.7",
5959
"npm-run-all": "4.1.5",
6060
"patch-package": "6.4.7",
61-
"prettier": "2.5.1",
61+
"prettier": "2.6.0",
6262
"react-test-renderer": "17.0.2",
6363
"standard-version": "9.3.2",
64-
"ts-jest": "27.0.5",
65-
"typescript": "4.4.4",
64+
"ts-jest": "27.1.3",
65+
"typescript": "4.6.2",
6666
"yaml-crypt": "0.7.6",
67-
"zx": "4.3.0"
67+
"zx": "6.0.6"
6868
},
6969
"license": "GPl-3.0",
7070
"lint-staged": {

packages/ipfs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"dependencies": {
33
"ipfs": "0.62.1",
44
"ipfs-core": "0.14.1",
5-
"libp2p-webrtc-star": "0.20.1",
6-
"libp2p-websockets": "0.15.0",
5+
"libp2p-webrtc-star": "0.25.0",
6+
"libp2p-websockets": "0.16.2",
77
"tslib": "2.3.1"
88
},
99
"repository": "https://github.com/dstack-js/dstack.git",

packages/lib/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,20 @@
55
"it-all": "1.0.6",
66
"it-drain": "1.0.5",
77
"it-last": "1.0.6",
8-
"lru-cache": "6.0.0",
9-
"multiformats": "9.6.3",
8+
"lru-cache": "7.7.1",
109
"tslib": "2.3.1",
1110
"uuid": "8.3.2"
1211
},
1312
"devDependencies": {
1413
"@types/events": "3.0.0",
15-
"@types/lru-cache": "5.1.1",
14+
"@types/lru-cache": "7.5.0",
1615
"@types/uuid": "8.3.4",
17-
"ipfs-core": "0.14.1"
16+
"ipfs-core": "^0.14.1"
1817
},
19-
"repository": "https://github.com/dstack-js/dstack.git",
2018
"homepage": "https://dstack.dev",
2119
"license": "GPL-3.0",
2220
"name": "@dstack-js/lib",
21+
"repository": "https://github.com/dstack-js/dstack.git",
2322
"type": "commonjs",
2423
"version": "0.2.40"
2524
}

packages/lib/src/shard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable no-dupe-class-members */
2-
import { CID } from 'multiformats/cid'
2+
import { CID } from 'ipfs-core'
33
import { Buffer } from 'buffer'
44
import { UnknownShardKindError } from './errors'
55
import { EventEmitter } from 'events'

packages/lib/src/stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { IPFS } from 'ipfs-core-types'
22
import type { libp2p as Libp2p } from 'ipfs-core/src/components/network'
33
import all from 'it-all'
4-
import { CID } from 'multiformats/cid'
4+
import type { CID } from 'ipfs-core'
55
import { PeerUnreachableError, Store } from '.'
66
import { PubSub } from './pubsub'
77
import { Storage } from './storage'

packages/relay/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
"dependencies": {
66
"@dstack-js/ipfs": "^0.2.32",
77
"@dstack-js/lib": "^0.2.32",
8-
"@libp2p/webrtc-star-protocol": "1.0.0",
9-
"fastify": "3.27.1",
10-
"fastify-cors": "6.0.2",
8+
"@libp2p/webrtc-star-protocol": "1.0.1",
9+
"fastify": "3.27.4",
10+
"fastify-cors": "6.0.3",
1111
"fastify-socket.io": "3.0.0",
1212
"graphql": "16.3.0",
1313
"graphql-playground-html": "1.6.30",
14-
"libp2p-webrtc-star": "0.20.1",
15-
"libp2p-websockets": "0.15.0",
16-
"mercurius": "9.3.1",
17-
"nats": "2.6.0",
18-
"nexus": "1.2.0",
19-
"redis": "4.0.3",
14+
"libp2p-webrtc-star": "0.25.0",
15+
"libp2p-websockets": "0.16.2",
16+
"mercurius": "9.3.5",
17+
"nats": "2.6.1",
18+
"nexus": "1.3.0",
19+
"redis": "4.0.4",
2020
"socket.io": "4.4.1",
2121
"wrtc": "0.4.7"
2222
},
2323
"devDependencies": {
24-
"ts-node": "10.5.0",
25-
"tsconfig-paths": "3.12.0"
24+
"ts-node": "10.7.0",
25+
"tsconfig-paths": "3.14.0"
2626
},
2727
"license": "GPL-3.0",
2828
"name": "@dstack-js/relay",

0 commit comments

Comments
 (0)