Skip to content

Commit cbcb91a

Browse files
Bump the patch group across 1 directory with 5 updates
Bumps the patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@material/web](https://github.com/material-components/material-web) | `2.4.0` | `2.4.1` | | [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) | `3.3.1` | `3.3.2` | | [@lit/localize-tools](https://github.com/lit/lit/tree/HEAD/packages/localize-tools) | `0.8.0` | `0.8.1` | | [@types/dom-speech-recognition](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dom-speech-recognition) | `0.0.6` | `0.0.7` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` | Updates `@material/web` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/material-components/material-web/releases) - [Changelog](https://github.com/material-components/material-web/blob/main/CHANGELOG.md) - [Commits](material-components/material-web@v2.4.0...v2.4.1) Updates `lit` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/lit/lit/releases) - [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md) - [Commits](https://github.com/lit/lit/commits/lit-element@3.3.2/packages/lit) Updates `@lit/localize-tools` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/lit/lit/releases) - [Changelog](https://github.com/lit/lit/blob/main/packages/localize-tools/CHANGELOG.md) - [Commits](https://github.com/lit/lit/commits/HEAD/packages/localize-tools) Updates `@types/dom-speech-recognition` from 0.0.6 to 0.0.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dom-speech-recognition) Updates `typescript` from 5.9.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.2...v5.9.3) --- updated-dependencies: - dependency-name: "@material/web" dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: lit dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: "@lit/localize-tools" dependency-version: 0.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: "@types/dom-speech-recognition" dependency-version: 0.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f78f01c commit cbcb91a

File tree

2 files changed

+26
-40
lines changed

2 files changed

+26
-40
lines changed

package-lock.json

Lines changed: 21 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"node": ">=16.0.0"
2525
},
2626
"devDependencies": {
27-
"@lit/localize-tools": "^0.8.0",
27+
"@lit/localize-tools": "^0.8.1",
2828
"@storybook/addon-docs": "^9.1.5",
2929
"@storybook/web-components": "^9.1.5",
3030
"@storybook/web-components-vite": "^9.1.5",
31-
"@types/dom-speech-recognition": "^0.0.6",
31+
"@types/dom-speech-recognition": "^0.0.7",
3232
"@types/jasmine": "^5.1.9",
3333
"@types/node": "^24.3.1",
3434
"concurrently": "^9.2.1",
@@ -42,15 +42,15 @@
4242
"jasmine-core": "^5.10.0",
4343
"node-localstorage": "^3.0.5",
4444
"storybook": "^9.1.4",
45-
"typescript": "^5.9.2"
45+
"typescript": "^5.9.3"
4646
},
4747
"dependencies": {
4848
"@lit-labs/signals": "^0.1.3",
4949
"@lit/context": "^1.1.6",
5050
"@lit/localize": "^0.12.1",
51-
"@material/web": "^2.4.0",
51+
"@material/web": "^2.4.1",
5252
"diff-match-patch": "^1.0.5",
53-
"lit": "^3.3.1",
53+
"lit": "^3.3.2",
5454
"signal-polyfill": "^0.2.2",
5555
"simhash-js": "github:beketa/simhash-js"
5656
}

0 commit comments

Comments
 (0)