Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefelico committed Sep 21, 2023
1 parent d207f2b commit cbb619e
Show file tree
Hide file tree
Showing 2 changed files with 1,577 additions and 1,116 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
"license": "MIT",
"scripts": {
"start": "vuepress dev docs",
"build": "vuepress build docs"
"build": "vuepress build docs",
"fix": "yarn-audit-fix"
},
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.9.8",
"@vuepress/plugin-back-to-top": "^1.9.8",
"vuepress": "^1.9.8"
"@vuepress/plugin-active-header-links": "^1.9.10",
"@vuepress/plugin-back-to-top": "^1.9.10",
"vuepress": "^1.9.10",
"yarn-audit-fix": "^10.0.1"
},
"dependencies": {
"datedreamer": "^0.3.0"
"datedreamer": "^0.3.1"
}
}
Loading

0 comments on commit cbb619e

Please sign in to comment.