Skip to content

Commit e5a12ba

Browse files
pnpm update
1 parent dcbf384 commit e5a12ba

4 files changed

Lines changed: 1628 additions & 864 deletions

File tree

landing/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/check": "^0.9.4",
15-
"@astrojs/mdx": "^4.0.8",
16-
"@astrojs/rss": "^4.0.12",
17-
"@astrojs/sitemap": "^3.4.1",
14+
"@astrojs/check": "^0.9.6",
15+
"@astrojs/mdx": "^4.3.13",
16+
"@astrojs/rss": "^4.0.14",
17+
"@astrojs/sitemap": "^3.6.0",
1818
"@astrojs/tailwind": "^6.0.2",
1919
"@astrojs/vercel": "^9.0.2",
2020
"@polar-sh/sdk": "^0.20.2",
21-
"astro": "^5.15.9",
21+
"astro": "^5.16.6",
2222
"shepherd.js": "workspace:*",
23-
"tailwindcss": "^3.4.17",
24-
"typescript": "^5.7.3"
23+
"tailwindcss": "^3.4.19",
24+
"typescript": "^5.9.3"
2525
},
2626
"devDependencies": {
27-
"@tailwindcss/typography": "^0.5.15",
28-
"sharp": "^0.34.3",
29-
"vite": "^7.1.12"
27+
"@tailwindcss/typography": "^0.5.19",
28+
"sharp": "^0.34.5",
29+
"vite": "^7.3.0"
3030
}
3131
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@
2727
"watch": "pnpm -F shepherd.js watch"
2828
},
2929
"devDependencies": {
30-
"@babel/core": "^7.28.4",
31-
"@babel/preset-env": "^7.28.3",
30+
"@babel/core": "^7.28.5",
31+
"@babel/preset-env": "^7.28.5",
3232
"@typescript-eslint/eslint-plugin": "^7.18.0",
3333
"@typescript-eslint/parser": "^7.18.0",
34-
"autoprefixer": "^10.4.22",
34+
"autoprefixer": "^10.4.23",
3535
"concurrently": "^9.2.1",
3636
"del": "^7.1.0",
3737
"eslint": "^8.57.1",
3838
"eslint-plugin-svelte": "^2.46.1",
3939
"postcss": "^8.5.6",
4040
"prettier": "3.3.3",
4141
"prettier-plugin-astro": "^0.14.1",
42-
"prettier-plugin-svelte": "^3.4.0",
42+
"prettier-plugin-svelte": "^3.4.1",
4343
"release-plan": "^0.17.2",
4444
"replace": "^1.2.2",
4545
"shepherd.js": "workspace:*",
46-
"svelte": "^5.39.7",
46+
"svelte": "^5.46.1",
4747
"typescript": "^5.9.3"
4848
},
4949
"packageManager": "pnpm@10.17.1",

0 commit comments

Comments
 (0)