Skip to content

Commit 1490eb6

Browse files
committed
Pin dependencies
1 parent 4f7a0d6 commit 1490eb6

File tree

2 files changed

+35
-21
lines changed

2 files changed

+35
-21
lines changed

package-lock.json

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

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"version": "1.0.0",
55
"author": "Jedd Fenner <[email protected]>",
66
"dependencies": {
7-
"babel-plugin-styled-components": "^1.10.0",
8-
"gatsby": "^2.0.83",
9-
"gatsby-plugin-manifest": "^2.0.13",
10-
"gatsby-plugin-react-helmet": "^3.0.5",
11-
"gatsby-plugin-styled-components": "^3.0.4",
12-
"gatsby-source-filesystem": "^2.0.8",
13-
"prop-types": "^15.6.2",
14-
"react": "^16.7.0",
15-
"react-dom": "^16.7.0",
16-
"react-helmet": "^5.2.0",
17-
"styled-components": "^4.1.3"
7+
"babel-plugin-styled-components": "1.10.0",
8+
"gatsby": "2.0.91",
9+
"gatsby-plugin-manifest": "2.0.13",
10+
"gatsby-plugin-react-helmet": "3.0.5",
11+
"gatsby-plugin-styled-components": "3.0.4",
12+
"gatsby-source-filesystem": "2.0.16",
13+
"prop-types": "15.6.2",
14+
"react": "16.7.0",
15+
"react-dom": "16.7.0",
16+
"react-helmet": "5.2.0",
17+
"styled-components": "4.1.3"
1818
},
1919
"scripts": {
2020
"build": "gatsby build",
@@ -24,9 +24,9 @@
2424
"test": "echo \"Error: no test specified\" && exit 1"
2525
},
2626
"devDependencies": {
27-
"husky": "^1.3.1",
28-
"prettier": "^1.15.2",
29-
"pretty-quick": "^1.8.0"
27+
"husky": "1.3.1",
28+
"prettier": "1.15.3",
29+
"pretty-quick": "1.8.0"
3030
},
3131
"private": true,
3232
"repository": {

0 commit comments

Comments
 (0)