Skip to content

Commit

Permalink
Merge pull request #43 from mergestat/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
fix(deps): pin dependencies
  • Loading branch information
patrickdevivo authored Oct 13, 2022
2 parents 18b3ee4 + 66bba0b commit aea815d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"dependencies": {
"@docusaurus/core": "2.1.0",
"@docusaurus/preset-classic": "2.1.0",
"@mdx-js/react": "^1.6.22",
"@svgr/webpack": "^6.1.2",
"clsx": "^1.1.1",
"file-loader": "^6.2.0",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"url-loader": "^4.1.1"
"@mdx-js/react": "1.6.22",
"@svgr/webpack": "6.4.0",
"clsx": "1.2.1",
"file-loader": "6.2.0",
"prism-react-renderer": "1.3.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"url-loader": "4.1.1"
},
"browserslist": {
"production": [
Expand All @@ -39,7 +39,7 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.1.0",
"@tsconfig/docusaurus": "^1.0.4",
"typescript": "^4.5.4"
"@tsconfig/docusaurus": "1.0.6",
"typescript": "4.8.4"
}
}

1 comment on commit aea815d

@vercel
Copy link

@vercel vercel bot commented on aea815d Oct 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.