Skip to content

Commit 655ed12

Browse files
committed
Update versions
1 parent 5af877c commit 655ed12

File tree

2 files changed

+27
-25
lines changed

2 files changed

+27
-25
lines changed

content/blog/2022-09-02-ship-it-con-2022.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ tags: []
88

99
# Ship It Con 2022
1010

11-
Notes from the ship it con.
11+
Notes from the ship it con.
12+
13+
And a line.

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
22
"name": "emeraldjava.github.io",
33
"private": true,
4-
"description": "A Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links",
5-
"version": "0.1.0",
4+
"description": "The notes of emeraldjava using Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links",
5+
"version": "0.1.1",
66
"author": "emeraldjava <https://github.com/emeraldjava>",
77
"dependencies": {
8-
"bootstrap": "^5.1.3",
9-
"gatsby": "^4.8.0",
10-
"gatsby-plugin-feed": "^4.8.0",
11-
"gatsby-plugin-gatsby-cloud": "^4.8.0",
12-
"gatsby-plugin-google-analytics": "^4.8.0",
13-
"gatsby-plugin-image": "^2.8.0",
14-
"gatsby-plugin-manifest": "^4.8.0",
15-
"gatsby-plugin-offline": "^5.8.0",
16-
"gatsby-plugin-react-helmet": "^5.8.0",
17-
"gatsby-plugin-sharp": "^4.8.0",
18-
"gatsby-remark-copy-linked-files": "^5.8.0",
8+
"bootstrap": "^5.2.0",
9+
"gatsby": "^4.22.0",
10+
"gatsby-plugin-feed": "^4.22.0",
11+
"gatsby-plugin-gatsby-cloud": "^4.22.0",
12+
"gatsby-plugin-google-analytics": "^4.22.0",
13+
"gatsby-plugin-image": "^2.22.0",
14+
"gatsby-plugin-manifest": "^4.22.0",
15+
"gatsby-plugin-offline": "^5.22.0",
16+
"gatsby-plugin-react-helmet": "^5.22.0",
17+
"gatsby-plugin-sharp": "^4.22.0",
18+
"gatsby-remark-copy-linked-files": "^5.22.0",
1919
"gatsby-remark-embed-gist": "^1.2.1",
20-
"gatsby-remark-images": "^6.8.0",
21-
"gatsby-remark-prismjs": "^6.8.0",
22-
"gatsby-remark-responsive-iframe": "^5.8.0",
23-
"gatsby-remark-smartypants": "^5.8.0",
24-
"gatsby-source-filesystem": "^4.8.0",
20+
"gatsby-remark-images": "^6.22.0",
21+
"gatsby-remark-prismjs": "^6.22.0",
22+
"gatsby-remark-responsive-iframe": "^5.22.0",
23+
"gatsby-remark-smartypants": "^5.22.0",
24+
"gatsby-source-filesystem": "^4.22.0",
2525
"gatsby-theme-blog-core": "^4.0.0",
26-
"gatsby-transformer-remark": "^5.8.0",
27-
"gatsby-transformer-sharp": "^4.8.0",
28-
"prismjs": "^1.27.0",
26+
"gatsby-transformer-remark": "^5.22.0",
27+
"gatsby-transformer-sharp": "^4.22.0",
28+
"prismjs": "^1.29.0",
2929
"react": "^17.0.2",
3030
"react-dom": "^17.0.2",
3131
"react-helmet": "^6.1.0",
32-
"react-icons": "^4.3.1",
32+
"react-icons": "^4.4.0",
3333
"typeface-merriweather": "1.1.13",
3434
"typeface-montserrat": "1.1.13"
3535
},
3636
"devDependencies": {
37-
"prettier": "^2.5.1"
37+
"prettier": "^2.7.1"
3838
},
3939
"keywords": [
4040
"gatsby"
@@ -55,4 +55,4 @@
5555
"bugs": {
5656
"url": "https://github.com/gatsbyjs/gatsby/issues"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)