diff --git a/package.json b/package.json index 68cc146..8b89587 100644 --- a/package.json +++ b/package.json @@ -63,23 +63,23 @@ "homepage": "https://github.com/devlato/async-wait-until#readme", "files": ["package.json", "README.md", "LICENSE", "dist/*.js", "dist/*.d.ts"], "devDependencies": { - "@babel/core": "^7.16.0", - "@babel/preset-env": "^7.16.4", - "@rollup/plugin-commonjs": "^21.0.1", + "@babel/core": "^7.18.0", + "@babel/preset-env": "^7.18.0", + "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-typescript": "^8.3.0", "@types/enzyme": "^3.10.10", "@types/jest": "^27.0.2", "@types/node": "^16.11.7", - "@typescript-eslint/eslint-plugin": "^5.4.0", - "@typescript-eslint/parser": "^5.4.0", + "@typescript-eslint/eslint-plugin": "^5.5.0", + "@typescript-eslint/parser": "^5.5.0", "browser-resolve": "^2.0.0", "coveralls": "^3.1.1", "cross-env": "^7.0.3", - "eslint": "^8.2.0", + "eslint": "^8.3.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "husky": "^7.0.4", - "jest": "^27.3.1", + "jest": "^27.4.0", "lint-staged": "^12.0.2", "prettier": "^2.4.1", "rimraf": "^3.0.2",