|
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "preinstall": "npx only-allow pnpm", |
7 | | - "dev": "next dev --turbo", |
| 7 | + "dev": "next dev --turbopack", |
8 | 8 | "build": "next build", |
9 | 9 | "start": "next start", |
10 | 10 | "format": "biome format ./src --write", |
|
52 | 52 | "@tanstack/react-query": "5.59.19", |
53 | 53 | "@tanstack/react-table": "^8.17.3", |
54 | 54 | "@thirdweb-dev/service-utils": "workspace:*", |
| 55 | + "@vercel/functions": "^1.4.2", |
55 | 56 | "@vercel/og": "^0.6.2", |
56 | 57 | "abitype": "1.0.6", |
57 | 58 | "chakra-react-select": "^4.7.6", |
|
68 | 69 | "ipaddr.js": "^2.2.0", |
69 | 70 | "lottie-react": "^2.4.0", |
70 | 71 | "lucide-react": "0.454.0", |
71 | | - "next": "14.2.15", |
72 | 72 | "next-plausible": "^3.12.3", |
| 73 | + "next": "15.0.2", |
73 | 74 | "next-seo": "^6.5.0", |
74 | 75 | "next-themes": "^0.3.0", |
75 | 76 | "nextjs-toploader": "^1.6.12", |
|
79 | 80 | "prism-react-renderer": "^2.3.1", |
80 | 81 | "prismjs": "^1.29.0", |
81 | 82 | "qrcode": "^1.5.3", |
82 | | - "react": "18.3.1", |
| 83 | + "react": "19.0.0-rc-69d4b800-20241021", |
83 | 84 | "react-children-utilities": "^2.10.0", |
84 | 85 | "react-day-picker": "^8.10.1", |
85 | | - "react-dom": "18.3.1", |
86 | 86 | "react-dropzone": "^14.3.5", |
| 87 | + "react-dom": "19.0.0-rc-69d4b800-20241021", |
87 | 88 | "react-error-boundary": "^4.1.2", |
88 | 89 | "react-hook-form": "7.52.0", |
89 | 90 | "react-markdown": "^9.0.1", |
|
105 | 106 | "devDependencies": { |
106 | 107 | "@chakra-ui/cli": "^2.4.1", |
107 | 108 | "@chromatic-com/storybook": "2.0.2", |
108 | | - "@next/bundle-analyzer": "14.2.15", |
109 | | - "@next/eslint-plugin-next": "14.2.15", |
| 109 | + "@next/bundle-analyzer": "15.0.2", |
| 110 | + "@next/eslint-plugin-next": "15.0.2", |
110 | 111 | "@playwright/test": "1.48.2", |
111 | 112 | "@storybook/addon-essentials": "8.4.1", |
112 | 113 | "@storybook/addon-interactions": "8.4.1", |
|
122 | 123 | "@types/papaparse": "^5.3.15", |
123 | 124 | "@types/pluralize": "^0.0.33", |
124 | 125 | "@types/qrcode": "^1.5.5", |
125 | | - "@types/react": "^18.3.11", |
126 | | - "@types/react-dom": "^18.3.1", |
| 126 | + "@types/react": "npm:[email protected]", |
| 127 | + "@types/react-dom": "npm:[email protected].1", |
127 | 128 | "@types/react-table": "^7.7.20", |
128 | 129 | "@types/spdx-correct": "^3.1.3", |
129 | 130 | "@types/swagger-ui-react": "^4.18.3", |
|
133 | 134 | "checkly": "^4.8.1", |
134 | 135 | "eslint": "8.57.0", |
135 | 136 | "eslint-config-biome": "1.9.3", |
136 | | - "eslint-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014", |
| 137 | + "eslint-plugin-react-compiler": "19.0.0-beta-8a03594-20241020", |
137 | 138 | "eslint-plugin-storybook": "^0.9.0", |
138 | 139 | "knip": "5.36.2", |
139 | 140 | "next-sitemap": "^4.2.3", |
|
0 commit comments