Skip to content

Commit 4d316af

Browse files
committed
fix: lock down next and react versions
for now!
1 parent cc52f81 commit 4d316af

File tree

9 files changed

+2771
-3226
lines changed

9 files changed

+2771
-3226
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@
1313
"eslint": "catalog:",
1414
"lint-staged": "catalog:",
1515
"loglevel": "^1.9.2",
16+
"next": "catalog:",
1617
"npm-registry-fetch": "^18.0.2",
1718
"nx": "catalog:",
1819
"octokit": "^4.1.2",
1920
"prettier": "2.8.3",
2021
"react": "catalog:",
22+
"react-dom": "catalog:",
2123
"simple-git": "^3.27.0",
2224
"tsx": "^4.19.3",
2325
"typescript": "catalog:"

packages/console/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"blueimp-md5": "^2.19.0",
3838
"linkdex": "^3.0.0",
3939
"multiformats": "catalog:",
40-
"next": "^13.5.4",
40+
"next": "catalog:",
4141
"nft.storage": "^7.1.1",
4242
"p-retry": "^6.2.0",
43-
"react": "19.0.0",
44-
"react-dom": "19.0.0",
43+
"react": "catalog:",
44+
"react-dom": "catalog:",
4545
"react-hook-form": "^7.51.3",
4646
"react-hot-toast": "^2.4.1",
4747
"react-tooltip": "^5.28.0",
@@ -53,8 +53,8 @@
5353
"@types/archy": "^0.0.36",
5454
"@types/blueimp-md5": "^2.18.0",
5555
"@types/node": "^18.19.75",
56-
"@types/react": "^19.0.8",
57-
"@types/react-dom": "^19.0.3",
56+
"@types/react": "catalog:",
57+
"@types/react-dom": "catalog:",
5858
"autoprefixer": "^10.4.14",
5959
"eslint": "8.55.0",
6060
"eslint-config-next": "14.0.4",

packages/ui/examples/react/components/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
},
77
"references": [
88
{
9-
"path": "./tsconfig.lib.json"
9+
"path": "../../../packages/react"
1010
},
1111
{
12-
"path": "./tsconfig.spec.json"
12+
"path": "./tsconfig.lib.json"
1313
},
1414
{
15-
"path": "../../../packages/react"
15+
"path": "./tsconfig.spec.json"
1616
}
1717
]
1818
}

packages/ui/examples/react/file-upload/tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
},
99
"references": [
1010
{
11-
"path": "./tsconfig.app.json"
11+
"path": "../../../packages/react"
1212
},
1313
{
14-
"path": "./tsconfig.spec.json"
14+
"path": "../components"
1515
},
1616
{
17-
"path": "../../../packages/react"
17+
"path": "./tsconfig.app.json"
1818
},
1919
{
20-
"path": "../components"
20+
"path": "./tsconfig.spec.json"
2121
}
2222
]
2323
}

packages/ui/examples/react/multi-file-upload/tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
},
99
"references": [
1010
{
11-
"path": "./tsconfig.app.json"
11+
"path": "../../../packages/react"
1212
},
1313
{
14-
"path": "./tsconfig.spec.json"
14+
"path": "../components"
1515
},
1616
{
17-
"path": "../../../packages/react"
17+
"path": "./tsconfig.app.json"
1818
},
1919
{
20-
"path": "../components"
20+
"path": "./tsconfig.spec.json"
2121
}
2222
]
2323
}

packages/ui/examples/react/sign-up-in/tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
},
99
"references": [
1010
{
11-
"path": "./tsconfig.app.json"
11+
"path": "../../../packages/react"
1212
},
1313
{
14-
"path": "./tsconfig.spec.json"
14+
"path": "../components"
1515
},
1616
{
17-
"path": "../../../packages/react"
17+
"path": "./tsconfig.app.json"
1818
},
1919
{
20-
"path": "../components"
20+
"path": "./tsconfig.spec.json"
2121
}
2222
]
2323
}

packages/ui/examples/react/uploads-list/tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
},
99
"references": [
1010
{
11-
"path": "./tsconfig.app.json"
11+
"path": "../../../packages/react"
1212
},
1313
{
14-
"path": "./tsconfig.spec.json"
14+
"path": "../components"
1515
},
1616
{
17-
"path": "../../../packages/react"
17+
"path": "./tsconfig.app.json"
1818
},
1919
{
20-
"path": "../components"
20+
"path": "./tsconfig.spec.json"
2121
}
2222
]
2323
}

0 commit comments

Comments
 (0)