Skip to content

Commit ac3f9fe

Browse files
pnpm update (#3324)
* pnpm update * Update general.ts * More pnpm update * Update setupTests.js
1 parent dcbf384 commit ac3f9fe

File tree

7 files changed

+1829
-957
lines changed

7 files changed

+1829
-957
lines changed

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": "[email protected]",

packages/react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
"shepherd.js": "workspace:*"
3434
},
3535
"devDependencies": {
36-
"@testing-library/jest-dom": "^6.2.0",
36+
"@testing-library/jest-dom": "^6.9.1",
3737
"@testing-library/react": "^16.3.1",
3838
"@types/react": "^19.2.7",
39-
"@vitejs/plugin-react": "^4.6.0",
39+
"@vitejs/plugin-react": "^4.7.0",
4040
"@vitest/ui": "^4.0.16",
41-
"happy-dom": "^20.0.2",
42-
"typescript": "^5.7.3",
43-
"vite": "^7.1.12",
41+
"happy-dom": "^20.0.11",
42+
"typescript": "^5.9.3",
43+
"vite": "^7.3.0",
4444
"vite-plugin-dts": "^4.5.4",
45-
"vitest": "^4.0.8"
45+
"vitest": "^4.0.16"
4646
},
4747
"peerDependencies": {
4848
"react": "^18.2.0",

0 commit comments

Comments
 (0)