|
6 | 6 | "scripts": {
|
7 | 7 | "analyze": "ANALYZE=true next build",
|
8 | 8 | "dev": "next",
|
9 |
| - "build": "next build && node ./scripts/generateRSS.js && node ./scripts/generateRedirects.js", |
| 9 | + "build": "next build && node ./scripts/generateRSS.js && node ./scripts/generateRedirects.js && node ./scripts/downloadFonts.js", |
10 | 10 | "lint": "next lint",
|
11 | 11 | "lint:fix": "next lint --fix",
|
12 | 12 | "format:source": "prettier --config .prettierrc --write \"{plugins,src}/**/*.{js,ts,jsx,tsx,css}\"",
|
|
22 | 22 | "check-all": "npm-run-all prettier lint:fix tsc"
|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
25 |
| - "@codesandbox/sandpack-react": "v0.14.3-experimental.1", |
| 25 | + "@codesandbox/sandpack-react": "v0.19.8-experimental.4", |
26 | 26 | "@docsearch/css": "3.0.0-alpha.41",
|
27 | 27 | "@docsearch/react": "3.0.0-alpha.41",
|
28 | 28 | "@headlessui/react": "^1.3.0",
|
|
33 | 33 | "debounce": "^1.2.1",
|
34 | 34 | "ga-lite": "^2.1.4",
|
35 | 35 | "github-slugger": "^1.3.0",
|
36 |
| - "next": "^12.0.10", |
| 36 | + "next": "12.1.7-canary.11", |
37 | 37 | "parse-numeric-range": "^1.2.0",
|
38 |
| - "react": "experimental", |
| 38 | + "react": "0.0.0-experimental-82c64e1a4-20220520", |
39 | 39 | "react-collapsed": "3.1.0",
|
40 |
| - "react-dom": "experimental", |
| 40 | + "react-dom": "0.0.0-experimental-82c64e1a4-20220520", |
41 | 41 | "scroll-into-view-if-needed": "^2.2.25"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 | 44 | "@mdx-js/loader": "^1.6.16",
|
45 | 45 | "@types/body-scroll-lock": "^2.6.1",
|
46 | 46 | "@types/classnames": "^2.2.10",
|
| 47 | + "@types/debounce": "^1.2.1", |
47 | 48 | "@types/github-slugger": "^1.3.0",
|
48 | 49 | "@types/mdx-js__react": "^1.5.2",
|
49 | 50 | "@types/node": "^14.6.4",
|
50 | 51 | "@types/parse-numeric-range": "^0.0.1",
|
51 |
| - "@types/react": "^16.9.46", |
52 |
| - "@types/react-dom": "^16.9.8", |
| 52 | + "@types/react": "^18.0.9", |
| 53 | + "@types/react-dom": "^18.0.5", |
53 | 54 | "@typescript-eslint/eslint-plugin": "2.x",
|
54 | 55 | "@typescript-eslint/parser": "2.x",
|
55 | 56 | "asyncro": "^3.0.0",
|
|
0 commit comments