diff options
author | LASER-Yi <[email protected]> | 2022-09-21 05:54:46 +0800 |
---|---|---|
committer | LASER-Yi <[email protected]> | 2022-09-21 05:54:46 +0800 |
commit | c3f43f0e42a8985346468eaffcff0d761c8b34fc (patch) | |
tree | 13b8e661de7d1ec306cfd5a42fe13072dc82fcce /frontend/package.json | |
parent | 92a61e3d08722123e100dd52aaa574e63dd97361 (diff) | |
download | bazarr-c3f43f0e42a8985346468eaffcff0d761c8b34fc.tar.gz bazarr-c3f43f0e42a8985346468eaffcff0d761c8b34fc.zip |
no log: Update outdated packagesv1.1.2-beta.6
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/package.json b/frontend/package.json index ddb5b729c..88b977650 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,17 +32,17 @@ "@fortawesome/free-brands-svg-icons": "^6", "@fortawesome/free-regular-svg-icons": "^6", "@fortawesome/free-solid-svg-icons": "^6", - "@fortawesome/react-fontawesome": "^0.1", + "@fortawesome/react-fontawesome": "^0.2", "@testing-library/jest-dom": "latest", "@testing-library/react": "12", "@testing-library/react-hooks": "latest", "@testing-library/user-event": "latest", "@types/lodash": "^4", - "@types/node": "^17", + "@types/node": "^18", "@types/react": "^17", "@types/react-dom": "^17", "@types/react-table": "^7", - "@vitejs/plugin-react": "^1.3", + "@vitejs/plugin-react": "^2", "clsx": "^1", "eslint": "^8", "eslint-config-react-app": "^7", |