aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-09-08 21:20:27 +0000
committerGravatar vitalyster2023-09-09 05:16:59 +0300
commit0bea2443ba193333b38e1b393d2bd8c2d23cb7ef (patch)
treeb2cf52eae02850fa2d3dfc9dd0f3555119be647e /package.json
parentab95527d548674cac6cd37d4d8aa20771b068d8c (diff)
build(deps-dev): bump the development group with 2 updates
Bumps the development group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [eslint](https://github.com/eslint/eslint). Updates `@babel/core` from 7.22.15 to 7.22.17 - [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.22.17/packages/babel-core) Updates `eslint` from 8.48.0 to 8.49.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.49.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index cdd2ea0e..75ed11be 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
]
},
"devDependencies": {
- "@babel/core": "^7.22.15",
+ "@babel/core": "^7.22.17",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@swc/core": "^1.3.83",
@@ -54,7 +54,7 @@
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
- "eslint": "8.48.0",
+ "eslint": "8.49.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest-dom": "^5.1.0",