Skip to content

Commit dec3d43

Browse files
committed
chore(react-components): sync lockfile with restructured deps + bump to 0.1.3
The 0.1.2 publish workflow failed at the verify step's `pnpm install --frozen-lockfile` because the prior commit moved several build-time deps (@tailwindcss/postcss, @tailwindcss/vite, vite-plugin-dts, vite-plugin-lib-inject-css) from `dependencies` to `devDependencies` and dropped a few unused ones (@mkkellogg/gaussian-splats-3d, @preact/signals, react-dnd-preview, tailwindcss, unplugin-auto-export) without regenerating the lockfile. Running `pnpm install` re-resolves those, dropping ~211 lines from pnpm-lock.yaml.
1 parent 9069ab9 commit dec3d43

2 files changed

Lines changed: 22 additions & 212 deletions

File tree

components/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@my-own-web-services/react-components",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
55
"description": "Shared React component + context library for MOWS frontend apps (auth, theme, language, action manager, hotkeys, modals, plus a large component set built on Radix UI and shadcn/ui).",
66
"license": "MIT",

0 commit comments

Comments
 (0)