aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-05-10 06:08:19 +0000
committerRenovate Bot <[email protected]>2021-05-10 06:08:19 +0000
commit19c2c3ccd025a911bb3a90a1653e11517f42d5d4 (patch)
tree7f54ed30ab2e1294905057071cf47ac07620ff35 /package.json
parentMerge pull request #1 from Whirlsplash/renovate/configure (diff)
downloadsite-19c2c3ccd025a911bb3a90a1653e11517f42d5d4.tar.xz
site-19c2c3ccd025a911bb3a90a1653e11517f42d5d4.zip
chore(deps): pin dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/package.json b/package.json
index e1f7af1..c803734 100644
--- a/package.json
+++ b/package.json
@@ -15,15 +15,15 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
- "@docusaurus/core": "^2.0.0-alpha.74",
- "@docusaurus/plugin-ideal-image": "^2.0.0-alpha.74",
- "@docusaurus/preset-classic": "^2.0.0-alpha.74",
- "@docusaurus/theme-live-codeblock": "^2.0.0-alpha.74",
- "@mdx-js/react": "^1.6.21",
- "clsx": "^1.1.1",
- "dotenv": "^8.2.0",
- "react": "^17.0.1",
- "react-dom": "^17.0.1"
+ "@docusaurus/core": "2.0.0-alpha.74",
+ "@docusaurus/plugin-ideal-image": "2.0.0-alpha.74",
+ "@docusaurus/preset-classic": "2.0.0-alpha.74",
+ "@docusaurus/theme-live-codeblock": "2.0.0-alpha.74",
+ "@mdx-js/react": "1.6.22",
+ "clsx": "1.1.1",
+ "dotenv": "8.2.0",
+ "react": "17.0.2",
+ "react-dom": "17.0.2"
},
"browserslist": {
"production": [
@@ -38,16 +38,16 @@
]
},
"devDependencies": {
- "@commitlint/cli": "^12.1.1",
- "@commitlint/config-conventional": "^12.1.1",
- "@docusaurus/module-type-aliases": "^2.0.0-alpha.72",
- "@tsconfig/docusaurus": "^1.0.2",
- "@types/react": "^17.0.3",
- "@types/react-helmet": "^6.1.0",
- "@types/react-router-dom": "^5.1.7",
- "commitizen": "^4.2.4",
- "cz-conventional-changelog": "^3.3.0",
- "husky": "^6.0.0",
- "typescript": "^4.2.3"
+ "@commitlint/cli": "12.1.1",
+ "@commitlint/config-conventional": "12.1.1",
+ "@docusaurus/module-type-aliases": "2.0.0-alpha.72",
+ "@tsconfig/docusaurus": "1.0.2",
+ "@types/react": "17.0.3",
+ "@types/react-helmet": "6.1.0",
+ "@types/react-router-dom": "5.1.7",
+ "commitizen": "4.2.4",
+ "cz-conventional-changelog": "3.3.0",
+ "husky": "6.0.0",
+ "typescript": "4.2.3"
}
}