Skip to content

Commit 9f4e3e7

Browse files
authoredDec 17, 2019
Merge pull request #56 from diffhq/renovate/pin-dependencies
Pin dependencies
2 parents 76b2ccf + fb54600 commit 9f4e3e7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
 

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
"author": "Jedd Fenner <jedd@diff.uk>",
66
"dependencies": {
77
"babel-plugin-styled-components": "1.10.6",
8-
"dotenv": "^8.2.0",
9-
"gatsby": "^2.17.15",
10-
"gatsby-plugin-manifest": "^2.2.28",
11-
"gatsby-plugin-react-helmet": "^3.1.15",
12-
"gatsby-plugin-styled-components": "^3.1.13",
13-
"gatsby-source-contentful": "^2.1.59",
14-
"gatsby-source-filesystem": "^2.1.37",
8+
"dotenv": "8.2.0",
9+
"gatsby": "2.17.15",
10+
"gatsby-plugin-manifest": "2.2.28",
11+
"gatsby-plugin-react-helmet": "3.1.15",
12+
"gatsby-plugin-styled-components": "3.1.13",
13+
"gatsby-source-contentful": "2.1.59",
14+
"gatsby-source-filesystem": "2.1.37",
1515
"prop-types": "15.7.2",
1616
"react": "16.12.0",
1717
"react-dom": "16.12.0",
1818
"react-helmet": "5.2.1",
19-
"styled-components": "^4.4.1"
19+
"styled-components": "4.4.1"
2020
},
2121
"scripts": {
2222
"build": "gatsby build",
@@ -27,8 +27,8 @@
2727
},
2828
"devDependencies": {
2929
"husky": "3.0.9",
30-
"prettier": "^1.19.1",
31-
"pretty-quick": "^2.0.1"
30+
"prettier": "1.19.1",
31+
"pretty-quick": "2.0.1"
3232
},
3333
"private": true,
3434
"repository": {

0 commit comments

Comments
 (0)
Please sign in to comment.