|
1 | 1 | { |
2 | 2 | "name": "scroll.io", |
3 | | - "version": "5.4.0", |
| 3 | + "version": "5.4.1", |
4 | 4 | "private": false, |
5 | 5 | "license": "MIT", |
6 | 6 | "scripts": { |
|
20 | 20 | "@emotion/server": "^11.11.0", |
21 | 21 | "@emotion/styled": "^11.11.0", |
22 | 22 | "@ethereum-attestation-service/eas-sdk": "^1.5.0", |
23 | | - "@mui/icons-material": "^5.8.4", |
24 | | - "@mui/lab": "^5.0.0-alpha.108", |
25 | | - "@mui/material": "^5.13.5", |
26 | | - "@mui/material-nextjs": "^5.15.5", |
| 23 | + "@mdx-js/loader": "^3.1.0", |
| 24 | + "@mdx-js/react": "^3.1.0", |
| 25 | + "@mui/icons-material": "6", |
| 26 | + "@mui/lab": "^6.0.0-beta.23", |
| 27 | + "@mui/material": "6", |
| 28 | + "@mui/material-nextjs": "6", |
27 | 29 | "@next/third-parties": "^15.1.5", |
| 30 | + "@next/mdx": "^15.1.5", |
28 | 31 | "@rainbow-me/rainbowkit": "^2.1.2", |
29 | 32 | "@sentry/nextjs": "^7.95.0", |
30 | 33 | "@tanstack/react-query": "^5.55.3", |
| 34 | + "@tanstack/react-virtual": "^3.11.2", |
| 35 | + "@types/mdx": "^2.0.13", |
31 | 36 | "@typescript-eslint/parser": "^8.4.0", |
32 | 37 | "copy-to-clipboard": "^3.3.2", |
33 | 38 | "dayjs": "^1.11.5", |
34 | 39 | "ethers": "6.12.0", |
35 | | - "framer-motion": "^9.0.4", |
36 | 40 | "immer": "^9.0.7", |
37 | 41 | "lodash": "^4.17.21", |
38 | | - "next": "14.2.19", |
| 42 | + "motion": "^11.18.1", |
| 43 | + "next": "15.1.4", |
39 | 44 | "notistack": "^3.0.1", |
40 | 45 | "number-flip": "^1.2.3", |
41 | 46 | "numbro": "^2.3.6", |
42 | 47 | "path-to-regexp": "^6.2.1", |
43 | | - "react": "^18.2.0", |
| 48 | + "react": "19.0.0", |
44 | 49 | "react-awesome-reveal": "^4.2.5", |
45 | 50 | "react-cool-img": "^1.2.12", |
46 | 51 | "react-countdown": "^2.3.2", |
47 | 52 | "react-device-detect": "^2.2.3", |
48 | | - "react-dom": "^18.2.0", |
| 53 | + "react-dom": "19.0.0", |
49 | 54 | "react-fast-marquee": "^1.6.5", |
50 | 55 | "react-mailchimp-subscribe": "^2.1.3", |
51 | | - "react-markdown": "^8.0.3", |
| 56 | + "react-markdown": "^9.0.3", |
52 | 57 | "react-use": "^17.4.0", |
53 | | - "react-virtualized": "^9.22.5", |
54 | | - "rehype-katex": "^6.0.2", |
55 | | - "rehype-raw": "^6.1.1", |
| 58 | + "rehype-katex": "^7.0.1", |
| 59 | + "rehype-raw": "^7.0.0", |
56 | 60 | "rehype-sanitize": "^6.0.0", |
57 | | - "remark-gfm": "^3.0.1", |
58 | | - "remark-math": "^5.1.1", |
| 61 | + "remark-gfm": "^4.0.0", |
| 62 | + "remark-math": "^6.0.0", |
59 | 63 | "squirrel-gill": "1.0.5", |
60 | 64 | "swiper": "^10.1.0", |
61 | 65 | "swr": "^2.1.3", |
|
73 | 77 | "@trivago/prettier-plugin-sort-imports": "^4.0.0", |
74 | 78 | "@types/lodash": "^4.14.186", |
75 | 79 | "@types/node": "^20.10.6", |
76 | | - "@types/react": "^18.0.15", |
77 | | - "@types/react-dom": "^18.0.6", |
| 80 | + "@types/react": "19.0.4", |
| 81 | + "@types/react-dom": "19.0.2", |
78 | 82 | "@types/react-helmet": "^6.1.6", |
79 | 83 | "@types/three": "^0.128.0", |
80 | 84 | "@typescript-eslint/eslint-plugin": "^8.4.0", |
81 | 85 | "autoprefixer": "^10.4.12", |
82 | 86 | "cross-env": "^7.0.3", |
83 | 87 | "eslint": "^8", |
84 | | - "eslint-config-next": "14.0.4", |
| 88 | + "eslint-config-next": "15.1.4", |
85 | 89 | "eslint-config-prettier": "^9.1.0", |
86 | 90 | "eslint-plugin-prettier": "^5.1.3", |
87 | 91 | "husky": "^8.0.2", |
|
96 | 100 | "engines": { |
97 | 101 | "node": "22.x" |
98 | 102 | }, |
99 | | - "packageManager": "yarn@1.22.19" |
| 103 | + "packageManager": "yarn@1.22.19", |
| 104 | + "resolutions": { |
| 105 | + "@types/react": "19.0.4", |
| 106 | + "@types/react-dom": "19.0.2" |
| 107 | + } |
100 | 108 | } |
0 commit comments