aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 71c9883a..50ead3ac 100644
--- a/package.json
+++ b/package.json
@@ -19,13 +19,13 @@
},
"license": "AGPL-3.0-or-later",
"devDependencies": {
- "@babel/core": "^7.23.7",
- "@babel/eslint-parser": "^7.23.3",
- "@babel/preset-env": "^7.23.8",
+ "@babel/core": "^7.23.9",
+ "@babel/eslint-parser": "^7.23.9",
+ "@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
- "@swc/core": "^1.3.105",
+ "@swc/core": "^1.3.106",
"@swc/jest": "^0.2.31",
- "@testing-library/jest-dom": "^6.2.1",
+ "@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
@@ -38,7 +38,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest-dom": "^5.1.0",
- "eslint-plugin-jsdoc": "^48.0.2",
+ "eslint-plugin-jsdoc": "^48.0.3",
"eslint-plugin-only-ascii": "0.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
@@ -60,7 +60,7 @@
"style-loader": "^3.3.4",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
- "webpack": "^5.89.0",
+ "webpack": "^5.90.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},