|
|
@ -65,7 +65,7 @@ |
|
|
|
"@babel/plugin-proposal-decorators": "^7.15.4", |
|
|
|
"@babel/plugin-proposal-decorators": "^7.15.4", |
|
|
|
"@babel/plugin-transform-react-inline-elements": "^7.14.5", |
|
|
|
"@babel/plugin-transform-react-inline-elements": "^7.14.5", |
|
|
|
"@babel/plugin-transform-runtime": "^7.15.0", |
|
|
|
"@babel/plugin-transform-runtime": "^7.15.0", |
|
|
|
"@babel/preset-env": "^7.15.4", |
|
|
|
"@babel/preset-env": "^7.15.6", |
|
|
|
"@babel/preset-react": "^7.14.5", |
|
|
|
"@babel/preset-react": "^7.14.5", |
|
|
|
"@babel/runtime": "^7.15.4", |
|
|
|
"@babel/runtime": "^7.15.4", |
|
|
|
"@gamestdio/websocket": "^0.3.2", |
|
|
|
"@gamestdio/websocket": "^0.3.2", |
|
|
@ -155,7 +155,7 @@ |
|
|
|
"requestidlecallback": "^0.3.0", |
|
|
|
"requestidlecallback": "^0.3.0", |
|
|
|
"reselect": "^4.0.0", |
|
|
|
"reselect": "^4.0.0", |
|
|
|
"rimraf": "^3.0.2", |
|
|
|
"rimraf": "^3.0.2", |
|
|
|
"sass": "^1.39.0", |
|
|
|
"sass": "^1.39.2", |
|
|
|
"sass-loader": "^10.2.0", |
|
|
|
"sass-loader": "^10.2.0", |
|
|
|
"stacktrace-js": "^2.0.2", |
|
|
|
"stacktrace-js": "^2.0.2", |
|
|
|
"stringz": "^2.1.0", |
|
|
|
"stringz": "^2.1.0", |
|
|
@ -172,19 +172,19 @@ |
|
|
|
"webpack-cli": "^3.3.12", |
|
|
|
"webpack-cli": "^3.3.12", |
|
|
|
"webpack-merge": "^5.8.0", |
|
|
|
"webpack-merge": "^5.8.0", |
|
|
|
"wicg-inert": "^3.1.1", |
|
|
|
"wicg-inert": "^3.1.1", |
|
|
|
"ws": "^8.2.1" |
|
|
|
"ws": "^8.2.2" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"@testing-library/jest-dom": "^5.14.1", |
|
|
|
"@testing-library/jest-dom": "^5.14.1", |
|
|
|
"@testing-library/react": "^12.0.0", |
|
|
|
"@testing-library/react": "^12.1.0", |
|
|
|
"babel-eslint": "^10.1.0", |
|
|
|
"babel-eslint": "^10.1.0", |
|
|
|
"babel-jest": "^27.1.0", |
|
|
|
"babel-jest": "^27.2.0", |
|
|
|
"eslint": "^7.32.0", |
|
|
|
"eslint": "^7.32.0", |
|
|
|
"eslint-plugin-import": "~2.24.2", |
|
|
|
"eslint-plugin-import": "~2.24.2", |
|
|
|
"eslint-plugin-jsx-a11y": "~6.4.1", |
|
|
|
"eslint-plugin-jsx-a11y": "~6.4.1", |
|
|
|
"eslint-plugin-promise": "~5.1.0", |
|
|
|
"eslint-plugin-promise": "~5.1.0", |
|
|
|
"eslint-plugin-react": "~7.25.1", |
|
|
|
"eslint-plugin-react": "~7.25.1", |
|
|
|
"jest": "^27.1.0", |
|
|
|
"jest": "^27.2.0", |
|
|
|
"raf": "^3.4.1", |
|
|
|
"raf": "^3.4.1", |
|
|
|
"react-intl-translations-manager": "^5.0.3", |
|
|
|
"react-intl-translations-manager": "^5.0.3", |
|
|
|
"react-test-renderer": "^16.14.0", |
|
|
|
"react-test-renderer": "^16.14.0", |
|
|
|