Skip to content

Commit

Permalink
Merge branch 'taiga-family:main' into angular-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHomeGera authored Sep 18, 2024
2 parents 6afbec4 + 7f85fad commit 316dfc2
Show file tree
Hide file tree
Showing 8 changed files with 424 additions and 779 deletions.
1,002 changes: 405 additions & 597 deletions package-lock.json

Large diffs are not rendered by default.

26 changes: 19 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,13 @@
"@nx/react": "19.7.3",
"@nx/rollup": "19.7.3",
"@nx/workspace": "19.7.3",
"@taiga-ui/commitlint-config": "0.184.0",
"@taiga-ui/cspell-config": "0.184.0",
"@taiga-ui/eslint-plugin-experience": "0.184.0",
"@taiga-ui/prettier-config": "0.184.0",
"@taiga-ui/stylelint-config": "0.184.0",
"@taiga-ui/tsconfig": "0.184.0",
"@taiga-ui/commitlint-config": "0.187.0",
"@taiga-ui/cspell-config": "0.187.0",
"@taiga-ui/eslint-plugin-experience": "0.187.0",
"@taiga-ui/prettier-config": "0.187.0",
"@taiga-ui/stylelint-config": "0.187.0",
"@taiga-ui/syncer": "0.187.0",
"@taiga-ui/tsconfig": "0.187.0",
"@tinkoff/eslint-config": "4.1.3",
"@tinkoff/eslint-config-react": "4.1.3",
"@types/jest": "29.5.13",
Expand Down Expand Up @@ -137,7 +138,7 @@
"standard-version": {
"scripts": {
"postchangelog": "ts-node ./scripts/postchangelog.ts",
"postbump": "ts-node ./scripts/postbump.ts"
"postbump": "npx syncer"
},
"types": [
{
Expand All @@ -153,5 +154,16 @@
"section": "⚠️ Deprecations"
}
]
},
"syncer": {
"includePaths": [
"./projects",
"./package-lock.json"
],
"matchPackageNames": [
"@maskito/*",
"maskito"
],
"ignorePackageNames": []
}
}
33 changes: 0 additions & 33 deletions scripts/helpers/bump-maskito-deps.ts

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/helpers/bump-maskito-version-in-package-json.ts

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/helpers/is-maskito-package-name.ts

This file was deleted.

56 changes: 0 additions & 56 deletions scripts/helpers/sync-versions.ts

This file was deleted.

65 changes: 0 additions & 65 deletions scripts/helpers/update-package-json-structure.ts

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/postbump.ts

This file was deleted.

0 comments on commit 316dfc2

Please sign in to comment.