Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "15.4.7",
"next": "15.5.14",
"react": "19.1.0",
"react-dom": "19.1.0"
},
Expand All @@ -22,7 +22,7 @@
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"eslint": "^9.31.0",
"eslint-config-next": "15.4.7",
"eslint-config-next": "15.5.14",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# shadcn

## 0.0.3

### Patch Changes

- Updated dependencies []:
- @dynamix-layout/core@1.0.1
- @dynamix-layout/react@1.0.1

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@repo/react-example",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
8 changes: 8 additions & 0 deletions examples/solidstart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# solidstart

## 0.0.3

### Patch Changes

- Updated dependencies []:
- @dynamix-layout/core@1.0.1
- @dynamix-layout/solid@1.0.1

## 0.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/solidstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@repo/solidstart-example",
"type": "module",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
Expand All @@ -14,9 +14,9 @@
"@dynamix-layout/solid": "workspace:*",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.3",
"@solidjs/start": "^1.1.7",
"@solidjs/start": "^1.2.0",
"solid-js": "^1.9.7",
"vinxi": "^0.5.8"
"vinxi": "^0.5.11"
},
"packageManager": "pnpm@10.13.1",
"engines": {
Expand Down
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,17 @@
},
"pnpm": {
"overrides": {
"prismjs": "^1.30.0"
"prismjs": "^1.30.0",
"rollup": ">=4.59.0",
"picomatch": ">=4.0.4",
"serialize-javascript": ">=7.0.5",
"node-forge": ">=1.4.0",
"yaml": ">=2.8.3",
"flatted": ">=3.4.2",
"tar": ">=7.5.11",
"minimatch": ">=3.1.4",
"brace-expansion": ">=2.0.3",
"h3": ">=1.15.9"
}
},
"packageManager": "pnpm@10.13.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dynamix-layout/core

## 1.0.1

### Patch Changes

- Fix security vulnerabilities in transitive dependencies via pnpm overrides and dependency bumps

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dynamix-layout/core",
"version": "1.0.0",
"version": "1.0.1",
"description": "Dynamix Layout/Core is a JavaScript package for creating dynamic layouts with ease.",
"keywords": [
"dynamix-layout",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @dynamix-layout/react

## 1.0.1

### Patch Changes

- Fix security vulnerabilities in transitive dependencies via pnpm overrides and dependency bumps

- Updated dependencies []:
- @dynamix-layout/core@1.0.1

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dynamix-layout/react",
"version": "1.0.0",
"version": "1.0.1",
"description": "A powerful React component for creating dynamic, resizable, and draggable layouts.",
"keywords": [
"react",
Expand Down
9 changes: 9 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @dynamix-layout/solid

## 1.0.1

### Patch Changes

- Fix security vulnerabilities in transitive dependencies via pnpm overrides and dependency bumps

- Updated dependencies []:
- @dynamix-layout/core@1.0.1

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dynamix-layout/solid",
"version": "1.0.0",
"version": "1.0.1",
"description": "A powerful SolidJS component for creating dynamic, resizable, and draggable layouts.",
"keywords": [
"solid",
Expand Down
Loading
Loading