Skip to content

Commit d86a238

Browse files
dependabot[bot]elchininet
authored andcommitted
[Playground dependencies]: Bump the dependencies-dev group
Bumps the dependencies-dev group in /playground with 6 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.2` | `20.14.8` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.2` | `7.34.3` | | [globals](https://github.com/sindresorhus/globals) | `15.5.0` | `15.6.0` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.13.0` | `7.13.1` | | [webpack](https://github.com/webpack/webpack) | `5.92.0` | `5.92.1` | Updates `@types/node` from 20.14.2 to 20.14.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-react` from 7.34.2 to 7.34.3 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.34.2...v7.34.3) Updates `globals` from 15.5.0 to 15.6.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.5.0...v15.6.0) Updates `typescript` from 5.4.5 to 5.5.2 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.4.5...v5.5.2) Updates `typescript-eslint` from 7.13.0 to 7.13.1 - [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.1/packages/typescript-eslint) Updates `webpack` from 5.92.0 to 5.92.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.92.0...v5.92.1) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: typescript 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-patch dependency-group: dependencies-dev - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da3b89e commit d86a238

File tree

2 files changed

+170
-167
lines changed

2 files changed

+170
-167
lines changed

playground/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@babel/preset-react": "^7.24.7",
3636
"@babel/preset-typescript": "^7.24.7",
3737
"@types/eslint": "^8.56.10",
38-
"@types/node": "^20.14.2",
38+
"@types/node": "^20.14.8",
3939
"@types/react": "^18.3.3",
4040
"@types/react-dom": "^18.3.0",
4141
"autoprefixer": "^10.4.19",
@@ -45,20 +45,20 @@
4545
"copy-webpack-plugin": "^12.0.2",
4646
"css-loader": "^7.1.2",
4747
"eslint": "^9.5.0",
48-
"eslint-plugin-react": "^7.34.2",
48+
"eslint-plugin-react": "^7.34.3",
4949
"eslint-utils": "^3.0.0",
5050
"file-loader": "^6.2.0",
51-
"globals": "^15.5.0",
51+
"globals": "^15.6.0",
5252
"html-webpack-plugin": "^5.6.0",
5353
"mini-css-extract-plugin": "^2.9.0",
5454
"monaco-editor-webpack-plugin": "^7.1.0",
5555
"node-sass": "^9.0.0",
5656
"postcss-loader": "^8.1.1",
5757
"sass-loader": "^14.2.1",
5858
"typed-scss-modules": "^8.0.1",
59-
"typescript": "^5.4.5",
60-
"typescript-eslint": "^7.13.0",
61-
"webpack": "^5.92.0",
59+
"typescript": "^5.5.2",
60+
"typescript-eslint": "^7.13.1",
61+
"webpack": "^5.92.1",
6262
"webpack-cli": "^5.1.4",
6363
"webpack-dev-server": "^5.0.4"
6464
},

0 commit comments

Comments
 (0)