Skip to content

Commit b1cb098

Browse files
solidsnakedevgithub-actions[bot]
authored andcommitted
chore: update dependencies
1 parent c682347 commit b1cb098

File tree

4 files changed

+1432
-1401
lines changed

4 files changed

+1432
-1401
lines changed

docs/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@
1313
"postinstall": "fumadocs-mdx"
1414
},
1515
"dependencies": {
16-
"@orama/orama": "^3.1.11",
17-
"fumadocs-core": "15.7.2",
18-
"fumadocs-mdx": "11.8.0",
19-
"fumadocs-ui": "15.7.2",
20-
"next": "15.5.0",
16+
"@orama/orama": "^3.1.14",
17+
"fumadocs-core": "15.8.1",
18+
"fumadocs-mdx": "12.0.1",
19+
"fumadocs-ui": "15.8.1",
20+
"next": "15.5.4",
2121
"react": "^19.1.1",
2222
"react-dom": "^19.1.1"
2323
},
2424
"devDependencies": {
2525
"@evolution-sdk/evolution": "workspace:*",
26-
"@tailwindcss/postcss": "^4.1.12",
26+
"@tailwindcss/postcss": "^4.1.13",
2727
"@types/mdx": "^2.0.13",
28-
"@types/node": "24.3.0",
29-
"@types/react": "^19.1.11",
30-
"@types/react-dom": "^19.1.7",
28+
"@types/node": "24.5.2",
29+
"@types/react": "^19.1.15",
30+
"@types/react-dom": "^19.1.9",
3131
"postcss": "^8.5.6",
32-
"tailwindcss": "^4.1.12",
32+
"tailwindcss": "^4.1.13",
3333
"typescript": "^5.9.2"
3434
}
3535
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,31 +29,31 @@
2929
},
3030
"devDependencies": {
3131
"@babel/cli": "^7.28.3",
32-
"@babel/core": "^7.28.3",
32+
"@babel/core": "^7.28.4",
3333
"@changesets/changelog-github": "^0.5.1",
34-
"@changesets/cli": "^2.29.6",
34+
"@changesets/cli": "^2.29.7",
3535
"@effect/docgen": "^0.5.2",
3636
"@effect/eslint-plugin": "^0.3.2",
3737
"@effect/vitest": "^0.25.1",
38-
"@eslint/compat": "^1.3.2",
38+
"@eslint/compat": "^1.4.0",
3939
"@eslint/eslintrc": "^3.3.1",
40-
"@eslint/js": "^9.34.0",
41-
"@turbo/gen": "^2.5.6",
42-
"@types/node": "^24.3.0",
43-
"@typescript-eslint/eslint-plugin": "^8.40.0",
44-
"@typescript-eslint/parser": "^8.40.0",
40+
"@eslint/js": "^9.36.0",
41+
"@turbo/gen": "^2.5.8",
42+
"@types/node": "^24.5.2",
43+
"@typescript-eslint/eslint-plugin": "^8.44.1",
44+
"@typescript-eslint/parser": "^8.44.1",
4545
"@vitest/coverage-v8": "^3.2.4",
4646
"babel-plugin-annotate-pure-calls": "^0.5.0",
47-
"eslint": "^9.34.0",
47+
"eslint": "^9.36.0",
4848
"eslint-import-resolver-typescript": "^4.4.4",
4949
"eslint-plugin-import": "^2.32.0",
5050
"eslint-plugin-simple-import-sort": "^12.1.1",
5151
"eslint-plugin-sort-destructure-keys": "^2.0.0",
5252
"madge": "^8.0.0",
5353
"prettier": "^3.6.2",
5454
"rimraf": "^6.0.1",
55-
"tsx": "^4.20.4",
56-
"turbo": "^2.5.6",
55+
"tsx": "^4.20.6",
56+
"turbo": "^2.5.8",
5757
"typescript": "^5.9.2",
5858
"vitest": "^3.2.4"
5959
},

packages/evolution/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,23 @@
3838
},
3939
"devDependencies": {
4040
"@dcspark/cardano-multiplatform-lib-nodejs": "^6.2.0",
41-
"@types/dockerode": "^3.3.43",
41+
"@types/dockerode": "^3.3.44",
4242
"@types/libsodium-wrappers-sumo": "^0.7.8",
43-
"tinybench": "^5.0.0",
44-
"tsx": "^4.20.4",
43+
"tinybench": "^5.0.1",
44+
"tsx": "^4.20.6",
4545
"typescript": "^5.9.2"
4646
},
4747
"dependencies": {
48-
"@effect/platform": "^0.90.6",
49-
"@effect/platform-node": "^0.96.0",
50-
"@noble/hashes": "^1.8.0",
51-
"@scure/base": "^1.2.6",
52-
"@scure/bip32": "^1.7.0",
53-
"@scure/bip39": "^1.6.0",
48+
"@effect/platform": "^0.91.1",
49+
"@effect/platform-node": "^0.97.1",
50+
"@noble/hashes": "^2.0.1",
51+
"@scure/base": "^2.0.0",
52+
"@scure/bip32": "^2.0.0",
53+
"@scure/bip39": "^2.0.0",
5454
"@types/bip39": "^3.0.4",
5555
"bip39": "^3.1.0",
56-
"dockerode": "^4.0.7",
57-
"effect": "^3.17.9",
56+
"dockerode": "^4.0.8",
57+
"effect": "^3.17.14",
5858
"libsodium-wrappers-sumo": "^0.7.15"
5959
},
6060
"keywords": [

0 commit comments

Comments
 (0)