Skip to content

Commit a0a96c4

Browse files
committed
update pnpm
1 parent bbbd10c commit a0a96c4

9 files changed

Lines changed: 266 additions & 2398 deletions

File tree

apps/reactlit-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"astro": "^4.16.10",
2525
"react": "^19.0.0",
2626
"react-dom": "^19.0.0",
27-
"sharp": "^0.32.5",
27+
"sharp": "^0.34.1",
2828
"starlight-package-managers": "^0.8.0"
2929
}
3030
}
File renamed without changes.

apps/reactlit-docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ template: splash
55
hero:
66
tagline: A faster way to build React apps
77
image:
8-
file: ../../assets/reactlit.svg
8+
file: ../../assets/reactlit_logo.svg
99
actions:
1010
- text: Getting Started
1111
link: /reactlit/guides/getting-started/

apps/reactlit-examples/.eslintrc.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/reactlit-examples/next.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ const nextConfig: NextConfig = {
44
output: "export",
55
transpilePackages: ["@reactlit/core", "@reactlit/vanilla"],
66
reactStrictMode: true,
7+
eslint: {
8+
// Warning: This allows production builds to successfully complete even if
9+
// your project has ESLint errors.
10+
ignoreDuringBuilds: true,
11+
},
712
};
813

914
export default nextConfig;

apps/reactlit-examples/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "next dev --turbopack",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint"
9+
"lint": "biome check --write"
1010
},
1111
"dependencies": {
1212
"@radix-ui/themes": "^3.1.6",
@@ -24,12 +24,10 @@
2424
"tunnel-rat": "^0.1.2"
2525
},
2626
"devDependencies": {
27-
"@eslint/eslintrc": "^3",
27+
"@biomejs/biome": "1.9.4",
2828
"@types/node": "^22.10.10",
2929
"@types/react": "^19.0.1",
3030
"@types/react-dom": "^19.0.2",
31-
"eslint": "^9",
32-
"eslint-config-next": "15.1.0",
3331
"postcss": "^8",
3432
"tailwindcss": "^3.4.1",
3533
"typescript": "*"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828
},
2929
"engines": {
3030
"node": ">=20.0.0"
31-
}
31+
},
32+
"packageManager": "pnpm@10.7.1"
3233
}

0 commit comments

Comments
 (0)