# Upgrade guide for Grid v4.1.1

## Wrapper dependencies

In order to support installing trial package alias for wrappers they now require adding `@bryntum/grid` dependency to
application's **package.json** file.

**Example for licensed version for Angular framework:**

```json
{
  "dependencies": {
    "@bryntum/grid": "4.1.1",
    "@bryntum/grid-angular": "4.1.1"
  }
}
```

**Example for trial version for Angular framework:**

```json
{
  "dependencies": {
    "@bryntum/grid": "npm:@bryntum/grid-trial@4.1.1",
    "@bryntum/grid-angular": "4.1.1"
  }
}
```


<p class="last-modified">Last modified on 2023-10-26 8:19:11</p>