Skip to content

Commit 1ce6507

Browse files
dependabot[bot]elchininet
authored andcommitted
[Playground dependencies]: Bump the dependencies-dev group
Bumps the dependencies-dev group in /playground with 4 updates: [eslint](https://github.com/eslint/eslint), [globals](https://github.com/sindresorhus/globals), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [webpack](https://github.com/webpack/webpack). Updates `eslint` from 9.4.0 to 9.5.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.4.0...v9.5.0) Updates `globals` from 15.4.0 to 15.5.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.4.0...v15.5.0) Updates `typescript-eslint` from 7.12.0 to 7.13.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.0/packages/typescript-eslint) Updates `webpack` from 5.91.0 to 5.92.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.91.0...v5.92.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9db5002 commit 1ce6507

File tree

2 files changed

+173
-178
lines changed

2 files changed

+173
-178
lines changed

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"clean-webpack-plugin": "^4.0.0",
4545
"copy-webpack-plugin": "^12.0.2",
4646
"css-loader": "^7.1.2",
47-
"eslint": "^9.4.0",
47+
"eslint": "^9.5.0",
4848
"eslint-plugin-react": "^7.34.2",
4949
"eslint-utils": "^3.0.0",
5050
"file-loader": "^6.2.0",
51-
"globals": "^15.4.0",
51+
"globals": "^15.5.0",
5252
"html-webpack-plugin": "^5.6.0",
5353
"mini-css-extract-plugin": "^2.9.0",
5454
"monaco-editor-webpack-plugin": "^7.1.0",
@@ -57,8 +57,8 @@
5757
"sass-loader": "^14.2.1",
5858
"typed-scss-modules": "^8.0.1",
5959
"typescript": "^5.4.5",
60-
"typescript-eslint": "^7.12.0",
61-
"webpack": "^5.91.0",
60+
"typescript-eslint": "^7.13.0",
61+
"webpack": "^5.92.0",
6262
"webpack-cli": "^5.1.4",
6363
"webpack-dev-server": "^5.0.4"
6464
},

0 commit comments

Comments
 (0)