Skip to content

Commit 9dee8bb

Browse files
committed
Update vuepress and plugins to the latest version
1 parent 4c747d5 commit 9dee8bb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 jesse-ai
3+
Copyright (c) 2020-2021 Jesse.Trade
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jesse-docs",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"description": "Codebase for https://docs.jesse.trade",
66
"scripts": {
77
"docs:dev": "vuepress dev",
@@ -10,10 +10,10 @@
1010
"author": "Sully Fischer <[email protected]>",
1111
"license": "AGPL-3.0-or-later",
1212
"devDependencies": {
13-
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.0",
14-
"@vuepress/plugin-medium-zoom": "^1.2.0",
15-
"vuepress": "^1.2.0",
16-
"vuepress-plugin-smooth-scroll": "0.0.10"
13+
"@vuepress/plugin-google-analytics": "^1.8.2",
14+
"@vuepress/plugin-medium-zoom": "^1.8.2",
15+
"vuepress": "^1.8.2",
16+
"vuepress-plugin-smooth-scroll": "^0.0.10"
1717
},
1818
"dependencies": {
1919
"vuepress-plugin-sitemap": "^2.3.1"

0 commit comments

Comments
 (0)