Skip to content

Commit

Permalink
Merge pull request #6 from bgoonz/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
bgoonz committed Nov 4, 2021
2 parents 4265b1e + 1560d10 commit cbb0ab5
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"start": "next start"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"classnames": "^2.2.6",
"lodash": "^4.17.21",
"marked": "^2.0.0",
"moment": "^2.29.1",
"moment-strftime": "^0.5.0",
"next": "^10.0.7",
"node-sass": "^5.0.0",
"babel-runtime": "6.26.0",
"classnames": "2.3.1",
"lodash": "4.17.21",
"marked": "2.0.6",
"moment": "2.29.1",
"moment-strftime": "0.5.0",
"next": "10.2.3",
"node-sass": "5.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-script-tag": "^1.1.2",
"sourcebit": "^0.11.0",
"sourcebit-source-filesystem": "^0.1.3",
"sourcebit-target-next": "^0.6.2"
"react-helmet": "6.1.0",
"react-html-parser": "2.0.2",
"react-script-tag": "1.1.2",
"sourcebit": "0.11.0",
"sourcebit-source-filesystem": "0.1.3",
"sourcebit-target-next": "0.6.2"
},
"devDependencies": {
"prettier": "^2.2.1"
"prettier": "2.3.0"
}
}

0 comments on commit cbb0ab5

Please sign in to comment.