Skip to content

Commit

Permalink
chore: upgrade all demo packages (#156)
Browse files Browse the repository at this point in the history
* fix(demo): fix bio component
  • Loading branch information
raae committed Apr 10, 2022
1 parent 275f480 commit 154164a
Show file tree
Hide file tree
Showing 7 changed files with 6,302 additions and 9,259 deletions.
35 changes: 17 additions & 18 deletions gatsby-remark-oembed-md-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,29 @@
"develop": "gatsby develop -p 8000",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.3",
"@mdx-js/react": "^1.5.3",
"@raae/gatsby-remark-oembed": "^0.1.1",
"dotenv": "8.2.0",
"gatsby": "^2.0.91",
"gatsby-plugin-mdx": "^1.0.64",
"gatsby-plugin-sharp": "^2.0.5",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-remark-copy-linked-files": "^2.0.5",
"gatsby-remark-images": "^2.0.1",
"gatsby-remark-responsive-iframe": "^2.0.5",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-remark": "^2.2.0",
"gatsby-transformer-sharp": "^2.1.1",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"dotenv": "16.0.0",
"gatsby": "^4.11.2",
"gatsby-plugin-mdx": "^3.11.1",
"gatsby-plugin-sharp": "^4.11.1",
"gatsby-plugin-typography": "^4.11.0",
"gatsby-remark-copy-linked-files": "^5.11.0",
"gatsby-remark-images": "^6.11.1",
"gatsby-remark-responsive-iframe": "^5.11.0",
"gatsby-source-filesystem": "^4.11.1",
"gatsby-transformer-remark": "^5.11.1",
"gatsby-transformer-sharp": "^4.11.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-typography": "^0.16.13",
"typeface-merriweather": "0.0.43",
"typeface-montserrat": "0.0.43",
"typeface-merriweather": "1.1.13",
"typeface-montserrat": "1.1.13",
"typography": "^0.16.17",
"typography-theme-wordpress-2016": "^0.15.10"
"typography-theme-wordpress-2016": "^0.16.19"
},
"main": "n/a",
"repository": {
Expand Down
6 changes: 2 additions & 4 deletions gatsby-remark-oembed-md-site/src/components/Bio.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import { Link } from "gatsby";

// Import typefaces
import "typeface-montserrat";
Expand Down Expand Up @@ -46,9 +45,8 @@ class Bio extends React.Component {
marginBottom: 0,
}}
>
Created by @raae: <a href="https://twitter.com/raae">Twitter</a>,{" "}
<a href="https://instagram.com/raae.codes">Instagram</a> or{" "}
<a href="https://raae.codes">raae.codes</a>.
Created by <a href="https://twitter.com/raae">@raae</a>:{" "}
<a href="https://queen.raae.codes">queen.raae.codes</a>.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion gatsby-remark-oembed-mdx-site/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ exports.onCreateNode = ({ node, actions, getNode }) => {
createNodeField({
name: `slug`,
node,
value: `/${relativeFilePath}`,
value: `${relativeFilePath}`,
});
}
};
41 changes: 21 additions & 20 deletions gatsby-remark-oembed-mdx-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,38 @@
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/raae/gatsby-remark-oembed-example-site#readme",
"script": {
"scripts": {
"develop": "gatsby develop -p 8080",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.3",
"@mdx-js/react": "^1.5.3",
"@mdx-js/mdx": "v1",
"@mdx-js/react": "v1",
"@raae/gatsby-remark-oembed": "0.1.1",
"dotenv": "8.2.0",
"gatsby": "^2.0.91",
"gatsby-plugin-mdx": "^1.0.64",
"gatsby-plugin-sharp": "^2.0.5",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-remark-copy-linked-files": "^2.0.5",
"gatsby-remark-images": "^2.0.1",
"gatsby-remark-responsive-iframe": "^2.0.5",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-remark": "^2.2.0",
"gatsby-transformer-sharp": "^2.1.1",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"dotenv": "16.0.0",
"gatsby": "^4.11.2",
"gatsby-plugin-mdx": "^3.11.1",
"gatsby-plugin-sharp": "^4.11.1",
"gatsby-plugin-typography": "^4.11.0",
"gatsby-remark-copy-linked-files": "^5.11.0",
"gatsby-remark-images": "^6.11.1",
"gatsby-remark-responsive-iframe": "^5.11.0",
"gatsby-source-filesystem": "^4.11.1",
"gatsby-transformer-remark": "^5.11.1",
"gatsby-transformer-sharp": "^4.11.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-typography": "^0.16.13",
"typeface-merriweather": "0.0.43",
"typeface-montserrat": "0.0.43",
"typeface-merriweather": "1.1.13",
"typeface-montserrat": "1.1.13",
"typography": "^0.16.17",
"typography-theme-wordpress-2016": "^0.15.10"
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint": "^8.13.0",
"eslint-plugin-react": "^7.11.1"
},
"main": "n/a",
Expand Down
8 changes: 3 additions & 5 deletions gatsby-remark-oembed-mdx-site/src/components/Bio.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import { Link } from "gatsby";

// Import typefaces
import "typeface-montserrat";
Expand Down Expand Up @@ -39,16 +38,15 @@ class Bio extends React.Component {
<a href="https://www.npmjs.com/package/@raae/gatsby-remark-oembed">
gatsby-remark-oembed plugin
</a>{" "}
with MDX content.
with markdown content.
</p>
<p
style={{
marginBottom: 0,
}}
>
Created by @raae: <a href="https://twitter.com/raae">Twitter</a>,{" "}
<a href="https://instagram.com/raae.codes">Instagram</a> or{" "}
<a href="https://raae.codes">raae.codes</a>.
Created by <a href="https://twitter.com/raae">@raae</a>:{" "}
<a href="https://queen.raae.codes">queen.raae.codes</a>.
</p>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
]
},
"devDependencies": {
"husky": "4.3.8",
"lint-staged": "10.5.3",
"prettier": "^2.1.2"
"husky": "7.0.4",
"lint-staged": "12.3.7",
"prettier": "^2.6.2"
}
}
Loading

0 comments on commit 154164a

Please sign in to comment.