diff --git a/package-lock.json b/package-lock.json index ca6508a..cac7040 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,17 +10,17 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@babel/core": "^7.16.7", - "@babel/eslint-parser": "^7.16.5", - "@babel/preset-env": "^7.16.8", - "@babel/preset-react": "^7.16.7", - "@rushstack/eslint-patch": "^1.1.0", - "@typescript-eslint/eslint-plugin": "^5.9.1", - "@typescript-eslint/parser": "^5.9.1", + "@babel/core": "^7.19.6", + "@babel/eslint-parser": "^7.19.1", + "@babel/preset-env": "^7.19.4", + "@babel/preset-react": "^7.18.6", + "@rushstack/eslint-patch": "^1.2.0", + "@typescript-eslint/eslint-plugin": "^5.42.0", + "@typescript-eslint/parser": "^5.42.0", "confusing-browser-globals": "^1.0.11", - "eslint-plugin-jsx-a11y": "^6.5.1", - "eslint-plugin-react": "^7.28.0", - "eslint-plugin-react-hooks": "^4.3.0" + "eslint-plugin-jsx-a11y": "^6.6.1", + "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react-hooks": "^4.6.0" }, "devDependencies": { "@sanity/semantic-release-preset": "^2.0.2", diff --git a/package.json b/package.json index 6b6fe2f..0d11739 100644 --- a/package.json +++ b/package.json @@ -23,17 +23,17 @@ "test": "jest" }, "dependencies": { - "@babel/core": "^7.16.7", - "@babel/eslint-parser": "^7.16.5", - "@babel/preset-env": "^7.16.8", - "@babel/preset-react": "^7.16.7", - "@rushstack/eslint-patch": "^1.1.0", - "@typescript-eslint/eslint-plugin": "^5.9.1", - "@typescript-eslint/parser": "^5.9.1", + "@babel/core": "^7.19.6", + "@babel/eslint-parser": "^7.19.1", + "@babel/preset-env": "^7.19.4", + "@babel/preset-react": "^7.18.6", + "@rushstack/eslint-patch": "^1.2.0", + "@typescript-eslint/eslint-plugin": "^5.42.0", + "@typescript-eslint/parser": "^5.42.0", "confusing-browser-globals": "^1.0.11", - "eslint-plugin-jsx-a11y": "^6.5.1", - "eslint-plugin-react": "^7.28.0", - "eslint-plugin-react-hooks": "^4.3.0" + "eslint-plugin-jsx-a11y": "^6.6.1", + "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react-hooks": "^4.6.0" }, "devDependencies": { "@sanity/semantic-release-preset": "^2.0.2",