Skip to content

Commit 38a2335

Browse files
Merge pull request #170 from interledger/am/update-dependencies
chore: update dependencies to latest version
2 parents 979e6c3 + 6513cdc commit 38a2335

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,30 @@
1212
"lint": "eslint"
1313
},
1414
"dependencies": {
15-
"@astrojs/mdx": "^4.3.0",
16-
"@astrojs/node": "^9.3.0",
17-
"@astrojs/starlight": "^0.34.4",
18-
"@interledger/docs-design-system": "^0.8.0",
15+
"@astrojs/mdx": "^4.3.12",
16+
"@astrojs/node": "^9.5.1",
17+
"@astrojs/starlight": "^0.36.3",
18+
"@interledger/docs-design-system": "^0.10.1",
1919
"@types/showdown": "^2.0.6",
20-
"astro": "^5.11.0",
20+
"astro": "^5.16.0",
2121
"html-to-text": "^9.0.5",
2222
"markdown-it": "^14.1.0",
2323
"node-html-parser": "^7.0.1",
24-
"sharp": "^0.34.2",
24+
"sharp": "^0.34.5",
2525
"showdown": "^2.1.0",
26-
"starlight-fullview-mode": "^0.2.3",
27-
"starlight-links-validator": "^0.17.0"
26+
"starlight-fullview-mode": "^0.2.6",
27+
"starlight-links-validator": "^0.19.1"
2828
},
2929
"devDependencies": {
30-
"@eslint/js": "^9.32.0",
31-
"@typescript-eslint/parser": "^8.39.0",
30+
"@eslint/js": "^9.39.1",
31+
"@typescript-eslint/parser": "^8.48.0",
3232
"astro-eslint-parser": "^1.2.2",
33-
"eslint": "^9.32.0",
33+
"eslint": "^9.39.1",
3434
"eslint-config-prettier": "^10.1.8",
35-
"eslint-plugin-astro": "^1.3.1",
36-
"globals": "^16.3.0",
35+
"eslint-plugin-astro": "^1.5.0",
36+
"globals": "^16.5.0",
3737
"prettier": "3.6.2",
3838
"prettier-plugin-astro": "0.14.1",
39-
"typescript-eslint": "^8.39.0"
39+
"typescript-eslint": "^8.48.0"
4040
}
4141
}

0 commit comments

Comments
 (0)