dependencies: update

This commit is contained in:
Philipp Kühn
2021-11-09 16:13:45 +01:00
parent 56a75db024
commit 5e62979070
6 changed files with 179 additions and 192 deletions

View File

@@ -36,8 +36,8 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"babel-loader": "^8.2.3",
"cypress": "^8.7.0",
"eslint": "^8.2.0",
@@ -54,6 +54,6 @@
"rollup-plugin-typescript2": "^0.30.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.62.1"
"webpack": "^5.62.2"
}
}