Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sitemap #77

Merged
merged 29 commits into from
Jul 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d860a4b
Bump prettier from 3.2.5 to 3.3.0
dependabot[bot] Jun 3, 2024
b6d13a6
Merge pull request #65 from Eisvana/dependabot/npm_and_yarn/dev/prett…
Lenni009 Jun 3, 2024
0160478
Bump sass from 1.77.2 to 1.77.4
dependabot[bot] Jun 3, 2024
6add569
Merge pull request #64 from Eisvana/dependabot/npm_and_yarn/dev/sass-…
Lenni009 Jun 3, 2024
a52b598
Bump prettier from 3.3.0 to 3.3.1
dependabot[bot] Jun 10, 2024
8169b65
Bump vitepress from 1.2.2 to 1.2.3
dependabot[bot] Jun 10, 2024
56bf5ab
Merge pull request #67 from Eisvana/dependabot/npm_and_yarn/dev/vitep…
Lenni009 Jun 10, 2024
62384e4
Bump md-editor-v3 from 4.15.6 to 4.16.7
dependabot[bot] Jun 10, 2024
45c4848
Merge pull request #68 from Eisvana/dependabot/npm_and_yarn/dev/md-ed…
Lenni009 Jun 10, 2024
035ce67
Merge pull request #66 from Eisvana/dependabot/npm_and_yarn/dev/prett…
Lenni009 Jun 10, 2024
ca69f7e
Bump vue-tsc from 2.0.19 to 2.0.21
dependabot[bot] Jun 10, 2024
df325db
Merge pull request #69 from Eisvana/dependabot/npm_and_yarn/dev/vue-t…
Lenni009 Jun 10, 2024
7ad37d4
Bump md-editor-v3 from 4.16.7 to 4.16.9
dependabot[bot] Jun 17, 2024
3e89bb3
Bump prettier from 3.3.1 to 3.3.2
dependabot[bot] Jun 17, 2024
260b368
Merge pull request #72 from Eisvana/dependabot/npm_and_yarn/dev/prett…
Lenni009 Jun 17, 2024
96c9795
Merge pull request #71 from Eisvana/dependabot/npm_and_yarn/dev/md-ed…
Lenni009 Jun 17, 2024
8ebcc65
Bump sass from 1.77.4 to 1.77.5
dependabot[bot] Jun 17, 2024
c2cd5b4
Merge pull request #70 from Eisvana/dependabot/npm_and_yarn/dev/sass-…
Lenni009 Jun 17, 2024
500682f
Bump md-editor-v3 from 4.16.9 to 4.17.0
dependabot[bot] Jun 24, 2024
5cca08c
Bump sass from 1.77.5 to 1.77.6
dependabot[bot] Jun 24, 2024
ae9cc6c
Merge pull request #73 from Eisvana/dependabot/npm_and_yarn/dev/md-ed…
Lenni009 Jun 24, 2024
2849677
Merge pull request #75 from Eisvana/dependabot/npm_and_yarn/dev/sass-…
Lenni009 Jun 24, 2024
4f864c2
Bump vue-tsc from 2.0.21 to 2.0.22
dependabot[bot] Jun 24, 2024
6420c47
Merge pull request #74 from Eisvana/dependabot/npm_and_yarn/dev/vue-t…
Lenni009 Jun 24, 2024
68fda65
Bump vue-tsc from 2.0.22 to 2.0.24
dependabot[bot] Jul 1, 2024
00a78a0
Merge pull request #76 from Eisvana/dependabot/npm_and_yarn/dev/vue-t…
Lenni009 Jul 1, 2024
2364ae8
add sitemap
Lenni009 Jul 6, 2024
15fddf6
fix security issue
Lenni009 Jul 6, 2024
10bbb9b
Merge branch 'main' into dev
Lenni009 Jul 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump vue-tsc from 2.0.19 to 2.0.21
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 2.0.19 to 2.0.21.
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.0.21/packages/tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
commit ca69f7e675cc3d3ba23693838ab7ce1f15ed3047
51 changes: 29 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"prettier": "^3.3.1",
"sass": "^1.77.4",
"vue-tsc": "^2.0.19"
"vue-tsc": "^2.0.21"
}
}