From cb32a6c465b51995b04a0d753cb57817ef5da4d3 Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Fri, 12 Jul 2024 12:03:34 +0700 Subject: [PATCH] update package json --- packages/mui-material-pigment-css/package.json | 5 ++--- pnpm-lock.yaml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/mui-material-pigment-css/package.json b/packages/mui-material-pigment-css/package.json index 0910c3bcd654b0..c1505b214ef7ef 100644 --- a/packages/mui-material-pigment-css/package.json +++ b/packages/mui-material-pigment-css/package.json @@ -1,7 +1,6 @@ { "name": "@mui/material-pigment-css", - "version": "6.0.0-alpha.13", - "private": true, + "version": "6.0.0-beta.0", "author": "MUI Team", "description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.", "main": "./src/index.ts", @@ -40,7 +39,7 @@ "typescript:module-augmentation": "node scripts/testModuleAugmentation.js" }, "dependencies": { - "@mui/system": "workspace:^", + "@mui/system": "workspace:*", "@pigment-css/react": "0.0.17" }, "sideEffects": false, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9f4cfbcafa585b..9422462ea9a63a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1828,7 +1828,7 @@ importers: packages/mui-material-pigment-css: dependencies: '@mui/system': - specifier: workspace:^ + specifier: workspace:* version: link:../mui-system/build '@pigment-css/react': specifier: 0.0.17