Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 20, 2024
1 parent 5668f2d commit 100203c
Show file tree
Hide file tree
Showing 4 changed files with 1,071 additions and 1,089 deletions.
16 changes: 8 additions & 8 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.13.1"
"@nuxt/kit": "^3.13.2"
},
"devDependencies": {
"@nuxt/devtools": "^1.4.1",
"@nuxt/eslint-config": "^0.5.6",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.13.1",
"@nuxt/test-utils": "^3.14.1",
"@types/node": "^22.5.4",
"@nuxt/devtools": "^1.4.2",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.2",
"@types/node": "^22.5.5",
"eslint": "^9.10.0",
"nuxt": "^3.13.1",
"nuxt": "^3.13.2",
"vue-tsc": "^2.1.6"
}
}
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.12.4"
"nuxt": "^3.13.2"
}
}
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": "mande",
"version": "2.0.9",
"description": "800 bytes modern wrapper around fetch with smart defaults",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"type": "module",
"main": "index.cjs",
"module": "dist/mande.js",
Expand Down Expand Up @@ -81,26 +81,26 @@
],
"license": "MIT",
"devDependencies": {
"@microsoft/api-extractor": "^7.47.7",
"@microsoft/api-extractor": "^7.47.9",
"@nuxt/types": "^2.18.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@size-limit/preset-small-lib": "^11.1.4",
"@vitest/coverage-v8": "^2.0.5",
"@size-limit/preset-small-lib": "^11.1.5",
"@vitest/coverage-v8": "^2.1.1",
"camelcase": "^8.0.0",
"conventional-changelog-cli": "^5.0.0",
"happy-dom": "^15.7.3",
"happy-dom": "^15.7.4",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.21.2",
"rollup": "^4.22.2",
"rollup-plugin-typescript2": "^0.36.0",
"size-limit": "^11.1.4",
"typedoc": "^0.26.6",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"size-limit": "^11.1.5",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 100203c

Please sign in to comment.