diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 28d473fb..2e291624 100644 --- a/package.json +++ b/package.json @@ -23,22 +23,22 @@ "@babel/eslint-parser": "^7.23.9", "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", - "@swc/core": "^1.3.106", + "@swc/core": "^1.3.107", "@swc/jest": "^0.2.31", - "@testing-library/jest-dom": "^6.3.0", - "@testing-library/react": "^14.1.2", + "@testing-library/jest-dom": "^6.4.0", + "@testing-library/react": "^14.2.0", "autoprefixer": "^10.4.17", "babel-loader": "^9.1.3", "core-js": "^3.35.1", "cors": "^2.8.5", "cross-env": "^7.0.3", - "css-loader": "^6.9.1", + "css-loader": "^6.10.0", "cssnano": "^6.0.3", "eslint": "8.56.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.6.3", "eslint-plugin-jest-dom": "^5.1.0", - "eslint-plugin-jsdoc": "^48.0.3", + "eslint-plugin-jsdoc": "^48.0.4", "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.33.2", @@ -52,7 +52,7 @@ "postcss": "^8.4.33", "postcss-cli": "^11.0.0", "postcss-import": "^16.0.0", - "postcss-loader": "^8.0.0", + "postcss-loader": "^8.1.0", "postcss-preset-env": "^9.3.0", "postcss-url": "^10.1.3", "react-test-renderer": "^18.2.0", |