|
10 | 10 | "url": "https://layer5.io" |
11 | 11 | }, |
12 | 12 | "scripts": { |
13 | | - "build": "gatsby build", |
| 13 | + "build": "node --max-old-space-size=8192 node_modules/.bin/gatsby build", |
14 | 14 | "clean": "gatsby clean && rimraf node_modules", |
15 | | - "develop": "cross-env NODE_OPTIONS=--max-old-space-size=10096 gatsby develop", |
| 15 | + "develop": "node --max-old-space-size=8192 node_modules/.bin/env-cmd -f .env.development gatsby develop", |
16 | 16 | "dev": "npm run develop", |
17 | 17 | "start": "npm run develop", |
18 | 18 | "serve": "gatsby serve", |
|
36 | 36 | "@fullcalendar/react": "^6.1.8", |
37 | 37 | "@layer5/meshery-design-embed": "^0.4.0", |
38 | 38 | "@loadable/component": "^5.16.4", |
39 | | - "@mdx-js/mdx": "1.6.22", |
40 | | - "@mdx-js/react": "1.6.22", |
| 39 | + "@mdx-js/mdx": "2.3.0", |
| 40 | + "@mdx-js/react": "2.3.0", |
41 | 41 | "@mediacurrent/gatsby-plugin-silence-css-order-warning": "^1.0.0", |
42 | 42 | "@mui/icons-material": "^6.4.6", |
43 | 43 | "@mui/material": "^5.15.11", |
|
63 | 63 | "gatsby-plugin-feed": "^5.11.0", |
64 | 64 | "gatsby-plugin-image": "^3.11.0", |
65 | 65 | "gatsby-plugin-loadable-components-ssr": "^4.3.2", |
66 | | - "gatsby-plugin-manifest": "^5.11.0", |
67 | | - "gatsby-plugin-mdx": "3.20.0", |
| 66 | + "gatsby-plugin-manifest": "^5.15.0", |
| 67 | + "gatsby-plugin-mdx": "^5.0.0", |
68 | 68 | "gatsby-plugin-meta-redirect": "github:layer5labs/gatsby-plugin-meta-redirect", |
69 | 69 | "gatsby-plugin-netlify": "^5.1.1", |
70 | 70 | "gatsby-plugin-preload-fonts": "^4.11.0", |
71 | 71 | "gatsby-plugin-robots-txt": "^1.8.0", |
72 | | - "gatsby-plugin-sharp": "^5.11.0", |
| 72 | + "gatsby-plugin-sharp": "^5.15.0", |
73 | 73 | "gatsby-plugin-sitemap": "^6.11.0", |
74 | 74 | "gatsby-plugin-styled-components": "^6.14.0", |
75 | 75 | "gatsby-plugin-svgr": "^3.0.0-beta.0", |
76 | 76 | "gatsby-redirect-from": "1.0.4", |
| 77 | + "gatsby-remark-images-contentful": "^6.15.0", |
| 78 | + "gatsby-source-contentful": "^8.16.0", |
77 | 79 | "gatsby-source-filesystem": "^5.14.0", |
78 | | - "gatsby-transformer-sharp": "^5.11.0", |
| 80 | + "gatsby-transformer-sharp": "^5.15.0", |
| 81 | + "gatsby-transformer-sqip": "^5.15.0", |
79 | 82 | "gbimage-bridge": "^0.2.2", |
80 | 83 | "gsap": "^3.12.2", |
81 | 84 | "joi": "^17.10.2", |
|
0 commit comments