Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb0025e

Browse files
build(deps): bump the npm_and_yarn group across 5 directories with 5 updates (#87)
Bumps the npm_and_yarn group with 1 update in the /examples/basic directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /examples/basic/apps/docs directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /examples/basic/apps/web directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /examples/with-nestjs directory: [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common). Bumps the npm_and_yarn group with 1 update in the /examples/with-vue-nuxt directory: [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt). Updates `next` from 15.0.0-rc.0 to 15.4.7 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.0.0-rc.0...v15.4.7) Updates `nanoid` from 3.3.7 to 3.3.11 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.11) Updates `next` from 15.0.0-rc.0 to 15.4.7 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.0.0-rc.0...v15.4.7) Updates `next` from 15.0.0-rc.0 to 15.4.7 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.0.0-rc.0...v15.4.7) Updates `@nestjs/common` from 10.4.20 to 11.1.6 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.6/packages/common) Updates `nuxt` from 3.18.1 to 4.0.3 - [Release notes](https://github.com/nuxt/nuxt/releases) - [Commits](https://github.com/nuxt/nuxt/commits/v4.0.3/packages/nuxt) Updates `@nuxt/vite-builder` from 3.18.1 to 4.0.3 - [Release notes](https://github.com/nuxt/nuxt/releases) - [Commits](https://github.com/nuxt/nuxt/commits/v4.0.3/packages/vite) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.7 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: nanoid dependency-version: 3.3.11 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.4.7 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.4.7 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@nestjs/common" dependency-version: 11.1.6 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: nuxt dependency-version: 4.0.3 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@nuxt/vite-builder" dependency-version: 4.0.3 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cab45c7 commit eb0025e

4 files changed

Lines changed: 583 additions & 296 deletions

File tree

examples/basic/apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@repo/ui": "workspace:*",
1313
"react": "19.0.0-rc-f994737d14-20240522",
1414
"react-dom": "19.0.0-rc-f994737d14-20240522",
15-
"next": "15.0.0-rc.0"
15+
"next": "15.4.7"
1616
},
1717
"devDependencies": {
1818
"@repo/eslint-config": "workspace:*",

examples/basic/apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@repo/ui": "workspace:*",
1313
"react": "19.0.0-rc-f994737d14-20240522",
1414
"react-dom": "19.0.0-rc-f994737d14-20240522",
15-
"next": "15.0.0-rc.0"
15+
"next": "15.4.7"
1616
},
1717
"devDependencies": {
1818
"@repo/eslint-config": "workspace:*",

0 commit comments

Comments
 (0)