Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ddadaal committed May 31, 2019
1 parent 2cc2e06 commit 740ec93
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 112 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,6 @@ $RECYCLE.BIN/

# files containing sensitive information
localdeploy.sh

# out
out/
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,35 +23,35 @@
"node": ">=8.0.0"
},
"dependencies": {
"@babel/core": "^7.4.4",
"@babel/core": "^7.4.5",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"dayjs": "^1.8.14",
"gatsby": "^2.5.4",
"gatsby": "^2.7.5",
"gatsby-plugin-canonical-urls": "^2.0.13",
"gatsby-plugin-catch-links": "^2.0.14",
"gatsby-plugin-feed": "^2.2.0",
"gatsby-plugin-catch-links": "^2.0.15",
"gatsby-plugin-feed": "^2.2.1",
"gatsby-plugin-layout": "^1.0.15",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-nprogress": "^2.0.10",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.37",
"gatsby-plugin-sharp": "^2.1.2",
"gatsby-plugin-sitemap": "^2.1.0",
"gatsby-plugin-styled-components": "^3.0.7",
"gatsby-plugin-typescript": "^2.0.14",
"gatsby-remark-copy-linked-files": "^2.0.12",
"gatsby-remark-emoji": "^0.0.2",
"gatsby-remark-images": "^3.0.11",
"gatsby-plugin-typescript": "^2.0.15",
"gatsby-remark-copy-linked-files": "^2.0.13",
"gatsby-remark-emoji": "^0.0.3",
"gatsby-remark-images": "^3.0.14",
"gatsby-remark-prismjs": "^3.2.9",
"gatsby-remark-responsive-iframe": "^2.1.1",
"gatsby-remark-smartypants": "^2.0.9",
"gatsby-source-apiserver": "^2.1.1",
"gatsby-source-filesystem": "^2.0.36",
"gatsby-source-filesystem": "^2.0.37",
"gatsby-transformer-json": "^2.1.11",
"gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-sharp": "^2.1.19",
"gatsby-transformer-sharp": "^2.1.20",
"gitalk": "^1.5.0",
"normalize.css": "^8.0.1",
"prism-themes": "^1.1.0",
Expand All @@ -63,16 +63,16 @@
"reactstrap": "^8.0.0",
"rehype-react": "^3.1.0",
"simstate": "^2.0.1",
"styled-components": "^4.2.0",
"styled-components": "^4.2.1",
"styled-normalize": "^8.0.6",
"tslib": "^1.9.3",
"typescript": "3.3.4000"
"typescript": "3.5.1"
},
"devDependencies": {
"@types/classnames": "^2.2.7",
"@types/classnames": "^2.2.8",
"@types/history": "^4.7.2",
"@types/node": "^12.0.2",
"@types/react": "^16.8.17",
"@types/node": "^12.0.4",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@types/react-helmet": "^5.0.8",
"@types/reactstrap": "^8.0.1",
Expand All @@ -82,7 +82,7 @@
"gatsby-plugin-root-import": "^2.0.5",
"github-slugger": "^1.2.1",
"node-sass": "^4.12.0",
"tslint": "^5.16.0",
"tslint": "^5.17.0",
"tslint-react": "^4.0.0",
"typescript-styled-plugin": "^0.14.0"
},
Expand Down
Loading

0 comments on commit 740ec93

Please sign in to comment.