Skip to content

Commit 1083ec7

Browse files
Bump the dependencies group with 5 updates
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `7.0.2` | `7.1.0` | | [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `7.0.2` | `7.1.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.5` | `22.15.17` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.2` | `19.1.3` | | [globals](https://github.com/sindresorhus/globals) | `16.0.0` | `16.1.0` | Updates `@mui/icons-material` from 7.0.2 to 7.1.0 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v7.1.0/packages/mui-icons-material) Updates `@mui/material` from 7.0.2 to 7.1.0 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v7.1.0/packages/mui-material) Updates `@types/node` from 22.15.5 to 22.15.17 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 19.1.2 to 19.1.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `globals` from 16.0.0 to 16.1.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.0.0...v16.1.0) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@mui/material" dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/node" dependency-version: 22.15.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@types/react" dependency-version: 19.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: globals dependency-version: 16.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34525bd commit 1083ec7

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@emotion/react": "^11.14.0",
1515
"@emotion/styled": "^11.14.0",
16-
"@mui/icons-material": "^7.0.2",
16+
"@mui/icons-material": "^7.1.0",
1717
"@mui/material": "^7.0.2",
1818
"libflacjs": "^5.4.0",
1919
"opus-decoder": "^0.7.9",
@@ -23,15 +23,15 @@
2323
},
2424
"devDependencies": {
2525
"@eslint/js": "^9.26.0",
26-
"@types/node": "^22.15.5",
27-
"@types/react": "^19.1.2",
26+
"@types/node": "^22.15.17",
27+
"@types/react": "^19.1.3",
2828
"@types/react-dom": "^19.1.3",
2929
"@vite-pwa/assets-generator": "^1.0.0",
3030
"@vitejs/plugin-react-swc": "^3.9.0",
3131
"eslint": "^9.26.0",
3232
"eslint-plugin-react-hooks": "^5.2.0",
3333
"eslint-plugin-react-refresh": "^0.4.20",
34-
"globals": "^16.0.0",
34+
"globals": "^16.1.0",
3535
"typescript": "^5.8.3",
3636
"typescript-eslint": "^8.32.0",
3737
"vite": "^6.3.5",

0 commit comments

Comments
 (0)