Skip to content

Commit cb20938

Browse files
Bump the development-dependencies group with 4 updates
Bumps the development-dependencies group with 4 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [webpack](https://github.com/webpack/webpack) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `@typescript-eslint/eslint-plugin` from 6.21.0 to 7.0.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.21.0 to 7.0.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.1/packages/parser) Updates `webpack` from 5.90.1 to 5.90.2 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.90.1...v5.90.2) Updates `webpack-dev-server` from 4.15.1 to 5.0.2 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v4.15.1...v5.0.2) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: webpack-dev-server dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b815176 commit cb20938

File tree

2 files changed

+240
-161
lines changed

2 files changed

+240
-161
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"@types/node": "^20.8.9",
5252
"@types/react": "^18.2.33",
5353
"@types/react-dom": "^18.2.19",
54-
"@typescript-eslint/eslint-plugin": "^6.21.0",
55-
"@typescript-eslint/parser": "^6.21.0",
54+
"@typescript-eslint/eslint-plugin": "^7.0.1",
55+
"@typescript-eslint/parser": "^7.0.1",
5656
"autoprefixer": "^10.4.17",
5757
"axios": "^1.6.7",
5858
"babel-loader": "^9.1.3",
@@ -101,9 +101,9 @@
101101
"style-loader": "^3.3.4",
102102
"typescript": "^5.3.3",
103103
"victory": "^36.9.1",
104-
"webpack": "^5.90.1",
104+
"webpack": "^5.90.2",
105105
"webpack-cli": "^5.1.4",
106-
"webpack-dev-server": "^4.13.0",
106+
"webpack-dev-server": "^5.0.2",
107107
"webpack-sources": "^3.2.1",
108108
"xml2js": "^0.6.2",
109109
"zip-webpack-plugin": "^4.0.0",

0 commit comments

Comments
 (0)