Skip to content

Commit 56f4e2e

Browse files
chore(deps): Update js minor and patch
1 parent 319ddd4 commit 56f4e2e

File tree

7 files changed

+26
-41
lines changed

7 files changed

+26
-41
lines changed

csv-to-knowledge-graph/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"clsx": "^2.1.1",
2323
"d3": "^7.9.0",
2424
"graphql": "^16.10.0",
25-
"lucide-react": "^0.488.0",
25+
"lucide-react": "^0.488.0 || ^0.523.0",
2626
"next": "^15.3.1",
2727
"papaparse": "^5.5.2",
2828
"prismjs": "^1.30.0",

csv-to-knowledge-graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hypermode/csvkit-monorepo",
33
"version": "0.0.0",
4-
"packageManager": "pnpm@10.6.0",
4+
"packageManager": "pnpm@10.12.3",
55
"scripts": {
66
"dev:frontend": "pnpm --filter \"@hypermode/csvkit-frontend\" dev",
77
"dev:backend": "cd ./modus && modus dev",

csv-to-knowledge-graph/pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

knowledge-graph/generic-kg/api-as/package-lock.json

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

knowledge-graph/generic-kg/api-as/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"pretty:check": "prettier --check ."
1010
},
1111
"dependencies": {
12-
"@hypermode/modus-sdk-as": "^0.17.1",
12+
"@hypermode/modus-sdk-as": "^0.17.1 || ^0.18.0",
1313
"assemblyscript-json": "^1.1.0",
1414
"json-as": "^0.9.29 || ^1.0.0"
1515
},

knowledge-graph/generic-kg/frontend/package-lock.json

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

knowledge-graph/generic-kg/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151
"graphology-layout-forceatlas2": "^0.10.1",
5252
"graphql": "^16.10.0",
5353
"input-otp": "1.4.2",
54-
"lucide-react": "^0.474.0 || ^0.482.0 || ^0.483.0 || ^0.487.0 || ^0.501.0 || ^0.503.0 || ^0.507.0 || ^0.511.0",
54+
"lucide-react": "^0.474.0 || ^0.482.0 || ^0.483.0 || ^0.487.0 || ^0.501.0 || ^0.503.0 || ^0.507.0 || ^0.511.0 || ^0.523.0",
5555
"next": "^15.1.4",
5656
"next-themes": "^0.4.4",
5757
"react": "^19",
5858
"react-cytoscapejs": "^2.0.0",
5959
"react-dom": "^19",
6060
"react-hook-form": "^7.54.1",
6161
"react-resizable-panels": "^2.1.7 || ^3.0.0",
62-
"recharts": "2.15.3",
62+
"recharts": "2.15.4",
6363
"sigma": "^3.0.1",
6464
"sonner": "^1.7.1 || ^2.0.0",
6565
"tailwind-merge": "^2.5.5 || ^3.0.0",

0 commit comments

Comments
 (0)