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

chore(deps): bump marked from 9.0.3 to 13.0.1 #275

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 5 additions & 5 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
@@ -1,20 +1,20 @@
{
"name": "owddm.github.io",

Check warning on line 2 in package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (owddm)
"private": true,
"scripts": {
"build": "nuxi generate",

Check warning on line 5 in package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (nuxi)
"dev": "nuxt dev",

Check warning on line 6 in package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (nuxt)
"test": "vitest",
"coverage": "vitest run --coverage",
"generate": "nuxt generate",

Check warning on line 9 in package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (nuxt)
"preview": "nuxt preview",

Check warning on line 10 in package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (nuxt)
"postinstall": "nuxt prepare"

Check warning on line 11 in package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (nuxt)
},
"devDependencies": {
"@types/leaflet": "^1.9.6",
"@types/marked": "^6.0.0",
"dayjs": "^1.11.10",
"nuxt": "^3.7.4",

Check warning on line 17 in package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (nuxt)
"typedoc": "^0.25.4",
"typescript": "^5.2.2"
},
Expand All @@ -23,9 +23,9 @@
"@vue/test-utils": "^2.4.6",
"jsdom": "^24.0.0",
"leaflet": "^1.9.4",
"maplibre-gl": "^3.6.2",

Check warning on line 26 in package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (maplibre)
"marked": "^9.0.3",
"marked": "^13.0.1",
"photoswipe": "^5.4.2",

Check warning on line 28 in package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (photoswipe)
"vitest": "^0.34.6"
}
}
Loading