Skip to content

Commit

Permalink
deps: bump the build-tools group in /demo with 2 updates (#233)
Browse files Browse the repository at this point in the history
Bumps the build-tools group in /demo with 2 updates: [next](https://github.com/vercel/next.js) and [typescript](https://github.com/microsoft/TypeScript).


Updates `next` from 14.2.14 to 14.2.15
- [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.14...v14.2.15)

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

---
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-patch
  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 17, 2024
1 parent 4a69854 commit 2127a5a
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.14",
"next": "^14.2.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pkg-demo": "^0.10.0"
Expand All @@ -25,6 +25,6 @@
"@types/react": "^18.3.11",
"@types/react-dom": "^18.2.18",
"eslint-config-next": "^14.2.15",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}

0 comments on commit 2127a5a

Please sign in to comment.