File tree Expand file tree Collapse file tree 4 files changed +204
-315
lines changed
Expand file tree Collapse file tree 4 files changed +204
-315
lines changed Original file line number Diff line number Diff line change 11{
2- "dependencyTypes": [
3- "dev",
4- "overrides",
5- "prod",
6- "resolutions"
7- ],
2+ "$schema": "./node_modules/syncpack/schema.json",
83 "versionGroups": [
4+ {
5+ "label": "Ignored",
6+ "dependencyTypes": [
7+ "peer"
8+ ],
9+ "isIgnored": true
10+ },
911 {
1012 "label": "Local",
1113 "dependencies": [
4547 "pinVersion": "catalog:"
4648 }
4749 ]
48- }
50+ }
Original file line number Diff line number Diff line change 2626 "lint-staged" : " lint-staged" ,
2727 "lint:fix" : " oxlint --type-aware --fix" ,
2828 "preview" : " nr turbo run preview" ,
29- "syncpack" : " syncpack" ,
30- "syncpack:fix" : " syncpack fix-mismatches" ,
31- "syncpack:lint" : " syncpack list-mismatches" ,
29+ "syncpack:fix" : " syncpack fix" ,
30+ "syncpack:lint" : " syncpack lint" ,
3231 "test" : " cross-env COVERAGE=true nr turbo run test" ,
3332 "turbo" : " cross-env CI=true FORCE_COLOR=1 turbo" ,
3433 "update" : " taze" ,
5150 "oxlint-tsgolint" : " catalog:" ,
5251 "syncpack" : " catalog:" ,
5352 "taze" : " catalog:" ,
54- "turbo" : " 2.8.7 " ,
53+ "turbo" : " 2.8.9 " ,
5554 "vitest" : " catalog:"
5655 },
5756 "lint-staged" : {
You can’t perform that action at this time.
0 commit comments