Skip to content

Commit 06599c4

Browse files
dependabot[bot]elchininet
authored andcommitted
[Playground dependencies]: Bump the dependencies-dev group
Bumps the dependencies-dev group in /playground with 9 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.2` | `7.25.7` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.25.4` | `7.25.7` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.7` | `7.25.7` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.7` | `7.25.7` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.10` | `18.3.11` | | [eslint](https://github.com/eslint/eslint) | `9.11.1` | `9.12.0` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.0` | `7.37.1` | | [globals](https://github.com/sindresorhus/globals) | `15.9.0` | `15.10.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.7.0` | `8.8.0` | Updates `@babel/core` from 7.25.2 to 7.25.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-core) Updates `@babel/preset-env` from 7.25.4 to 7.25.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-preset-env) Updates `@babel/preset-react` from 7.24.7 to 7.25.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.24.7 to 7.25.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-preset-typescript) Updates `@types/react` from 18.3.10 to 18.3.11 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `eslint` from 9.11.1 to 9.12.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.11.1...v9.12.0) Updates `eslint-plugin-react` from 7.37.0 to 7.37.1 - [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.37.0...v7.37.1) Updates `globals` from 15.9.0 to 15.10.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.9.0...v15.10.0) Updates `typescript-eslint` from 8.7.0 to 8.8.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/v8.8.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor 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-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29e80d0 commit 06599c4

File tree

2 files changed

+879
-1025
lines changed

2 files changed

+879
-1025
lines changed

playground/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@
3030
"react-github-btn": "^1.4.0"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "^7.25.2",
34-
"@babel/preset-env": "^7.25.4",
35-
"@babel/preset-react": "^7.24.7",
36-
"@babel/preset-typescript": "^7.24.7",
33+
"@babel/core": "^7.25.7",
34+
"@babel/preset-env": "^7.25.7",
35+
"@babel/preset-react": "^7.25.7",
36+
"@babel/preset-typescript": "^7.25.7",
3737
"@types/eslint": "^9.6.1",
3838
"@types/node": "^22.7.4",
39-
"@types/react": "^18.3.10",
39+
"@types/react": "^18.3.11",
4040
"@types/react-dom": "^18.3.0",
4141
"autoprefixer": "^10.4.20",
4242
"babel-loader": "^9.2.1",
4343
"classnames": "^2.5.1",
4444
"clean-webpack-plugin": "^4.0.0",
4545
"copy-webpack-plugin": "^12.0.2",
4646
"css-loader": "^7.1.2",
47-
"eslint": "^9.11.1",
48-
"eslint-plugin-react": "^7.37.0",
47+
"eslint": "^9.12.0",
48+
"eslint-plugin-react": "^7.37.1",
4949
"eslint-utils": "^3.0.0",
5050
"file-loader": "^6.2.0",
51-
"globals": "^15.9.0",
51+
"globals": "^15.10.0",
5252
"html-webpack-plugin": "^5.6.0",
5353
"mini-css-extract-plugin": "^2.9.1",
5454
"monaco-editor-webpack-plugin": "^7.1.0",
@@ -57,7 +57,7 @@
5757
"sass-loader": "^16.0.2",
5858
"typed-scss-modules": "^8.0.1",
5959
"typescript": "^5.6.2",
60-
"typescript-eslint": "^8.7.0",
60+
"typescript-eslint": "^8.8.0",
6161
"webpack": "^5.95.0",
6262
"webpack-cli": "^5.1.4",
6363
"webpack-dev-server": "^5.1.0"

0 commit comments

Comments
 (0)