Skip to content

Commit 4e3f460

Browse files
[Playground dependencies]: Bump the dependencies-dev group
Bumps the dependencies-dev group in /playground with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [autoprefixer](https://github.com/postcss/autoprefixer) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@babel/core` from 7.26.9 to 7.26.10 - [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.10/packages/babel-core) Updates `autoprefixer` from 10.4.20 to 10.4.21 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.20...10.4.21) Updates `typescript-eslint` from 8.26.0 to 8.26.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/v8.26.1/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: autoprefixer 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-patch dependency-group: dependencies-dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00c0438 commit 4e3f460

File tree

2 files changed

+416
-463
lines changed

2 files changed

+416
-463
lines changed

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"react-github-btn": "^1.4.0"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "^7.26.9",
33+
"@babel/core": "^7.26.10",
3434
"@babel/preset-env": "^7.26.9",
3535
"@babel/preset-react": "^7.26.3",
3636
"@babel/preset-typescript": "^7.26.0",
3737
"@types/eslint": "^9.6.1",
3838
"@types/node": "^22.13.10",
3939
"@types/react": "^19.0.10",
4040
"@types/react-dom": "^19.0.4",
41-
"autoprefixer": "^10.4.20",
41+
"autoprefixer": "^10.4.21",
4242
"babel-loader": "^10.0.0",
4343
"classnames": "^2.5.1",
4444
"clean-webpack-plugin": "^4.0.0",
@@ -57,7 +57,7 @@
5757
"sass-loader": "^16.0.5",
5858
"typed-scss-modules": "^8.1.1",
5959
"typescript": "^5.8.2",
60-
"typescript-eslint": "^8.26.0",
60+
"typescript-eslint": "^8.26.1",
6161
"webpack": "^5.98.0",
6262
"webpack-cli": "^6.0.1",
6363
"webpack-dev-server": "^5.2.0"

0 commit comments

Comments
 (0)