Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#493)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent d66f67c commit 49b87bd
Show file tree
Hide file tree
Showing 4 changed files with 746 additions and 480 deletions.
12 changes: 6 additions & 6 deletions nuxt-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.14.159"
"@nuxt/kit": "^3.14.1592"
},
"devDependencies": {
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint-config": "^0.7.0",
"@nuxt/devtools": "^1.6.1",
"@nuxt/eslint-config": "^0.7.1",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.159",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "^3.14.4",
"@types/node": "^22.9.0",
"@types/node": "^22.9.3",
"eslint": "^9.15.0",
"nuxt": "^3.14.159",
"nuxt": "^3.14.1592",
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion nuxt-module/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"generate": "nuxi generate"
},
"dependencies": {
"nuxt": "^3.14.159"
"nuxt": "^3.14.1592"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mande",
"version": "2.0.9",
"description": "800 bytes modern wrapper around fetch with smart defaults",
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"type": "module",
"main": "index.cjs",
"module": "dist/mande.js",
Expand Down Expand Up @@ -81,7 +81,7 @@
],
"license": "MIT",
"devDependencies": {
"@microsoft/api-extractor": "^7.47.11",
"@microsoft/api-extractor": "^7.48.0",
"@nuxt/types": "^2.18.1",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.1",
Expand All @@ -95,11 +95,11 @@
"happy-dom": "^15.11.6",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.27.2",
"rollup": "^4.27.4",
"rollup-plugin-typescript2": "^0.36.0",
"size-limit": "^11.1.6",
"typedoc": "^0.26.11",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
},
"repository": {
Expand Down
Loading

0 comments on commit 49b87bd

Please sign in to comment.