Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2021-08-27 11:29:03 +02:00
12 changed files with 255 additions and 122 deletions

View File

@@ -63,7 +63,7 @@
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-transform-react-inline-elements": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.15.3",
@@ -171,7 +171,7 @@
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.8.0",
"wicg-inert": "^3.1.1",
"ws": "^8.1.0"
"ws": "^8.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
@@ -179,7 +179,7 @@
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.6",
"eslint": "^7.32.0",
"eslint-plugin-import": "~2.24.0",
"eslint-plugin-import": "~2.24.1",
"eslint-plugin-jsx-a11y": "~6.4.1",
"eslint-plugin-promise": "~5.1.0",
"eslint-plugin-react": "~7.24.0",