Skip to content

Commit 345777e

Browse files
committed
update pnpm
1 parent b76a490 commit 345777e

6 files changed

Lines changed: 11 additions & 6 deletions

File tree

.github/badges/core-size.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"schemaVersion": 1,
33
"label": "bundle size",
44
"message": "385 B gzip",
5-
"color": "lightskyblue",
5+
"color": "blueviolet",
66
"cacheSeconds": 3600
77
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"tsx": "^4.20.3",
6868
"typescript": "^5.9.2"
6969
},
70-
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
70+
"packageManager": "pnpm@11.3.0+sha512.2c403d6594527287672b1f7056343a1f7c3634036a67ffabfcc2b3d7595d843768f8787148d1b57cf7956c90606bbd192857c363af19e96d2d0ec9ec5741d215",
7171
"engines": {
7272
"node": ">=22"
7373
},

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-zero-ui",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Zero-UI project scaffolder for React. Instantly sets up zero-runtime UI state, Tailwind variants, PostCSS, and SSR-safe config in Vite or Next.js apps.",
55
"keywords": [
66
"react",
@@ -44,7 +44,7 @@
4444
"test": "node --test ../core/__tests__/unit/cli.test.cjs"
4545
},
4646
"dependencies": {
47-
"@react-zero-ui/core": "workspace:^0.4.1"
47+
"@react-zero-ui/core": "workspace:^0.4.2"
4848
},
4949
"engines": {
5050
"node": ">=22"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-zero-ui/core",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"private": false,
55
"scripts": {
66
"build": "rm -rf dist && tsc -p tsconfig.build.json",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ strictPeerDependencies: true
1111
publicHoistPattern:
1212
- "*eslint*"
1313
- "*typescript*"
14+
15+
allowBuilds:
16+
"@tailwindcss/oxide": true
17+
esbuild: true
18+
sharp: true

0 commit comments

Comments
 (0)