Skip to content

Commit

Permalink
deps: bump the build-tools group across 1 directory with 2 updates (#230
Browse files Browse the repository at this point in the history
)

Bumps the build-tools group with 2 updates in the /demo directory: [next](https://github.com/vercel/next.js) and [typescript](https://github.com/microsoft/TypeScript).


Updates `next` from 14.2.10 to 14.2.14
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.10...v14.2.14)

Updates `typescript` from 5.5.4 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-tools
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tools
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 581fd7b commit d9db2a2
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
96 changes: 48 additions & 48 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"instant-table": "file:../package",
"next": "^14.2.10",
"next": "^14.2.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pkg-demo": "^0.10.0"
Expand All @@ -25,6 +25,6 @@
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"eslint-config-next": "^14.2.6",
"typescript": "^5.3.3"
"typescript": "^5.6.2"
}
}

0 comments on commit d9db2a2

Please sign in to comment.