Skip to content
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
48 changes: 24 additions & 24 deletions nuxt-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,30 +42,30 @@ That's it! You can now use My Module in your Nuxt app ✨

<details>
<summary>Local development</summary>
```bash
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run release
```

```bash
# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release
```

</details>

Expand Down
6 changes: 3 additions & 3 deletions nuxt-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@nuxt/module-builder": "^1.0.2",
"@nuxt/schema": "^4.4.8",
"@nuxt/test-utils": "^4.0.3",
"@types/node": "^24.13.2",
"eslint": "^10.6.0",
"@types/node": "^24.13.3",
"eslint": "^10.7.0",
"nuxt": "^4.4.8",
"vue-tsc": "^3.3.5"
"vue-tsc": "^3.3.7"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mande",
"version": "2.0.10",
"description": "800 bytes modern wrapper around fetch with smart defaults",
"packageManager": "pnpm@11.9.0",
"packageManager": "pnpm@11.14.0",
"type": "module",
"sideEffects": false,
"types": "./dist/index.d.mts",
Expand Down Expand Up @@ -58,21 +58,21 @@
"@posva/prompts": "^2.4.4",
"@size-limit/preset-small-lib": "^12.1.0",
"@types/semver": "^7.7.1",
"@vitest/coverage-v8": "^4.1.9",
"conventional-changelog": "^8.0.0",
"conventional-changelog-angular": "^9.2.0",
"@vitest/coverage-v8": "^4.1.10",
"conventional-changelog": "^8.1.0",
"conventional-changelog-angular": "^9.2.1",
"happy-dom": "^20.10.6",
"lint-staged": "^17.0.8",
"oxfmt": "^0.56.0",
"oxlint": "^1.71.0",
"oxfmt": "^0.59.0",
"oxlint": "^1.74.0",
"oxlint-plugin-posva": "^0.0.2",
"semver": "^7.8.5",
"simple-git-hooks": "^2.13.1",
"size-limit": "^12.1.0",
"tsdown": "^0.22.3",
"typedoc": "^0.28.19",
"tsdown": "^0.22.9",
"typedoc": "^0.28.20",
"typescript": "^6.0.3",
"vitest": "^4.1.9"
"vitest": "^4.1.10"
},
"repository": {
"type": "git",
Expand Down
Loading
Loading