-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @vuepress/plugin-back-to-top from 1.9.9 to 1.9.10
Bumps [@vuepress/plugin-back-to-top](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-back-to-top) from 1.9.9 to 1.9.10. - [Release notes](https://github.com/vuejs/vuepress/releases) - [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuepress/commits/v1.9.10/packages/@vuepress/plugin-back-to-top) --- updated-dependencies: - dependency-name: "@vuepress/plugin-back-to-top" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
02ab6b5
commit 4d66bbe
Showing
2 changed files
with
70 additions
and
46 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{ | ||
"name": "gctgenerator", | ||
"version": "3.0.1", | ||
"description": "Super Mario Sunshine Practice File Generator", | ||
"main": "index.js", | ||
"authors": { | ||
"name": "Matteias Collet", | ||
"email": "matteias.collet@bluewin.ch" | ||
}, | ||
"repository": "https://github.com/BitPatty/gctGenerator/gctGenerator", | ||
"scripts": { | ||
"dev": "npm run codes:inject && npm run translations:compare && vuepress dev site", | ||
"build": "node ./scripts/inject_codes.js && npm run translations:compare && vuepress build site", | ||
"format": "prettier --write ./site/**/*{.md,.js,.json}", | ||
"translations:compare": "node ./scripts/compare_translations.js", | ||
"codes:inject": "node ./scripts/inject_codes.js && npm run format", | ||
"codes:clean": "node ./scripts/clean_codes.js && npm run format", | ||
"precommit": "npm run codes:clean && git add .", | ||
"serve": "serve ./site/.vuepress/dist" | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@sup39/markdown-it-attr": "1.2.2", | ||
"@sup39/markdown-it-inline-tag": "1.0.1", | ||
"@vuepress/plugin-back-to-top": "1.9.9", | ||
"@vuepress/plugin-medium-zoom": "1.9.9", | ||
"jsdom": "22.0.0", | ||
"pre-commit": "1.2.2", | ||
"prettier": "2.8.8", | ||
"serve": "14.2.0", | ||
"vuepress": "1.9.9" | ||
}, | ||
"dependencies": { | ||
"vuedraggable": "2.24.3" | ||
}, | ||
"pre-commit": ["precommit"] | ||
} | ||
{ | ||
"name": "gctgenerator", | ||
"version": "3.0.1", | ||
"description": "Super Mario Sunshine Practice File Generator", | ||
"main": "index.js", | ||
"authors": { | ||
"name": "Matteias Collet", | ||
"email": "matteias.collet@bluewin.ch" | ||
}, | ||
"repository": "https://github.com/BitPatty/gctGenerator/gctGenerator", | ||
"scripts": { | ||
"dev": "npm run codes:inject && npm run translations:compare && vuepress dev site", | ||
"build": "node ./scripts/inject_codes.js && npm run translations:compare && vuepress build site", | ||
"format": "prettier --write ./site/**/*{.md,.js,.json}", | ||
"translations:compare": "node ./scripts/compare_translations.js", | ||
"codes:inject": "node ./scripts/inject_codes.js && npm run format", | ||
"codes:clean": "node ./scripts/clean_codes.js && npm run format", | ||
"precommit": "npm run codes:clean && git add .", | ||
"serve": "serve ./site/.vuepress/dist" | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@sup39/markdown-it-attr": "1.2.2", | ||
"@sup39/markdown-it-inline-tag": "1.0.1", | ||
"@vuepress/plugin-back-to-top": "1.9.10", | ||
"@vuepress/plugin-medium-zoom": "1.9.9", | ||
"jsdom": "22.0.0", | ||
"pre-commit": "1.2.2", | ||
"prettier": "2.8.8", | ||
"serve": "14.2.0", | ||
"vuepress": "1.9.9" | ||
}, | ||
"dependencies": { | ||
"vuedraggable": "2.24.3" | ||
}, | ||
"pre-commit": ["precommit"] | ||
} |