dependencies: update

This commit is contained in:
Philipp Kühn
2021-09-30 09:41:27 +02:00
parent e61521c858
commit e0f77b8fd6
5 changed files with 130 additions and 88 deletions

View File

@@ -36,10 +36,10 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"babel-loader": "^8.2.2",
"cypress": "^8.4.1",
"cypress": "^8.5.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-cypress": "^2.12.1",
@@ -54,6 +54,6 @@
"rollup-plugin-typescript2": "^0.30.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.53.0"
"webpack": "^5.55.1"
}
}