Skip to content

Commit e83cb9c

Browse files
committed
Update packages & add Footer
1 parent 16f159a commit e83cb9c

File tree

19 files changed

+5489
-14963
lines changed

19 files changed

+5489
-14963
lines changed

.idea/runConfigurations/build.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/start.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 0 additions & 541 deletions
This file was deleted.

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

Lines changed: 0 additions & 28 deletions
This file was deleted.

.yarn/releases/yarn-3.2.4.cjs

Lines changed: 0 additions & 801 deletions
This file was deleted.

.yarn/releases/yarn-4.0.1.cjs

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

.yarnrc.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
nodeLinker: pnp
1+
compressionLevel: mixed
22

3-
plugins:
4-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
5-
spec: "@yarnpkg/plugin-interactive-tools"
6-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
7-
spec: "@yarnpkg/plugin-workspace-tools"
3+
nodeLinker: pnp
84

9-
yarnPath: .yarn/releases/yarn-3.2.4.cjs
5+
yarnPath: .yarn/releases/yarn-4.0.1.cjs

ipfs-cluster-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"axios": "^1.1.3"
1414
},
1515
"devDependencies": {
16-
"typescript": "^4.8.4"
16+
"typescript": "^5.2.2"
1717
}
1818
}

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-toolbox",
3-
"packageManager": "yarn@3.2.4",
3+
"packageManager": "yarn@4.0.1",
44
"workspaces": [
55
"webui",
66
"ipfs-cluster-api",
@@ -9,8 +9,7 @@
99
],
1010
"scripts": {
1111
"start": "yarn workspace webui run start",
12-
"build": "yarn workspaces foreach run build",
13-
"test": "yarn workspace tests run test",
14-
"upgrade": "yarn upgrade-interactive"
12+
"build": "yarn workspaces foreach -A run build",
13+
"test": "yarn workspace tests run test"
1514
}
1615
}

testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"devDependencies": {
1010
"@types/react": "^18.0.24",
1111
"@types/react-dom": "^18.0.8",
12-
"typescript": "^4.8.4"
12+
"typescript": "^5.2.2"
1313
}
1414
}

0 commit comments

Comments
 (0)