|
14 | 14 | "setup-staging": "node scripts/setupStaging.mjs",
|
15 | 15 | "create-lighthouse-json": "node scripts/createLighthouseJSON.js",
|
16 | 16 | "compile-index-examples": "node scripts/runTwoslashIndexExamples.js light; node scripts/runTwoslashIndexExamples.js dark",
|
17 |
| - "start": "TWOSLASH_DISABLE=true gatsby develop", |
18 |
| - "start-twoslash": "gatsby develop", |
| 17 | + "start": "gatsby develop", |
19 | 18 | "serve": "gatsby serve",
|
20 | 19 | "test": "yarn tsc && jest"
|
21 | 20 | },
|
|
28 | 27 | "@typescript/sandbox": "0.1.0",
|
29 | 28 | "@typescript/twoslash": "2.1.0",
|
30 | 29 | "canvas": "^2.6.1",
|
31 |
| - "gatsby": "^3.2.1", |
32 |
| - "gatsby-link": "3.2.0", |
33 |
| - "gatsby-plugin-catch-links": "^3.2.0", |
| 30 | + "gatsby": "^3.8.1", |
| 31 | + "gatsby-link": "3.10.0", |
| 32 | + "gatsby-plugin-catch-links": "^3.10.0", |
34 | 33 | "gatsby-plugin-client-side-redirect": "orta/gatsby-plugin-client-side-redirect#index",
|
35 | 34 | "gatsby-plugin-i18n": "^1.0.1",
|
36 |
| - "gatsby-plugin-manifest": "^3.2.0", |
37 |
| - "gatsby-plugin-offline": "^4.2.0", |
38 |
| - "gatsby-plugin-react-helmet": "^4.2.0", |
39 |
| - "gatsby-plugin-sass": "^4.2.0", |
40 |
| - "gatsby-plugin-sharp": "^3.2.1", |
41 |
| - "gatsby-plugin-sitemap": "^3.2.0", |
42 |
| - "gatsby-plugin-typegen": "^2.2.1", |
43 |
| - "gatsby-react-router-scroll": "4.2.0", |
44 |
| - "gatsby-remark-autolink-headers": "^3.2.0", |
45 |
| - "gatsby-remark-copy-linked-files": "^3.2.0", |
| 35 | + "gatsby-plugin-manifest": "^3.10.0", |
| 36 | + "gatsby-plugin-offline": "^4.10.0", |
| 37 | + "gatsby-plugin-react-helmet": "^4.10.0", |
| 38 | + "gatsby-plugin-sass": "^4.10.0", |
| 39 | + "gatsby-plugin-sharp": "^3.10.2", |
| 40 | + "gatsby-plugin-sitemap": "^4.6.0", |
| 41 | + "gatsby-plugin-typegen": "^2.2.4", |
| 42 | + "gatsby-react-router-scroll": "4.10.0", |
| 43 | + "gatsby-remark-autolink-headers": "^4.7.0", |
| 44 | + "gatsby-remark-copy-linked-files": "^4.7.0", |
46 | 45 | "gatsby-remark-emojis": "^0.4.3",
|
47 |
| - "gatsby-remark-images": "^4.2.0", |
48 |
| - "gatsby-remark-responsive-iframe": "^3.2.0", |
49 |
| - "gatsby-remark-shiki-twoslash": "^2.0.1", |
50 |
| - "gatsby-remark-smartypants": "^3.2.0", |
51 |
| - "gatsby-source-filesystem": "^3.2.0", |
52 |
| - "gatsby-transformer-remark": "^3.2.0", |
| 46 | + "gatsby-remark-images": "^5.7.0", |
| 47 | + "gatsby-remark-responsive-iframe": "^4.7.0", |
| 48 | + "gatsby-remark-shiki-twoslash": "^3.0.14", |
| 49 | + "gatsby-remark-smartypants": "^4.7.0", |
| 50 | + "gatsby-source-filesystem": "^3.8.0", |
| 51 | + "gatsby-transformer-remark": "^4.7.0", |
53 | 52 | "jsdom": "^16.2.0",
|
54 |
| - "preact": "^10.5.5", |
55 |
| - "react": "^16.12.0", |
56 |
| - "react-dom": "^16.12.0", |
57 |
| - "react-helmet": "^5.2.1", |
58 |
| - "react-intl": "^3.12.0", |
| 53 | + "preact": "^10.5.13", |
| 54 | + "react": "^16.14.0", |
| 55 | + "react-dom": "^16.14.0", |
| 56 | + "react-helmet": "^6.1.0", |
| 57 | + "react-intl": "^3.12.1", |
59 | 58 | "rehype-shiki": "^0.0.7",
|
60 | 59 | "sass": "^1.26.10",
|
61 | 60 | "ts-debounce": "^2.2.0",
|
|
68 | 67 | "@types/react": "^16.9.20",
|
69 | 68 | "@types/react-dom": "^16.9.5",
|
70 | 69 | "concurrently": "^5.1.0",
|
71 |
| - "gatsby-plugin-typescript": "^3.2.0", |
| 70 | + "gatsby-plugin-typescript": "^3.10.0", |
72 | 71 | "jest": "*",
|
73 | 72 | "ts-jest": "^26.4.4"
|
74 | 73 | },
|
|
0 commit comments