Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Aug 1, 2023
1 parent 3bc3e04 commit 22ca530
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 200 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default defineNuxtConfig({

### Demos

- [Dynamic URLs - StackBlitz](https://stackblitz.com/edit/nuxt-starter-dyraxc?file=server%2Fapi%2F_sitemap-urls.ts)
- [Dynamic URLs - StackBlitz](https://stackblitz.com/edit/nuxt-starter-dyraxc?file=server%2Fapi%2F_sitemap-urls.ts)
- [i18n - StackBlitz](https://stackblitz.com/edit/nuxt-starter-jwuie4?file=app.vue)

## Sponsors
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxt-simple-sitemap",
"type": "module",
"version": "3.1.3",
"packageManager": "pnpm@8.6.10",
"packageManager": "pnpm@8.6.11",
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
Expand All @@ -17,8 +17,8 @@
"exports": {
".": {
"types": "./dist/types.d.ts",
"require": "./dist/module.cjs",
"import": "./dist/module.mjs"
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
Expand All @@ -36,35 +36,35 @@
"test": "vitest"
},
"dependencies": {
"@nuxt/devtools-kit": "^0.7.1",
"@nuxt/devtools-kit": "^0.7.4",
"@nuxt/kit": "^3.6.5",
"chalk": "^5.3.0",
"defu": "^6.1.2",
"escape-string-regexp": "^5.0.0",
"fast-glob": "^3.3.1",
"knitwork": "^1.0.0",
"nuxt-site-config": "^1.0.9",
"nuxt-site-config-kit": "^1.0.9",
"nuxt-site-config": "^1.0.10",
"nuxt-site-config-kit": "^1.0.10",
"pathe": "^1.1.1",
"radix3": "^1.0.1",
"semver": "^7.5.4",
"site-config-stack": "^1.0.9",
"site-config-stack": "^1.0.10",
"ufo": "^1.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@antfu/eslint-config": "^0.40.0",
"@nuxt/content": "^2.7.2",
"@nuxt/kit": "^3.6.5",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/test-utils": "^3.6.5",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/i18n": "8.0.0-beta.13",
"@nuxtjs/i18n": "8.0.0-rc.1",
"bumpp": "^9.1.1",
"eslint": "8.46.0",
"execa": "^7.2.0",
"nuxt": "^3.6.5",
"nuxt-simple-robots": "3.0.3",
"vitest": "0.33.0"
"vitest": "0.34.1"
},
"build": {
"externals": [
Expand Down
Loading

0 comments on commit 22ca530

Please sign in to comment.