Skip to content

Commit 0352a70

Browse files
[Playground dependencies]: Bump the dependencies-dev group
Bumps the dependencies-dev group in /playground with 10 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.8` | `7.26.0` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.25.8` | `7.26.0` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.7` | `7.25.9` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.25.7` | `7.26.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.7` | `22.8.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.11` | `18.3.12` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.1` | `7.37.2` | | [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `5.6.2` | `5.6.3` | | [sass](https://github.com/sass/dart-sass) | `1.80.3` | `1.80.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.10.0` | `8.11.0` | Updates `@babel/core` from 7.25.8 to 7.26.0 - [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.26.0/packages/babel-core) Updates `@babel/preset-env` from 7.25.8 to 7.26.0 - [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.26.0/packages/babel-preset-env) Updates `@babel/preset-react` from 7.25.7 to 7.25.9 - [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.9/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.25.7 to 7.26.0 - [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.26.0/packages/babel-preset-typescript) Updates `@types/node` from 22.7.7 to 22.8.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.3.11 to 18.3.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `eslint-plugin-react` from 7.37.1 to 7.37.2 - [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.1...v7.37.2) Updates `html-webpack-plugin` from 5.6.2 to 5.6.3 - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](jantimon/html-webpack-plugin@v5.6.2...v5.6.3) Updates `sass` from 1.80.3 to 1.80.4 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.80.3...1.80.4) Updates `typescript-eslint` from 8.10.0 to 8.11.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.11.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-patch 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/node" 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-plugin-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch 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 15958cb commit 0352a70

File tree

2 files changed

+843
-839
lines changed

2 files changed

+843
-839
lines changed

playground/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"react-github-btn": "^1.4.0"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "^7.25.8",
34-
"@babel/preset-env": "^7.25.8",
35-
"@babel/preset-react": "^7.25.7",
36-
"@babel/preset-typescript": "^7.25.7",
33+
"@babel/core": "^7.26.0",
34+
"@babel/preset-env": "^7.26.0",
35+
"@babel/preset-react": "^7.25.9",
36+
"@babel/preset-typescript": "^7.26.0",
3737
"@types/eslint": "^9.6.1",
38-
"@types/node": "^22.7.7",
39-
"@types/react": "^18.3.11",
38+
"@types/node": "^22.8.1",
39+
"@types/react": "^18.3.12",
4040
"@types/react-dom": "^18.3.1",
4141
"autoprefixer": "^10.4.20",
4242
"babel-loader": "^9.2.1",
@@ -45,19 +45,19 @@
4545
"copy-webpack-plugin": "^12.0.2",
4646
"css-loader": "^7.1.2",
4747
"eslint": "^9.13.0",
48-
"eslint-plugin-react": "^7.37.1",
48+
"eslint-plugin-react": "^7.37.2",
4949
"eslint-utils": "^3.0.0",
5050
"file-loader": "^6.2.0",
5151
"globals": "^15.11.0",
52-
"html-webpack-plugin": "^5.6.2",
52+
"html-webpack-plugin": "^5.6.3",
5353
"mini-css-extract-plugin": "^2.9.1",
5454
"monaco-editor-webpack-plugin": "^7.1.0",
5555
"postcss-loader": "^8.1.1",
56-
"sass": "^1.80.3",
56+
"sass": "^1.80.4",
5757
"sass-loader": "^16.0.2",
5858
"typed-scss-modules": "^8.0.1",
5959
"typescript": "^5.6.3",
60-
"typescript-eslint": "^8.10.0",
60+
"typescript-eslint": "^8.11.0",
6161
"webpack": "^5.95.0",
6262
"webpack-cli": "^5.1.4",
6363
"webpack-dev-server": "^5.1.0"

0 commit comments

Comments
 (0)