Skip to content

Commit f03b077

Browse files
committedFeb 23, 2024·
Update dependencies
1 parent 7a815e2 commit f03b077

File tree

4 files changed

+250
-334
lines changed

4 files changed

+250
-334
lines changed
 

‎package-lock.json

+240-324
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
},
2323
"dependencies": {
2424
"@astro-community/astro-embed-youtube": "0.4.4",
25-
"@astrojs/starlight": "0.18.0",
25+
"@astrojs/starlight": "0.19.1",
2626
"sharp": "0.33.2"
2727
},
2828
"devDependencies": {
29-
"@astrojs/check": "0.5.3",
29+
"@astrojs/check": "0.5.5",
3030
"@knip/eslint-config": "0.0.0",
3131
"@types/mdast": "4.0.3",
3232
"@types/unist": "3.0.2",
33-
"astro": "4.3.6",
33+
"astro": "4.4.3",
3434
"eslint": "8.56.0",
3535
"hastscript": "9.0.0",
3636
"kleur": "4.1.5",

‎packages/eslint-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"types": "./index.d.ts",
88
"dependencies": {
99
"@eslint/js": "^8.56.0",
10-
"@typescript-eslint/eslint-plugin": "^7.0.1",
11-
"@typescript-eslint/parser": "^7.0.1",
10+
"@typescript-eslint/eslint-plugin": "^7.0.2",
11+
"@typescript-eslint/parser": "^7.0.2",
1212
"eslint-import-resolver-typescript": "3.6.1",
1313
"eslint-plugin-import": "^2.29.1",
1414
"eslint-plugin-n": "^16.6.2",
1515
"globals": "^14.0.0"
1616
},
1717
"devDependencies": {
18-
"@types/eslint": "8.56.2"
18+
"@types/eslint": "8.56.3"
1919
}
2020
}

‎packages/knip/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"strip-json-comments": "5.0.1",
7676
"summary": "2.1.0",
7777
"zod": "3.22.4",
78-
"zod-validation-error": "3.0.0"
78+
"zod-validation-error": "3.0.2"
7979
},
8080
"peerDependencies": {
8181
"@types/node": ">=18",
@@ -86,7 +86,7 @@
8686
"@knip/eslint-config": "0.0.0",
8787
"@release-it/bumper": "^6.0.1",
8888
"@swc/cli": "^0.3.9",
89-
"@swc/core": "^1.4.0",
89+
"@swc/core": "^1.4.2",
9090
"@types/js-yaml": "^4.0.9",
9191
"@types/micromatch": "^4.0.6",
9292
"@types/minimist": "^1.2.5",
@@ -98,9 +98,9 @@
9898
"eslint": "^8.56.0",
9999
"playwright": "^1.41.2",
100100
"prettier": "^3.2.5",
101-
"release-it": "^17.0.3",
101+
"release-it": "^17.1.1",
102102
"tsx": "^4.7.1",
103-
"type-fest": "^4.10.2",
103+
"type-fest": "^4.10.3",
104104
"typescript": "5.3.3"
105105
},
106106
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.