Skip to content

Commit 8abf31a

Browse files
committed
Update dependencies
1 parent 6f4235d commit 8abf31a

File tree

4 files changed

+1316
-920
lines changed

4 files changed

+1316
-920
lines changed

package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,21 @@
2323
"license": "ISC",
2424
"packageManager": "[email protected]+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af",
2525
"devDependencies": {
26-
"@eslint/js": "^9.21.0",
27-
"@typescript-eslint/parser": "^8.26.0",
28-
"eslint": "^9.21.0",
29-
"eslint-config-prettier": "^10.0.2",
26+
"@eslint/js": "^9.28.0",
27+
"@typescript-eslint/parser": "^8.33.1",
28+
"eslint": "^9.28.0",
29+
"eslint-config-prettier": "^10.1.5",
3030
"eslint-plugin-astro": "^1.3.1",
3131
"eslint-plugin-import": "^2.31.0",
32-
"eslint-plugin-prettier": "^5.2.3",
33-
"globals": "^16.0.0",
32+
"eslint-plugin-prettier": "^5.4.1",
33+
"globals": "^16.2.0",
3434
"husky": "^9.1.7",
35-
"lint-staged": "^15.4.3",
35+
"lint-staged": "^16.1.0",
3636
"prettier": "^3.5.3",
3737
"prettier-plugin-astro": "^0.14.1",
38-
"typescript-eslint": "^8.26.0"
38+
"typescript-eslint": "^8.33.1"
39+
},
40+
"dependencies": {
41+
"sharp": "^0.34.2"
3942
}
4043
}

packages/delta-site/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"author": "jakebellacera",
1717
"license": "ISC",
1818
"dependencies": {
19-
"@astrojs/tailwind": "^6.0.1",
20-
"@fontsource-variable/source-code-pro": "^5.1.1",
21-
"@fontsource/source-sans-pro": "^5.1.0",
22-
"astro": "^5.5.4",
19+
"@astrojs/tailwind": "^6.0.2",
20+
"@fontsource-variable/source-code-pro": "^5.2.6",
21+
"@fontsource/source-sans-pro": "^5.2.5",
22+
"astro": "^5.8.2",
2323
"astro-favicons": "^3.1.5",
24-
"googleapis": "^144.0.0",
25-
"delta-theme": "workspace:*"
24+
"delta-theme": "workspace:*",
25+
"googleapis": "^149.0.0"
2626
},
2727
"devDependencies": {
28-
"@astrojs/sitemap": "^3.3.0",
28+
"@astrojs/sitemap": "^3.4.1",
2929
"clsx": "^2.1.1",
30-
"sharp": "^0.33.0",
31-
"vitest": "^3.0.6"
30+
"sharp": "^0.34.2",
31+
"vitest": "^3.2.1"
3232
}
3333
}

packages/delta-theme/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"author": "jakebellacera",
1818
"license": "ISC",
1919
"peerDependencies": {
20-
"@astrojs/tailwind": "^6.0.1",
20+
"@astrojs/tailwind": "^6.0.2",
2121
"@fontsource-variable/source-code-pro": "^5.1.1",
2222
"@fontsource/source-sans-pro": "^5.1.0",
23-
"astro": "^5.5.4",
23+
"astro": "^5.8.2",
2424
"astro-favicons": "^3.1.5"
2525
},
2626
"dependencies": {
2727
"@pagefind/default-ui": "^1.3.0",
2828
"clsx": "^2.1.1",
29-
"remark-directive": "^3.0.1",
29+
"remark-directive": "^4.0.0",
3030
"tailwindcss": "^3.4.17",
3131
"unist-util-visit": "^5.0.0",
3232
"pagefind": "^1.3.0"

0 commit comments

Comments
 (0)