|
22 | 22 | "check-all": "npm-run-all prettier lint:fix tsc" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | | - "@codesandbox/sandpack-react": "1.15.5", |
| 25 | + "@codesandbox/sandpack-react": "2.6.0", |
26 | 26 | "@docsearch/css": "3.0.0-alpha.41", |
27 | 27 | "@docsearch/react": "3.0.0-alpha.41", |
28 | 28 | "@headlessui/react": "^1.7.0", |
|
32 | 32 | "debounce": "^1.2.1", |
33 | 33 | "ga-lite": "^2.1.4", |
34 | 34 | "github-slugger": "^1.3.0", |
35 | | - "next": "12.3.2-canary.7", |
| 35 | + "next": "^13.4.1", |
36 | 36 | "next-remote-watch": "^1.0.0", |
37 | 37 | "parse-numeric-range": "^1.2.0", |
38 | | - "react": "0.0.0-experimental-cb5084d1c-20220924", |
39 | | - "react-collapsed": "npm:@gaearon/[email protected]", |
40 | | - "react-dom": "0.0.0-experimental-cb5084d1c-20220924", |
| 38 | + "react": "^0.0.0-experimental-16d053d59-20230506", |
| 39 | + "react-collapsed": "4.0.4", |
| 40 | + "react-dom": "^0.0.0-experimental-16d053d59-20230506", |
41 | 41 | "remark-frontmatter": "^4.0.1", |
42 | 42 | "remark-gfm": "^3.0.1" |
43 | 43 | }, |
|
92 | 92 | "retext": "^7.0.1", |
93 | 93 | "retext-smartypants": "^4.0.0", |
94 | 94 | "rss": "^1.2.2", |
95 | | - "tailwindcss": "^3.0.22", |
| 95 | + "tailwindcss": "^3.3.2", |
96 | 96 | "typescript": "^4.0.2", |
97 | 97 | "unist-util-visit": "^2.0.3", |
98 | 98 | "webpack-bundle-analyzer": "^4.5.0" |
99 | 99 | }, |
100 | 100 | "engines": { |
101 | | - "node": ">=12.x" |
| 101 | + "node": "^16.8.0 || ^18.0.0 || ^19.0.0 || ^20.0.0" |
102 | 102 | }, |
103 | 103 | "nextBundleAnalysis": { |
104 | 104 | "budget": null, |
|
0 commit comments