aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-08-25 21:04:13 +0000
committerGravatar vitalyster2023-08-26 02:17:41 +0300
commitf107e917dbdb63732a02beaf36ba0d2395a73135 (patch)
tree4f5ed456b8994217be996229142c6aea32e809e9 /package.json
parent65c5e96c1f4ed987f0631ace8c8af1e394a2eeeb (diff)
build(deps-dev): bump the development group with 2 updates
Bumps the development group with 2 updates: [@swc/core](https://github.com/swc-project/swc) and [eslint](https://github.com/eslint/eslint). Updates `@swc/core` from 1.3.78 to 1.3.80 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.3.78...v1.3.80) Updates `eslint` from 8.47.0 to 8.48.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.47.0...v8.48.0) --- updated-dependencies: - dependency-name: "@swc/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 faf6344a..fa28e96a 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
- "@swc/core": "^1.3.78",
+ "@swc/core": "^1.3.80",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
@@ -54,7 +54,7 @@
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
- "eslint": "8.47.0",
+ "eslint": "8.48.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest-dom": "^5.0.2",