Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#508)
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 Feb 3, 2025
1 parent 0670f2c commit dc533b3
Show file tree
Hide file tree
Showing 4 changed files with 459 additions and 501 deletions.
10 changes: 5 additions & 5 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.15.3"
"@nuxt/kit": "^3.15.4"
},
"devDependencies": {
"@nuxt/devtools": "^1.7.0",
"@nuxt/eslint-config": "^0.7.5",
"@nuxt/eslint-config": "^0.7.6",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.15.3",
"@nuxt/schema": "^3.15.4",
"@nuxt/test-utils": "^3.15.4",
"@types/node": "^22.10.10",
"@types/node": "^22.13.0",
"eslint": "^9.19.0",
"nuxt": "^3.15.3",
"nuxt": "^3.15.4",
"vue-tsc": "^2.2.0"
}
}
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.15.3"
"nuxt": "^3.15.4"
}
}
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": "[email protected].4",
"packageManager": "[email protected].5",
"type": "module",
"main": "index.cjs",
"module": "dist/mande.js",
Expand Down Expand Up @@ -81,7 +81,7 @@
],
"license": "MIT",
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@microsoft/api-extractor": "^7.49.2",
"@nuxt/types": "^2.18.1",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.2",
Expand All @@ -92,10 +92,10 @@
"@vitest/coverage-v8": "^3.0.4",
"camelcase": "^8.0.0",
"conventional-changelog-cli": "^5.0.0",
"happy-dom": "^16.7.3",
"happy-dom": "^16.8.1",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"rollup": "^4.32.0",
"rollup": "^4.34.0",
"rollup-plugin-typescript2": "^0.36.0",
"size-limit": "^11.1.6",
"typedoc": "^0.27.6",
Expand Down
Loading

0 comments on commit dc533b3

Please sign in to comment.