|
22 | 22 | "deploy": "gatsby build && gh-pages -d public"
|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
25 |
| - "@mdx-js/mdx": "^1.6.22", |
26 |
| - "@mdx-js/react": "^1.6.22", |
| 25 | + "@mdx-js/mdx": "^2.3.0", |
| 26 | + "@mdx-js/react": "^2.3.0", |
| 27 | + "@sindresorhus/slugify": "^2.2.1", |
27 | 28 | "@types/github-slugger": "^1.3.0",
|
28 | 29 | "@types/react-helmet": "^6.1.3",
|
29 |
| - "@types/styled-components": "^5.1.25", |
30 |
| - "babel-plugin-styled-components": "^2.0.7", |
31 |
| - "gatsby": "^4.13.1", |
32 |
| - "gatsby-plugin-image": "^2.13.0", |
33 |
| - "gatsby-plugin-mdx": "^3.13.0", |
34 |
| - "gatsby-plugin-mdx-frontmatter": "^0.0.4", |
35 |
| - "gatsby-plugin-react-helmet": "^5.15.0", |
36 |
| - "gatsby-plugin-sharp": "^4.13.0", |
37 |
| - "gatsby-plugin-sitemap": "^5.15.1", |
38 |
| - "gatsby-plugin-styled-components": "^5.13.0", |
39 |
| - "gatsby-plugin-typescript": "^4.13.0", |
40 |
| - "gatsby-remark-autolink-headers": "^5.14.0", |
41 |
| - "gatsby-source-filesystem": "^4.13.0", |
42 |
| - "gatsby-transformer-remark": "^5.14.0", |
43 |
| - "gatsby-transformer-sharp": "^4.13.0", |
| 30 | + "gatsby": "^5.14.0", |
| 31 | + "gatsby-plugin-image": "^3.14.0", |
| 32 | + "gatsby-plugin-mdx": "^5.14.0", |
| 33 | + "gatsby-plugin-react-helmet": "^6.14.0", |
| 34 | + "gatsby-plugin-sharp": "^5.14.0", |
| 35 | + "gatsby-plugin-sitemap": "^6.14.0", |
| 36 | + "gatsby-plugin-styled-components": "^6.14.0", |
| 37 | + "gatsby-plugin-typescript": "^5.14.0", |
| 38 | + "gatsby-remark-autolink-headers": "^6.14.0", |
| 39 | + "gatsby-source-filesystem": "^5.14.0", |
| 40 | + "gatsby-transformer-remark": "^6.14.0", |
| 41 | + "gatsby-transformer-sharp": "^5.14.0", |
44 | 42 | "github-slugger": "^1.4.0",
|
| 43 | + "mdast-util-to-string": "^4.0.0", |
45 | 44 | "mdx-embed": "^1.1.2",
|
46 | 45 | "prism-react-renderer": "^1.3.3",
|
47 | 46 | "prismjs": "^1.29.0",
|
48 |
| - "react": "^17.0.1", |
49 |
| - "react-dom": "^17.0.1", |
| 47 | + "react": "18.3.1", |
| 48 | + "react-dom": "18.3.1", |
50 | 49 | "react-helmet": "^6.1.0",
|
51 |
| - "styled-components": "^5.3.5" |
| 50 | + "styled-components": "^6.0.0", |
| 51 | + "stylis": "^4.0.0", |
| 52 | + "unist-util-visit": "^5.0.0" |
52 | 53 | },
|
53 | 54 | "devDependencies": {
|
54 |
| - "babel-preset-gatsby": "^1.14.0", |
55 |
| - "eslint": "^7.32.0", |
56 |
| - "eslint-config-prettier": "^8.3.0", |
57 |
| - "eslint-plugin-import": "^2.24.2", |
58 |
| - "eslint-plugin-prettier": "^4.0.0", |
59 |
| - "eslint-plugin-react": "^7.25.1", |
| 55 | + "babel-plugin-styled-components": "^2.1.4", |
| 56 | + "babel-preset-gatsby": "^3.14.0", |
60 | 57 | "gh-pages": "^3.2.3",
|
61 | 58 | "prettier": "^2.4.0"
|
62 | 59 | }
|
|
0 commit comments