Skip to content

Commit

Permalink
chore: reproduction for Nx bug (it installs deps with `legacy-peer-de…
Browse files Browse the repository at this point in the history
…ps=true`)
  • Loading branch information
nsbarsukov committed Jun 25, 2024
1 parent d9ba742 commit 8d54004
Show file tree
Hide file tree
Showing 3 changed files with 11,539 additions and 21,633 deletions.
25 changes: 25 additions & 0 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"migrations": [
{
"description": "Migrate Taiga UI css variables",
"version": "4.0.0-rc.1",
"factory": "./ng-update/v4/migrate-css-vars/index#migrateCssVars",
"package": "@taiga-ui/cdk",
"name": "migrateCssVarsV4"
},
{
"description": "Migrate Taiga UI icons to a new format",
"version": "4.0.0-rc.1",
"factory": "./ng-update/v4/migrate-icons/index#migrateIcons",
"package": "@taiga-ui/cdk",
"name": "migrateIconsV4"
},
{
"description": "Updates Taiga UI packages to v4",
"version": "4.0.0-rc.1",
"factory": "./ng-update/v4/index#updateToV4",
"package": "@taiga-ui/cdk",
"name": "updateToV4"
}
]
}
Loading

0 comments on commit 8d54004

Please sign in to comment.