Skip to content

Commit 274e4d1

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps-dev): bump the npm-minor group in /web with 3 updates
Bumps the npm-minor group in /web with 3 updates: [stylelint](https://github.com/stylelint/stylelint), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). Updates `stylelint` from 16.22.0 to 16.23.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.22.0...16.23.0) Updates `@types/react` from 19.1.8 to 19.1.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 19.1.6 to 19.1.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.23.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: "@types/react" dependency-version: 19.1.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@types/react-dom" dependency-version: 19.1.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3217e8 commit 274e4d1

File tree

3 files changed

+41
-44
lines changed

3 files changed

+41
-44
lines changed

web/package-lock.json

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

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"globals": "^16.3.0",
3333
"mocha": "^11.7.1",
3434
"prettier": "^3.6.2",
35-
"stylelint": "^16.22.0",
35+
"stylelint": "^16.23.0",
3636
"stylelint-config-standard": "^38.0.0",
3737
"stylelint-prettier": "^5.0.3",
3838
"ts-loader": "^9.5.2",

web/packages/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"ruffle-core": "^0.1.0"
1919
},
2020
"devDependencies": {
21-
"@types/react": "^19.1.8",
22-
"@types/react-dom": "^19.1.6",
21+
"@types/react": "^19.1.9",
22+
"@types/react-dom": "^19.1.7",
2323
"@vitejs/plugin-react": "^4.7.0",
2424
"typescript": "^5.8.3",
2525
"vite": "^7.0.6"

0 commit comments

Comments
 (0)