Skip to content

Commit d9dce28

Browse files
authored
Merge pull request #11 from Web-Dev-Collaborative/renovate/pin-dependencies
Pin dependencies
2 parents b9cfd7f + ee94b8c commit d9dce28

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

notes/OVERFLOW/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
},
1212
"dependencies": {
1313
"@stackbit/gatsby-plugin-menus": "0.0.4",
14-
"axios": "^0.21.2",
14+
"axios": "0.21.4",
1515
"babel-runtime": "6.26.0",
1616
"chokidar": "3.4.0",
1717
"classnames": "2.2.6",
1818
"fs-extra": "7.0.1",
19-
"gatsby": "^2.0.0",
20-
"gatsby-plugin-disqus": "^1.2.3",
21-
"gatsby-plugin-offline": "^5.9.0",
19+
"gatsby": "2.32.13",
20+
"gatsby-plugin-disqus": "1.2.4",
21+
"gatsby-plugin-offline": "5.20.0",
2222
"gatsby-plugin-react-helmet": "3.3.3",
2323
"gatsby-plugin-sass": "2.8.0",
2424
"gatsby-plugin-typescript": "2.4.4",
@@ -32,7 +32,7 @@
3232
"node-sass": "4.14.0",
3333
"node-sass-utils": "1.1.2",
3434
"react": "16.5.1",
35-
"react-dom": "^16.13.1",
35+
"react-dom": "16.14.0",
3636
"react-helmet": "5.2.1",
3737
"react-html-parser": "2.0.2",
3838
"react-script-tag": "1.1.2",

package.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,26 @@
1515
"chokidar": "3.4.0",
1616
"classnames": "2.2.6",
1717
"fs-extra": "7.0.1",
18-
"gatsby": "3.10.0",
19-
"gatsby-plugin-disqus": "^1.2.3",
18+
19+
"gatsby": "3.0.0",
20+
"gatsby-plugin-disqus": "1.2.4",
21+
2022
"gatsby-plugin-react-helmet": "3.3.3",
2123
"gatsby-plugin-sass": "2.8.0",
2224
"gatsby-plugin-typescript": "2.4.4",
23-
"gatsby-remark-prismjs": "^6.15.0",
24-
"gatsby-remark-prismjs-copy-button": "^0.3.1",
25+
"gatsby-remark-prismjs": "6.15.0",
26+
"gatsby-remark-prismjs-copy-button": "0.3.1",
2527
"gatsby-source-filesystem": "2.3.10",
26-
"gatsby-transformer-remark": "^4.0.0",
28+
"gatsby-transformer-remark": "4.0.0",
2729
"js-yaml": "3.12.2",
28-
"lodash": "^4.17.21",
30+
"lodash": "4.17.21",
2931
"marked": "0.6.1",
30-
"moment": "^2.29.3",
32+
"moment": "2.29.3",
3133
"moment-strftime": "0.5.0",
3234
"node-sass": "4.14.1",
3335
"node-sass-utils": "1.1.2",
34-
"prism": "^4.1.2",
35-
"prismjs": "^1.28.0",
36+
"prism": "4.1.2",
37+
"prismjs": "1.28.0",
3638
"react": "16.5.1",
3739
"react-dom": "16.13.1",
3840
"react-helmet": "5.2.1",
@@ -42,6 +44,6 @@
4244
"sprintf-js": "1.1.2"
4345
},
4446
"devDependencies": {
45-
"gatsby-remark-code-buttons": "^2.0.7"
47+
"gatsby-remark-code-buttons": "2.0.7"
4648
}
4749
}

0 commit comments

Comments
 (0)