|
|
|
@ -61,13 +61,13 @@
|
|
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/core": "^7.16.5",
|
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.16.5",
|
|
|
|
|
"@babel/plugin-transform-react-inline-elements": "^7.16.5",
|
|
|
|
|
"@babel/plugin-transform-runtime": "^7.16.5",
|
|
|
|
|
"@babel/preset-env": "^7.16.5",
|
|
|
|
|
"@babel/preset-react": "^7.16.5",
|
|
|
|
|
"@babel/runtime": "^7.16.5",
|
|
|
|
|
"@babel/core": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-react-inline-elements": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-runtime": "^7.16.7",
|
|
|
|
|
"@babel/preset-env": "^7.16.7",
|
|
|
|
|
"@babel/preset-react": "^7.16.7",
|
|
|
|
|
"@babel/runtime": "^7.16.7",
|
|
|
|
|
"@gamestdio/websocket": "^0.3.2",
|
|
|
|
|
"@github/webauthn-json": "^0.5.7",
|
|
|
|
|
"@rails/ujs": "^6.1.4",
|
|
|
|
@ -155,7 +155,7 @@
|
|
|
|
|
"requestidlecallback": "^0.3.0",
|
|
|
|
|
"reselect": "^4.1.5",
|
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
|
"sass": "^1.45.1",
|
|
|
|
|
"sass": "^1.45.2",
|
|
|
|
|
"sass-loader": "^10.2.0",
|
|
|
|
|
"stacktrace-js": "^2.0.2",
|
|
|
|
|
"stringz": "^2.1.0",
|
|
|
|
@ -180,23 +180,23 @@
|
|
|
|
|
"babel-eslint": "^10.1.0",
|
|
|
|
|
"babel-jest": "^27.4.5",
|
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
|
"eslint-plugin-import": "~2.25.3",
|
|
|
|
|
"eslint-plugin-import": "~2.25.4",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "~6.5.1",
|
|
|
|
|
"eslint-plugin-promise": "~6.0.0",
|
|
|
|
|
"eslint-plugin-react": "~7.27.1",
|
|
|
|
|
"eslint-plugin-react": "~7.28.0",
|
|
|
|
|
"jest": "^27.4.5",
|
|
|
|
|
"raf": "^3.4.1",
|
|
|
|
|
"react-intl-translations-manager": "^5.0.3",
|
|
|
|
|
"react-test-renderer": "^16.14.0",
|
|
|
|
|
"sass-lint": "^1.13.1",
|
|
|
|
|
"webpack-dev-server": "^3.11.3",
|
|
|
|
|
"yargs": "^17.3.0"
|
|
|
|
|
"yargs": "^17.3.1"
|
|
|
|
|
},
|
|
|
|
|
"resolutions": {
|
|
|
|
|
"kind-of": "^6.0.3"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"bufferutil": "^4.0.5",
|
|
|
|
|
"utf-8-validate": "^5.0.7"
|
|
|
|
|
"bufferutil": "^4.0.6",
|
|
|
|
|
"utf-8-validate": "^5.0.8"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|