|
14 | 14 | "bugs": {
|
15 | 15 | "url": "https://github.com/autonomys/astral/issues"
|
16 | 16 | },
|
| 17 | + "engines": { |
| 18 | + "node": ">=20.8.0" |
| 19 | + }, |
17 | 20 | "scripts": {
|
18 | 21 | "dev": "next dev",
|
19 | 22 | "build": "next build",
|
|
31 | 34 | "dependencies": {
|
32 | 35 | "@apollo/client": "^3.13.2",
|
33 | 36 | "@apollo/experimental-nextjs-app-support": "^0.11.9",
|
34 |
| - "@autonomys/auto-consensus": "^1.3.4", |
35 |
| - "@autonomys/auto-drive": "^1.3.4", |
36 |
| - "@autonomys/auto-utils": "^1.3.4", |
37 |
| - "@autonomys/auto-xdm": "^1.3.4", |
| 37 | + "@autonomys/auto-consensus": "^1.4.0", |
| 38 | + "@autonomys/auto-drive": "^1.4.0", |
| 39 | + "@autonomys/auto-utils": "^1.4.0", |
| 40 | + "@autonomys/auto-xdm": "^1.4.0", |
38 | 41 | "@floating-ui/react": "^0.27.5",
|
39 | 42 | "@headlessui/react": "^1.7.19",
|
40 | 43 | "@headlessui/tailwindcss": "^0.2.2",
|
|
97 | 100 | "devDependencies": {
|
98 | 101 | "@discordjs/rest": "^2.2.0",
|
99 | 102 | "@graphql-codegen/cli": "^5.0.5",
|
100 |
| - "@graphql-codegen/client-preset": "^4.6.4", |
| 103 | + "@graphql-codegen/client-preset": "^4.7.0", |
101 | 104 | "@graphql-codegen/typescript-react-apollo": "^4.3.2",
|
102 | 105 | "@next/eslint-plugin-next": "^14.1.3",
|
103 | 106 | "@svgr/webpack": "^8.1.0",
|
|
0 commit comments