Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-dependencies group with 2 updates (#633)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump the dev-dependencies group with 2 updates

Bumps the dev-dependencies group with 2 updates: [typescript](https://github.com/Microsoft/TypeScript) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `typescript` from 5.5.3 to 5.5.4
- [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.3...v5.5.4)

Updates `vite` from 5.3.4 to 5.3.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.3.5/packages/vite)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: Update snapshots

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trevor Manz <[email protected]>
  • Loading branch information
dependabot[bot] and manzt authored Jul 30, 2024
1 parent 621cbe9 commit 0d237c8
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"esbuild": "^0.23.0",
"happy-dom": "^14.12.3",
"publint": "^0.2.9",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
},
"packageManager": "[email protected]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ src/ipyfoo/static
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}",
"path": "package.json",
Expand Down Expand Up @@ -933,7 +933,7 @@ src/ipyfoo/static
"dependencies": {},
"devDependencies": {
"@anywidget/types": "0.1.9",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}",
"path": "package.json",
Expand Down Expand Up @@ -1384,7 +1384,7 @@ src/ipyfoo/static
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"esbuild": "^0.23.0"
}
}",
Expand Down Expand Up @@ -2017,7 +2017,7 @@ src/ipyfoo/static
"dependencies": {},
"devDependencies": {
"@anywidget/types": "0.1.9",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"esbuild": "^0.23.0"
}
}",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-anywidget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"esbuild": "^0.23.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"devDependencies": {
"vite": "^5.3.4"
"vite": "^5.3.5"
},
"peerDependencies": {
"vite": "^4.0.0 || ^5.0.0"
Expand Down
52 changes: 40 additions & 12 deletions pnpm-lock.yaml

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

0 comments on commit 0d237c8

Please sign in to comment.