summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-headings/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-plugin-headings/package.json')
-rw-r--r--packages/gitbook-plugin-headings/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/gitbook-plugin-headings/package.json b/packages/gitbook-plugin-headings/package.json
index 75b25ed..3ee0fbc 100644
--- a/packages/gitbook-plugin-headings/package.json
+++ b/packages/gitbook-plugin-headings/package.json
@@ -3,13 +3,13 @@
"description": "Automatically add anchors to headings",
"main": "index.js",
"browser": "./_assets/plugin.js",
- "version": "4.0.0-alpha.2",
+ "version": "4.0.0-alpha.3",
"dependencies": {
"classnames": "^2.2.5",
- "gitbook-core": "^4.0.0-alpha.2"
+ "gitbook-core": "^4.0.0-alpha.3"
},
"devDependencies": {
- "gitbook-plugin": "^4.0.0-alpha.2"
+ "gitbook-plugin": "^4.0.0-alpha.3"
},
"engines": {
"gitbook": ">=3.0.0"