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

This commit is contained in:
Claire
2023-01-24 20:32:31 +01:00
108 changed files with 1004 additions and 571 deletions

View File

@@ -25,12 +25,12 @@
"private": true,
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@babel/plugin-proposal-decorators": "^7.20.13",
"@babel/plugin-transform-react-inline-elements": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.20.13",
"@gamestdio/websocket": "^0.3.2",
"@github/webauthn-json": "^0.5.7",
"@rails/ujs": "^6.1.7",
@@ -39,7 +39,7 @@
"atrament": "0.2.4",
"arrow-key-navigation": "^1.2.0",
"autoprefixer": "^9.8.8",
"axios": "^1.2.2",
"axios": "^1.2.3",
"babel-loader": "^8.3.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-preval": "^5.1.0",
@@ -75,7 +75,7 @@
"intl-relativeformat": "^6.4.3",
"is-nan": "^1.3.2",
"js-yaml": "^4.1.0",
"jsdom": "^21.0.0",
"jsdom": "^21.1.0",
"lodash": "^4.17.21",
"mark-loader": "^0.1.6",
"marky": "^1.2.5",
@@ -117,7 +117,7 @@
"regenerator-runtime": "^0.13.11",
"requestidlecallback": "^0.3.0",
"reselect": "^4.1.7",
"rimraf": "^4.0.7",
"rimraf": "^4.1.1",
"sass": "^1.57.1",
"sass-loader": "^10.2.0",
"stacktrace-js": "^2.0.2",
@@ -152,7 +152,7 @@
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-jsx-a11y": "~6.6.1",
"eslint-plugin-promise": "~6.1.1",
"eslint-plugin-react": "~7.31.11",
"eslint-plugin-react": "~7.32.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"postcss-scss": "^4.0.6",
@@ -170,6 +170,6 @@
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"utf-8-validate": "^6.0.0"
"utf-8-validate": "^6.0.1"
}
}