|
17 | 17 | "api": "rimraf \"content/$npm_package_config_version_short/api/*\" & node build/api.js", |
18 | 18 | "build": "gatsby build", |
19 | 19 | "develop": "gatsby develop", |
20 | | - "develop:n17": "export NODE_OPTIONS=--openssl-legacy-provider; gatsby develop", |
21 | 20 | "dist": "run-s api build", |
22 | 21 | "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"", |
23 | 22 | "start": "gatsby develop", |
24 | 23 | "serve": "gatsby serve", |
25 | 24 | "clean": "gatsby clean" |
26 | 25 | }, |
27 | 26 | "config": { |
28 | | - "version_short": "4.0" |
| 27 | + "version_short": "4.1" |
29 | 28 | }, |
30 | 29 | "dependencies": { |
31 | 30 | "@coreui/chartjs": "^3.0.0", |
|
35 | 34 | "@coreui/react-chartjs": "^2.0.0", |
36 | 35 | "@mdx-js/mdx": "^1.6.22", |
37 | 36 | "@mdx-js/react": "^1.6.22", |
38 | | - "gatsby": "^3.14.6", |
39 | | - "gatsby-plugin-google-gtag": "^3.14.0", |
40 | | - "gatsby-plugin-image": "^1.14.1", |
41 | | - "gatsby-plugin-manifest": "^3.14.0", |
42 | | - "gatsby-plugin-mdx": "^2.14.0", |
43 | | - "gatsby-plugin-offline": "^4.14.0", |
44 | | - "gatsby-plugin-react-helmet": "^4.14.0", |
45 | | - "gatsby-plugin-sass": "^4.14.0", |
46 | | - "gatsby-plugin-sharp": "^3.14.1", |
47 | | - "gatsby-plugin-sitemap": "^4.10.0", |
48 | | - "gatsby-remark-autolink-headers": "^4.11.0", |
| 37 | + "@types/react-helmet": "^6.1.5", |
| 38 | + "gatsby": "^4.4.0", |
| 39 | + "gatsby-plugin-google-gtag": "^4.4.0", |
| 40 | + "gatsby-plugin-image": "^2.4.0", |
| 41 | + "gatsby-plugin-manifest": "^4.4.0", |
| 42 | + "gatsby-plugin-mdx": "^3.4.0", |
| 43 | + "gatsby-plugin-offline": "^5.4.0", |
| 44 | + "gatsby-plugin-react-helmet": "^5.4.0", |
| 45 | + "gatsby-plugin-sass": "^5.4.0", |
| 46 | + "gatsby-plugin-sharp": "^4.4.0", |
| 47 | + "gatsby-plugin-sitemap": "^5.4.0", |
| 48 | + "gatsby-remark-autolink-headers": "^5.4.0", |
49 | 49 | "gatsby-remark-external-links": "^0.0.4", |
50 | | - "gatsby-source-filesystem": "^3.14.0", |
51 | | - "gatsby-transformer-sharp": "^3.14.0", |
| 50 | + "gatsby-source-filesystem": "^4.4.0", |
| 51 | + "gatsby-transformer-sharp": "^4.4.0", |
52 | 52 | "glob": "^7.2.0", |
53 | 53 | "globby": "^11.0.4", |
54 | 54 | "prism-react-renderer": "^1.2.1", |
55 | 55 | "prismjs": "^1.25.0", |
56 | | - "prop-types": "^15.7.2", |
| 56 | + "prop-types": "^15.8.0", |
57 | 57 | "react": "^17.0.1", |
58 | 58 | "react-docgen-typescript": "^2.1.1", |
59 | 59 | "react-dom": "^17.0.1", |
60 | 60 | "react-github-btn": "^1.2.1", |
61 | 61 | "react-helmet": "^6.1.0", |
62 | 62 | "remark-html": "^13.0.2", |
63 | 63 | "rimraf": "^3.0.2", |
64 | | - "sass": "^1.43.5" |
| 64 | + "sass": "^1.45.1" |
65 | 65 | }, |
66 | 66 | "devDependencies": { |
67 | 67 | "npm-run-all": "^4.1.5" |
|
0 commit comments