|
16 | 16 | "scripts": { |
17 | 17 | "api": "rimraf \"content/api/*\" & node build/api.js", |
18 | 18 | "build": "gatsby build", |
19 | | - "develop": "gatsby develop", |
| 19 | + "develop": "NODE_OPTIONS=--max-old-space-size=8192 gatsby develop", |
20 | 20 | "dist": "run-s api build", |
21 | 21 | "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"", |
22 | 22 | "start": "gatsby develop", |
|
26 | 26 | "dependencies": { |
27 | 27 | "@coreui/chartjs": "^3.0.0", |
28 | 28 | "@coreui/coreui": "^4.2.4", |
29 | | - "@coreui/icons": "^2.1.0", |
| 29 | + "@coreui/icons": "^3.0.0-0", |
30 | 30 | "@coreui/icons-react": "^2.0.0", |
31 | 31 | "@coreui/react-chartjs": "^2.0.0", |
32 | | - "@mdx-js/mdx": "^1.6.22", |
33 | | - "@mdx-js/react": "^1.6.22", |
| 32 | + "@mdx-js/mdx": "^2.2.1", |
| 33 | + "@mdx-js/react": "^2.2.1", |
34 | 34 | "@types/react-helmet": "^6.1.6", |
35 | | - "gatsby": "^4.25.0", |
36 | | - "gatsby-plugin-google-gtag": "^4.25.0", |
37 | | - "gatsby-plugin-image": "^2.25.0", |
38 | | - "gatsby-plugin-manifest": "^4.25.0", |
39 | | - "gatsby-plugin-mdx": "^3.18.0", |
40 | | - "gatsby-plugin-offline": "^5.25.0", |
41 | | - "gatsby-plugin-react-helmet": "^5.25.0", |
42 | | - "gatsby-plugin-sass": "^5.25.0", |
43 | | - "gatsby-plugin-sharp": "^4.25.0", |
44 | | - "gatsby-plugin-sitemap": "^5.25.0", |
45 | | - "gatsby-remark-autolink-headers": "^5.25.0", |
| 35 | + "gatsby": "^5.4.2", |
| 36 | + "gatsby-plugin-google-gtag": "^5.4.0", |
| 37 | + "gatsby-plugin-image": "^3.4.0", |
| 38 | + "gatsby-plugin-manifest": "^5.4.0", |
| 39 | + "gatsby-plugin-mdx": "^5.4.0", |
| 40 | + "gatsby-plugin-offline": "^6.4.0", |
| 41 | + "gatsby-plugin-react-helmet": "^6.4.0", |
| 42 | + "gatsby-plugin-sass": "^6.4.0", |
| 43 | + "gatsby-plugin-sharp": "^5.4.0", |
| 44 | + "gatsby-plugin-sitemap": "^6.4.0", |
| 45 | + "gatsby-remark-autolink-headers": "^6.4.0", |
46 | 46 | "gatsby-remark-external-links": "^0.0.4", |
47 | | - "gatsby-source-filesystem": "^4.25.0", |
48 | | - "gatsby-transformer-sharp": "^4.25.0", |
| 47 | + "gatsby-source-filesystem": "^5.4.0", |
| 48 | + "gatsby-transformer-sharp": "^5.4.0", |
49 | 49 | "glob": "^7.2.0", |
50 | 50 | "globby": "^11.0.4", |
51 | 51 | "prism-react-renderer": "^1.3.5", |
|
55 | 55 | "react-docgen-typescript": "^2.2.2", |
56 | 56 | "react-dom": "^18.2.0", |
57 | 57 | "react-helmet": "^6.1.0", |
58 | | - "remark-html": "^13.0.2", |
59 | 58 | "rimraf": "^3.0.2", |
60 | 59 | "sass": "^1.57.0" |
61 | 60 | }, |
|
0 commit comments